aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-10-148-207/+989
|\
| * Merge branch 'from-tomtucker' into for-2.6.28J. Bruce Fields2008-10-083-122/+684
| |\
| | * svcrdma: Fix IRD/ORD polarityTom Tucker2008-10-061-1/+1
| | * svcrdma: Update svc_rdma_send_error to use DMA LKEYTom Tucker2008-10-061-2/+9
| | * svcrdma: Modify the RPC reply path to use FRMR when availableTom Tucker2008-10-062-40/+217
| | * svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker2008-10-062-22/+170
| | * svcrdma: Add support to svc_rdma_send to handle chained WRTom Tucker2008-10-061-8/+21
| | * svcrdma: Modify post recv path to use local dma keyTom Tucker2008-10-061-3/+9
| | * svcrdma: Add a service to register a Fast Reg MR with the deviceTom Tucker2008-10-061-35/+76
| | * svcrdma: Query device for Fast Reg support during connection setupTom Tucker2008-10-061-6/+70
| | * svcrdma: Add FRMR get/put servicesTom Tucker2008-10-061-5/+111
| * | NLM: Remove unused argument from svc_addsock() functionChuck Lever2008-10-041-3/+1
| * | nfsd: use nfs client rpc callback programBenny Halevy2008-09-291-1/+1
| * | SUNRPC: Clean up debug messages in rpcb_clnt.cChuck Lever2008-09-291-9/+5
| * | SUNRPC: Fix up svc_unregister()Chuck Lever2008-09-291-20/+38
| * | SUNRPC: Use short-hand IPv6 ANYADDR for RPCB_SETChuck Lever2008-09-291-4/+8
| * | SUNRPC: Register both netids for AF_INET6 serversChuck Lever2008-09-291-43/+100
| * | SUNRPC: Support IPv6 when registering kernel RPC servicesChuck Lever2008-09-291-7/+88
| * | SUNRPC: Split portmap unregister API into separate functionChuck Lever2008-09-291-12/+50
| * | SUNRPC: Simplify rpcb_register() APIChuck Lever2008-09-292-43/+30
| * | SUNRPC: Set V6ONLY socket option for RPC listener socketsChuck Lever2008-09-291-0/+13
| * | SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6Chuck Lever2008-09-291-6/+33
| * | SUNRPC: Add address family field to svc_serv data structureChuck Lever2008-09-291-5/+6
| |/
* | net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-2/+2
* | net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-201-2/+2
|/
* sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov2008-09-011-14/+4
* svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-132-7/+6
* Merge branch 'linus' into cpus4096Ingo Molnar2008-07-282-2/+3
|\
| * SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
| * dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+2
* | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-261-2/+1
|/
* Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-2111-390/+332
|\
| * Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-2010-387/+331
| |\
| | * Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields2008-07-037-438/+414
| | |\
| | | * svcrdma: Change WR context get/put to use the kmem cacheTom Tucker2008-07-021-109/+12
| | | * svcrdma: Create a kmem cache for the WR contextsTom Tucker2008-07-021-4/+19
| | | * svcrdma: Add flush_scheduled_work to module exit functionTom Tucker2008-07-021-0/+1
| | | * svcrdma: Limit ORD based on client's advertised IRDTom Tucker2008-07-021-4/+12
| | | * svcrdma: Remove unneeded spin locks from __svc_rdma_freeTom Tucker2008-07-021-4/+0
| | | * svcrdma: Add dma map count and WARN_ONTom Tucker2008-07-023-0/+9
| | | * svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker2008-07-021-6/+14
| | | * svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker2008-07-021-45/+38
| | | * svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker2008-07-022-88/+80
| | | * svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2008-07-022-0/+45
| | * | gss_krb5: Use random value to initialize confounderKevin Coffman2008-06-231-4/+18
| | * | gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman2008-06-232-12/+2
| | * | gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman2008-06-233-46/+46
| | * | sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton2008-06-231-3/+2
| | * | knfsd: convert knfsd to kthread APIJeff Layton2008-06-231-66/+34
| | * | knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...Neil Brown2008-06-231-6/+9