aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-14rpc/rdma: goto instead of copypasteIlpo Järvinen
2008-12-10net: Make staticRoel Kluin
2008-12-03Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.cIngo Molnar
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar
2008-11-24Add a reference to sunrpc in svc_addsockTom Tucker
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-20SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust
2008-11-02sunrpc: Fix build warning due to typo in %pI4 format changes.David S. Miller
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison
2008-10-28net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final usersHarvey Harrison
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison
2008-10-28SUNRPC: Fix potential race in put_rpccred()Trond Myklebust
2008-10-28SUNRPC: Fix rpcauth_prune_expiredTrond Myklebust
2008-10-28SUNRPC: Respond promptly to server TCP resetsTrond Myklebust
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-10-15Merge branch 'next'Trond Myklebust
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox
2008-10-10RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey
2008-10-10RPC/RDMA: correct the reconnect timer backoffTom Talpey
2008-10-10RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey
2008-10-10RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey
2008-10-10RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey
2008-10-10RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey
2008-10-10RPC/RDMA: return a consistent error, when connect fails.Tom Talpey
2008-10-10RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey
2008-10-10RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey
2008-10-10RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey
2008-10-10RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey
2008-10-10RPC/RDMA: fix connection IRD/ORD settingTom Tucker
2008-10-10RPC/RDMA: support FRMR client memory registration.Tom Talpey
2008-10-10RPC/RDMA: check selected memory registration mode at runtime.Tom Talpey
2008-10-10RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey
2008-10-10RPC/RDMA: refactor the inline memory registration code.Tom Talpey
2008-10-08Merge branch 'from-tomtucker' into for-2.6.28J. Bruce Fields
2008-10-07sunrpc: fix oops in rpc_create when the mount namespace is unsharedCedric Le Goater
2008-10-07SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust
2008-10-07SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust
2008-10-07sunrpc: do not pin sunrpc module in the memoryDenis V. Lunev
2008-10-06svcrdma: Fix IRD/ORD polarityTom Tucker
2008-10-06svcrdma: Update svc_rdma_send_error to use DMA LKEYTom Tucker
2008-10-06svcrdma: Modify the RPC reply path to use FRMR when availableTom Tucker
2008-10-06svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker