aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c
Commit message (Expand)AuthorAgeFilesLines
* svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields2012-09-141-1/+1
* svcrpc: complete svsk processing on cb receive failureJ. Bruce Fields2011-04-101-4/+3
* svcrpc: take advantage of tcp autotuningOlga Kornievskaia2011-04-071-28/+7
* SUNRPC: Don't wait for full record to receive tcp dataJ. Bruce Fields2011-04-071-32/+112
* svcrpc: copy cb reply instead of pagesTrond Myklebust2011-04-071-66/+56
* svcrpc: close connection if client sends short packetJ. Bruce Fields2011-04-071-14/+7
* svcrpc: note network-order types in svc_process_calldirJ. Bruce Fields2011-04-071-3/+3
* SUNRPC: svc_tcp_recvfrom cleanupTrond Myklebust2011-04-071-19/+15
* SUNRPC: requeue tcp socket less frequentlyTrond Myklebust2011-04-071-1/+4
* net: add __rcu annotations to sk_wq and wqEric Dumazet2011-02-221-12/+20
* NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-251-3/+1
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-141-8/+12
|\
| * rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2011-01-111-4/+6
| * sunrpc: svc_sock_names should hold ref to socket being closed.NeilBrown2010-12-171-4/+6
* | NFS rename client back channel transport fieldAndy Adamson2011-01-061-1/+1
* | NFS associate sessionid with callback connectionAndy Adamson2011-01-061-1/+3
* | SUNRPC register and unregister the back channel transportAndy Adamson2011-01-061-0/+20
* | SUNRPC new transport for the NFSv4.1 shared back channelAndy Adamson2011-01-061-20/+62
|/
* svcrpc: svc_tcp_sendto XPT_DEAD check is redundantJ. Bruce Fields2010-10-251-3/+0
* sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov2010-10-191-9/+3
* sunrpc: Create sockets in net namespacesPavel Emelyanov2010-10-011-1/+1
* sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-011-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-13/+12
|\
| * net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
| * net: sk_sleep() helperEric Dumazet2010-04-201-12/+12
* | sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-031-14/+1
|/
* nfsd: ensure sockets are closed on errorNeil Brown2010-02-281-0/+1
* NFSD: Support AF_INET6 in svc_addsock() functionAime Le Rouzic2010-01-261-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-5/+5
|\
| * net: fix sk_forward_alloc corruptionEric Dumazet2009-10-301-5/+5
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-181-4/+4
|/
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-111-35/+137
* nfsd41: sunrpc: svc_tcp_recv_record()Alexandros Batsakis2009-08-241-28/+51
* SUNRPC: handle IPv6 PKTINFO when extracting destination addressChuck Lever2009-07-141-28/+56
* Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds2009-06-221-38/+84
|\
| * SUNRPC: Fix the TCP server's send buffer accountingTrond Myklebust2009-06-181-17/+18
| * Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields2009-06-151-7/+28
| |\
| * | SUNRPC: Clean up one_sock_name()Chuck Lever2009-04-281-10/+11
| * | SUNRPC: Support PF_INET6 in one_sock_name()Chuck Lever2009-04-281-0/+7
| * | SUNRPC: Switch one_sock_name() to use snprintf()Chuck Lever2009-04-281-7/+18
| * | SUNRPC: pass buffer size to svc_sock_names()Chuck Lever2009-04-281-2/+17
| * | SUNRPC: pass buffer size to svc_addsock()Chuck Lever2009-04-281-3/+13
| * | SUNRPC: Fix error return value of svc_addr_len()Chuck Lever2009-04-281-3/+4
* | | nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha...Benny Halevy2009-06-171-0/+39
| |/ |/|
* | nfsd: Revert "svcrpc: take advantage of tcp autotuning"J. Bruce Fields2009-05-271-7/+28
|/
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-061-28/+7
|\
| * svcrpc: take advantage of tcp autotuningOlga Kornievskaia2009-03-181-28/+7
* | SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a portTrond Myklebust2009-04-011-12/+24
* | SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener socketsChuck Lever2009-03-281-6/+4
* | SUNRPC: svc_setup_socket() gets protocol family from socketChuck Lever2009-03-281-3/+3