aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-10-07sunrpc: do not pin sunrpc module in the memoryDenis V. Lunev1-8/+4
2008-10-06svcrdma: Fix IRD/ORD polarityTom Tucker1-1/+1
2008-10-06svcrdma: Update svc_rdma_send_error to use DMA LKEYTom Tucker1-2/+9
2008-10-06svcrdma: Modify the RPC reply path to use FRMR when availableTom Tucker2-40/+217
2008-10-06svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker2-22/+170
2008-10-06svcrdma: Add support to svc_rdma_send to handle chained WRTom Tucker1-8/+21
2008-10-06svcrdma: Modify post recv path to use local dma keyTom Tucker1-3/+9
2008-10-06svcrdma: Add a service to register a Fast Reg MR with the deviceTom Tucker1-35/+76
2008-10-06svcrdma: Query device for Fast Reg support during connection setupTom Tucker1-6/+70
2008-10-06svcrdma: Add FRMR get/put servicesTom Tucker1-5/+111
2008-10-04NLM: Remove unused argument from svc_addsock() functionChuck Lever1-3/+1
2008-09-29nfsd: use nfs client rpc callback programBenny Halevy1-1/+1