aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
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
2008-10-06svcrdma: Add support to svc_rdma_send to handle chained WRTom Tucker
2008-10-06svcrdma: Modify post recv path to use local dma keyTom Tucker
2008-10-06svcrdma: Add a service to register a Fast Reg MR with the deviceTom Tucker
2008-10-06svcrdma: Query device for Fast Reg support during connection setupTom Tucker
2008-10-06svcrdma: Add FRMR get/put servicesTom Tucker
2008-10-04NLM: Remove unused argument from svc_addsock() functionChuck Lever
2008-09-29nfsd: use nfs client rpc callback programBenny Halevy
2008-09-29SUNRPC: Clean up debug messages in rpcb_clnt.cChuck Lever
2008-09-29SUNRPC: Fix up svc_unregister()Chuck Lever
2008-09-29SUNRPC: Use short-hand IPv6 ANYADDR for RPCB_SETChuck Lever
2008-09-29SUNRPC: Register both netids for AF_INET6 serversChuck Lever
2008-09-29SUNRPC: Support IPv6 when registering kernel RPC servicesChuck Lever
2008-09-29SUNRPC: Split portmap unregister API into separate functionChuck Lever
2008-09-29SUNRPC: Simplify rpcb_register() APIChuck Lever
2008-09-29SUNRPC: Set V6ONLY socket option for RPC listener socketsChuck Lever
2008-09-29SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6Chuck Lever
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-09-01sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov
2008-08-13svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker