aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds10-81/+67
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+7
2008-12-14rpc/rdma: goto instead of copypasteIlpo Järvinen1-2/+2
2008-12-10net: Make staticRoel Kluin2-2/+2
2008-12-04Merge branch 'master' into nextJames Morris2-4/+25
2008-12-03Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+7
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.cIngo Molnar1-0/+2
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar1-1/+1
2008-11-24Add a reference to sunrpc in svc_addsockTom Tucker1-2/+7
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+18
2008-11-20SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust1-2/+18
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-6/+8
2008-11-14CRED: Separate task security context from task_structDavid Howells1-1/+1
2008-11-14CRED: Wrap task credential accesses in the SunRPC protocolDavid Howells1-2/+2
2008-11-02sunrpc: Fix build warning due to typo in %pI4 format changes.David S. Miller1-1/+1
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison8-53/+40
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-18/+58
2008-10-29net: replace %p6 with %pI6Harvey Harrison4-8/+8
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison1-1/+1
2008-10-28net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final usersHarvey Harrison1-1/+1
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison4-18/+16
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison1-4/+3
2008-10-28SUNRPC: Fix potential race in put_rpccred()Trond Myklebust1-1/+1
2008-10-28SUNRPC: Fix rpcauth_prune_expiredTrond Myklebust1-7/+9
2008-10-28SUNRPC: Respond promptly to server TCP resetsTrond Myklebust1-10/+48
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+0
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+0
2008-10-15Merge branch 'next'Trond Myklebust7-268/+616
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-207/+989
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-2/+2
2008-10-10RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey1-5/+1
2008-10-10RPC/RDMA: correct the reconnect timer backoffTom Talpey1-0/+7
2008-10-10RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2-1/+22
2008-10-10RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey1-2/+2
2008-10-10RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2-4/+10
2008-10-10RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey1-5/+4
2008-10-10RPC/RDMA: return a consistent error, when connect fails.Tom Talpey1-1/+1
2008-10-10RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey3-2/+33
2008-10-10RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey1-11/+9
2008-10-10RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey1-0/+1
2008-10-10RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey3-4/+15
2008-10-10RPC/RDMA: fix connection IRD/ORD settingTom Tucker1-37/+14
2008-10-10RPC/RDMA: support FRMR client memory registration.Tom Talpey2-6/+167
2008-10-10RPC/RDMA: check selected memory registration mode at runtime.Tom Talpey1-15/+80
2008-10-10RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey1-1/+7
2008-10-10RPC/RDMA: refactor the inline memory registration code.Tom Talpey1-158/+207
2008-10-08Merge branch 'from-tomtucker' into for-2.6.28J. Bruce Fields3-122/+684
2008-10-07sunrpc: fix oops in rpc_create when the mount namespace is unsharedCedric Le Goater1-2/+2
2008-10-07SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust1-1/+3
2008-10-07SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust1-7/+29