aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-8/+12
2011-01-11rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields1-4/+6
2011-01-06NFS rename client back channel transport fieldAndy Adamson1-1/+1
2011-01-06NFS associate sessionid with callback connectionAndy Adamson1-1/+3
2011-01-06SUNRPC register and unregister the back channel transportAndy Adamson1-0/+20
2011-01-06SUNRPC new transport for the NFSv4.1 shared back channelAndy Adamson1-20/+62
2010-12-17sunrpc: svc_sock_names should hold ref to socket being closed.NeilBrown1-4/+6
2010-10-25svcrpc: svc_tcp_sendto XPT_DEAD check is redundantJ. Bruce Fields1-3/+0
2010-10-19sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov1-9/+3
2010-10-01sunrpc: Create sockets in net namespacesPavel Emelyanov1-1/+1
2010-10-01sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov1-3/+7
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-13/+12
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-03sunrpc: centralise most calls to svc_xprt_receivedNeil Brown1-14/+1
2010-04-20net: sk_sleep() helperEric Dumazet1-12/+12
2010-02-28nfsd: ensure sockets are closed on errorNeil Brown1-0/+1
2010-01-26NFSD: Support AF_INET6 in svc_addsock() functionAime Le Rouzic1-1/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+5
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-5/+5
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-4/+4
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer1-35/+137
2009-08-24nfsd41: sunrpc: svc_tcp_recv_record()Alexandros Batsakis1-28/+51
2009-07-14SUNRPC: handle IPv6 PKTINFO when extracting destination addressChuck Lever1-28/+56
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds1-38/+84
2009-06-18SUNRPC: Fix the TCP server's send buffer accountingTrond Myklebust1-17/+18
2009-06-17nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel useBenny Halevy1-0/+39
2009-06-15Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields1-7/+28
2009-05-27nfsd: Revert "svcrpc: take advantage of tcp autotuning"J. Bruce Fields1-7/+28
2009-04-28SUNRPC: Clean up one_sock_name()Chuck Lever1-10/+11
2009-04-28SUNRPC: Support PF_INET6 in one_sock_name()Chuck Lever1-0/+7
2009-04-28SUNRPC: Switch one_sock_name() to use snprintf()Chuck Lever1-7/+18
2009-04-28SUNRPC: pass buffer size to svc_sock_names()Chuck Lever1-2/+17
2009-04-28SUNRPC: pass buffer size to svc_addsock()Chuck Lever1-3/+13
2009-04-28SUNRPC: Fix error return value of svc_addr_len()Chuck Lever1-3/+4
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-28/+7
2009-04-01SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a portTrond Myklebust1-12/+24
2009-03-28SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener socketsChuck Lever1-6/+4
2009-03-28SUNRPC: svc_setup_socket() gets protocol family from socketChuck Lever1-3/+3
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever1-1/+1
2009-03-18svcrpc: take advantage of tcp autotuningOlga Kornievskaia1-28/+7
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust1-2/+2
2009-01-07svc: Move kfree of deferral record to common codeTom Tucker1-5/+0
2009-01-06SUNRPC: Ensure the server closes sockets in a timely fashionTrond Myklebust1-1/+20
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+7
2008-11-24Add a reference to sunrpc in svc_addsockTom Tucker1-2/+7
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-3/+3
2008-10-04NLM: Remove unused argument from svc_addsock() functionChuck Lever1-3/+1
2008-09-29SUNRPC: Set V6ONLY socket option for RPC listener socketsChuck Lever1-0/+13
2008-04-23SUNRPC: Update RPC server's TCP record marker decoderChuck Lever1-12/+12
2008-04-23SUNRPC: RPC server still uses 2.4 method for disabling TCP NagleChuck Lever1-2/+2