Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ad8c2ee801ad7a52d919b478d9b2c7b39a72d295
/
net
0d9f9e1
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
5df6b8e
Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
e2aa7f8
net: sunrpc: removed duplicated #include
by Andrea Gelmini
· 14 years ago
5227bbb
[DNS RESOLVER] Minor typo correction
by Steve French
· 14 years ago
ff9517a
DNS: Fixes for the DNS query module
by David Howells
· 14 years ago
af352fe
cifs: Include linux/err.h for IS_ERR and PTR_ERR
by Stephen Rothwell
· 14 years ago
1a4240f
DNS: Separate out CIFS DNS Resolver code
by Wang Lei
· 14 years ago
3cfc2c4
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
6ba7401
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
d790d4d
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
0d8a374
SUNRPC: Defer deleting the security context until gss_do_free_ctx()
by Trond Myklebust
· 14 years ago
c3ae62ae
SUNRPC: prevent task_cleanup running on freed xprt
by J. Bruce Fields
· 14 years ago
d6a1ed0
SUNRPC: Reduce asynchronous RPC task stack usage
by Trond Myklebust
· 14 years ago
a17c215
SUNRPC: Move the bound cred to struct rpc_rqst
by Trond Myklebust
· 14 years ago
8572b8e
SUNRPC: Clean up of rpc_bindcred()
by Trond Myklebust
· 14 years ago
58f9612
SUNRPC: Move remaining RPC client related task initialisation into clnt.c
by Trond Myklebust
· 14 years ago
d9b6cd9
SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task
by Trond Myklebust
· 14 years ago
241269b
SUNRPC: Make the credential cache hashtable size configurable
by Trond Myklebust
· 14 years ago
988664a
SUNRPC: Store the hashtable size in struct rpc_cred_cache
by Trond Myklebust
· 14 years ago
5d8d9a4
NFS: Ensure the AUTH_UNIX credcache is allocated dynamically
by Trond Myklebust
· 14 years ago
f1f88fc
SUNRPC: The function rpc_restart_call() should return success/failure
by Trond Myklebust
· 14 years ago
cff0d6e
can-raw: Fix skb_orphan_try handling
by Oliver Hartkopp
· 14 years ago
3578b0c
Revert "net: remove zap_completion_queue"
by David S. Miller
· 14 years ago
a427615
net: cleanup inclusion
by Changli Gao
· 14 years ago
00dad5e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
66d50d2
u32: negative offset fix
by stephen hemminger
· 14 years ago
c893b80
ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twice
by Changli Gao
· 14 years ago
3c0fef0
net: Add getsockopt support for TCP thin-streams
by Josh Hunt
· 14 years ago
83bf2e4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 14 years ago
0b1208b
fs/9p: destroy fid on failed remove
by Aneesh Kumar K.V
· 14 years ago
eda25e46
net/9p: Implement TXATTRCREATE 9p call
by Aneesh Kumar K.V
· 14 years ago
0ef63f3
net/9p: Implement attrwalk 9p call
by Aneesh Kumar K.V
· 14 years ago
ef56547
9p: Implement LOPEN
by M. Mohan Kumar
· 14 years ago
5643135
fs/9p: This patch implements TLCREATE for 9p2000.L protocol.
by Venkateswararao Jujjuri (JV)
· 14 years ago
01a622b
9p: Implement TMKDIR
by M. Mohan Kumar
· 14 years ago
4b43516
9p: Implement TMKNOD
by M. Mohan Kumar
· 14 years ago
50cc42f
9p: Define and implement TSYMLINK for 9P2000.L
by Venkateswararao Jujjuri (JV)
· 14 years ago
652df9a
9p: Define and implement TLINK for 9P2000.L
by Venkateswararao Jujjuri (JV)
· 14 years ago
87d7845
9p: Implement client side of setattr for 9P2000.L protocol.
by Sripathi Kodi
· 14 years ago
f085312
9p: getattr client implementation for 9P2000.L protocol.
by Sripathi Kodi
· 14 years ago
69d4b44
net/9p: Handle the server returned error properly
by Aneesh Kumar K.V
· 14 years ago
7751bdb
9p: readdir implementation for 9p2000.L
by Sripathi Kodi
· 14 years ago
6661481
netfilter: nf_conntrack_acct: use skb->len for accounting
by Changli Gao
· 14 years ago
cff6b8a
9p: strlen() doesn't count the terminator
by Dan Carpenter
· 14 years ago
2452a99
netfilter: nf_nat: don't check if the tuple is unique when there isn't any other choice
by Changli Gao
· 14 years ago
f43dc98
netfilter: nf_nat: make unique_tuple return void
by Changli Gao
· 14 years ago
794dbc1
netfilter: nf_nat: use local variable hdrlen
by Changli Gao
· 14 years ago
5c0d237
ipvs: provide default ip_vs_conn_{in,out}_get_proto
by Simon Horman
· 14 years ago
2890a15
ipvs: remove EXPERIMENTAL tag
by Simon Horman
· 14 years ago
ee92d37
netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist()
by Changli Gao
· 14 years ago
24b36f0
netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary
by Eric Dumazet
· 14 years ago
de38483
net: ingress filter message limit
by Stephen Hemminger
· 14 years ago
e2e0c7c
net/rose: Use GFP_ATOMIC
by Julia Lawall
· 14 years ago
3a3dfb0
act_nat: the checksum of ICMP doesn't have pseudo header
by Changli Gao
· 14 years ago
072d79a
act_nat: fix wild pointer
by Changli Gao
· 14 years ago
3a7fda0
bridge: Allow multicast snooping to be disabled before ifup
by Herbert Xu
· 14 years ago
6d1d1d3
bridge: Fix skb leak when multicast parsing fails on TX
by Herbert Xu
· 14 years ago
a3bdb54
tcp: cookie transactions setsockopt memory leak
by Dmitry Popov
· 14 years ago
ae3568a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
e5b900d
mac80211: allow drivers to request DTIM period
by Johannes Berg
· 14 years ago
4552124
mac80211: inform drivers about the off-channel status on channel changes
by Felix Fietkau
· 14 years ago
a0daa0e
Revert "mac80211: fix sw scan bracketing"
by Luis R. Rodriguez
· 14 years ago
c4c3229
cfg80211: Update of regulatory request initiator handling
by Yuri Ershov
· 14 years ago
d080e27
nl80211: Fix memory leaks
by Yuri Ershov
· 14 years ago
e4ab7eb
mac80211: Put some code under MESH macro
by Yuri Ershov
· 14 years ago
099284b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6
by John W. Linville
· 14 years ago
eeaf61d
bridge: add rcu_read_lock on transmit
by stephen hemminger
· 14 years ago
bb7e95c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
2f8362a
Bluetooth: Add __init and __exit marks to RFCOMM
by Gustavo F. Padovan
· 14 years ago
da5f6c3
Bluetooth: Test 'count' value before enter the loop
by Gustavo F. Padovan
· 14 years ago
e73439d
Bluetooth: Defer SCO setup if mode change is pending
by Marcel Holtmann
· 14 years ago
073730d
wireless: Convert wiphy_debug macro to function
by Joe Perches
· 14 years ago
32162a4
mac80211: Fix key freeing to handle unlinked keys
by Jouni Malinen
· 14 years ago
a376bca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
800f65b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6
by John W. Linville
· 14 years ago
652c671
genetlink: use genl_register_family_with_ops()
by Changli Gao
· 14 years ago
a256be7
drop_monitor: use genl_register_family_with_ops()
by Changli Gao
· 14 years ago
416c2f9
genetlink: cleanup code according to CodingStyle
by Changli Gao
· 14 years ago
a9ad99a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 14 years ago
40b53d8
wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
by David S. Miller
· 14 years ago
1235f50
netlink: netlink_recvmsg() fix
by Eric Dumazet
· 14 years ago
d973497
mac80211: Don't set per-BSS QoS for monitor interfaces
by Sujith
· 14 years ago
ec25acc
mac80211: fix sta assignment
by Johannes Berg
· 14 years ago
3be61a3
cfg80211: fix IBSS default management key
by Johannes Berg
· 14 years ago
66c5242
mac80211: remove bogus rcu_read_lock()
by Johannes Berg
· 14 years ago
f9f9b6e
wireless: remove unneeded variable from regulatory_hint_11d()
by Dan Carpenter
· 14 years ago
7e98801
mac80211: freeing the wrong variable
by Dan Carpenter
· 14 years ago
3289a83
lib80211: remove unused host_build_iv option
by John W. Linville
· 14 years ago
ea65145
minstrel: don't complain about feedback for unrequested rates
by John W. Linville
· 14 years ago
00fc90c
minstrel_ht: remove unnecessary NULL check in minstrel_ht_update_caps
by John W. Linville
· 14 years ago
c736eef
net: dev_forward_skb should call nf_reset
by Ben Greear
· 14 years ago
fed6638
net: pskb_expand_head() optimization
by Eric Dumazet
· 14 years ago
3b87956
net sched: fix race in mirred device removal
by stephen hemminger
· 14 years ago
c1f7942
sysfs: add attribute to indicate hw address assignment type
by Stefan Assmann
· 14 years ago
2a88e7e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
451e07a
net: core: don't use own hex_to_bin() method
by Andy Shevchenko
· 14 years ago
7df0884
netfilter: iptables: use skb->len for accounting
by Changli Gao
· 14 years ago
261abc8
netfilter: ip6tables: use skb->len for accounting
by Changli Gao
· 14 years ago
49daf6a
xt_quota: report initial quota value instead of current value to userspace
by Changli Gao
· 14 years ago
b0c81aa
netfilter: xt_quota: use per-rule spin lock
by Changli Gao
· 14 years ago
Next »