summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-07-08svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields1-2/+0
2013-07-01sunrpc: Don't schedule an upcall on a replaced cache entry.NeilBrown1-1/+2
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown2-8/+2
2013-07-01sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown1-1/+5
2013-07-01sunrpc/cache: use cache_fresh_unlocked consistently and correctly.NeilBrown1-13/+7
2013-07-01sunrpc/cache: remove races with queuing an upcall.NeilBrown1-11/+29
2013-07-01svcrpc: don't error out on small tcp fragmentJ. Bruce Fields1-1/+1
2013-07-01svcrpc: fix handling of too-short rpc'sJ. Bruce Fields1-2/+7
2013-07-01svcrpc: store gss mech in svc_credJ. Bruce Fields2-4/+5
2013-07-01svcrpc: introduce init_svc_credJ. Bruce Fields1-4/+2
2013-07-01Merge branch 'for-3.10' into 'for-3.11'J. Bruce Fields2-8/+12
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields1-5/+7
2013-05-28svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields1-2/+4
2013-05-21sunrpc: the cache_detail in cache_is_valid is unused any morechaoting fan1-4/+4
2013-05-15sunrpc: server back channel needs no rpcbind methodJ. Bruce Fields1-1/+0
2013-05-12svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter1-1/+1
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-2/+4
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-28/+30
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-3/+2
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar3-10/+13
2013-05-07SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields1-13/+13
2013-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-32/+22
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter1-2/+4
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter1-1/+4
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds11-726/+1665
2013-05-06netpoll: inverted down_trylock() testDan Carpenter1-1/+1
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro1-11/+1
2013-05-06fib_trie: no need to delay vfree()Al Viro1-11/+2
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov1-0/+1
2013-05-06SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven1-15/+17
2013-05-05tcp: do not expire TCP fastopen cookiesEric Dumazet1-6/+9
2013-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-50/+63
2013-05-03packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann1-30/+23
2013-05-03vxlan: Fix TCPv6 segmentation.Pravin B Shelar1-1/+6
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar2-1/+4
2013-05-03bridge: fix race with topology change timerstephen hemminger1-1/+1
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto1-1/+12
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto1-9/+9
2013-05-03tipc: cosmetic: clean up comments and break a long lineGerlando Falauto1-6/+7
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-19/+1889
2013-05-03SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust2-3/+2
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+13
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+39
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2-2/+2
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy1-1/+1
2013-05-02libceph: use slab cache for osd client requestsAlex Elder2-2/+32
2013-05-02libceph: allocate ceph message data with a slab allocatorAlex Elder1-3/+23
2013-05-02libceph: allocate ceph messages with a slab allocatorAlex Elder1-2/+27
2013-05-01libceph: create source file "net/ceph/snapshot.c"Alex Elder2-1/+79
2013-05-01libceph: fix byte order mismatchAlex Elder1-2/+1