summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
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-08Merge branch 'from-tomtucker' into for-2.6.28J. Bruce Fields3-122/+684
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
2008-09-29SUNRPC: Clean up debug messages in rpcb_clnt.cChuck Lever1-9/+5
2008-09-29SUNRPC: Fix up svc_unregister()Chuck Lever1-20/+38
2008-09-29SUNRPC: Use short-hand IPv6 ANYADDR for RPCB_SETChuck Lever1-4/+8
2008-09-29SUNRPC: Register both netids for AF_INET6 serversChuck Lever1-43/+100
2008-09-29SUNRPC: Support IPv6 when registering kernel RPC servicesChuck Lever1-7/+88
2008-09-29SUNRPC: Split portmap unregister API into separate functionChuck Lever1-12/+50
2008-09-29SUNRPC: Simplify rpcb_register() APIChuck Lever2-43/+30
2008-09-29SUNRPC: Set V6ONLY socket option for RPC listener socketsChuck Lever1-0/+13
2008-09-29SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6Chuck Lever1-6/+33
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever1-5/+6
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-09-01sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov1-14/+4
2008-08-13svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2-7/+6
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar2-2/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+2
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-2/+1
2008-07-21Merge branch 'linus' into cpus4096-for-linusIngo Molnar11-390/+332
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-387/+331
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-1/+2
2008-07-18Merge branch 'linus' into cpus4096Ingo Molnar10-190/+400
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller11-208/+415
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar1-12/+11
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust1-8/+1
2008-07-15SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever1-4/+174
2008-07-15SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever1-18/+30
2008-07-15SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever1-7/+5
2008-07-15SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever1-11/+31
2008-07-15SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever1-4/+8
2008-07-09SUNRPC: Ensure our task is notified when an rpcbind call is doneTrond Myklebust2-23/+23
2008-07-09SUNRPC: Use only rpcbind v2 for AF_INET requestsChuck Lever1-12/+0
2008-07-09SUNRPC: Use GETADDR for rpcbind version 4 queriesChuck Lever1-2/+3
2008-07-09SUNRPC: Use rpcbind version 2 GETPORTChuck Lever1-1/+1
2008-07-09SUNRPC: Document some naked integers in rpcbind clientChuck Lever1-13/+36
2008-07-09SUNRPC: More useful debugging output for rpcb clientChuck Lever1-3/+3
2008-07-09SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever2-2/+1