aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-23SUNRPC: export svc_sock_update_bufsJeff Layton1-0/+1
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-3/+3
2008-02-01svc: Add transport hdr size for defer/revisitTom Tucker1-0/+2
2008-02-01svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker1-810/+24
2008-02-01svc: Make svc_check_conn_limits xprt independentTom Tucker1-12/+12
2008-02-01svc: Removing remaining references to rq_sock in rqstpTom Tucker1-14/+24
2008-02-01svc: Move create logic to common codeTom Tucker1-21/+18
2008-02-01svc: Make svc_age_temp_sockets svc_age_temp_transportsTom Tucker1-18/+19
2008-02-01svc: Make svc_recv transport neutralTom Tucker1-31/+32
2008-02-01svc: Make svc_sock_release svc_xprt_releaseTom Tucker1-9/+7
2008-02-01svc: Move the sockaddr information to svc_xprtTom Tucker1-26/+30
2008-02-01svc: Make deferral processing xprt independentTom Tucker1-32/+25
2008-02-01svc: Move the authinfo cache to svc_xprt.Tom Tucker1-10/+12
2008-02-01svc: Remove sk_lastrecvTom Tucker1-4/+1
2008-02-01svc: Move accept call to svc_xprt_received to common codeTom Tucker1-2/+1
2008-02-01svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker1-22/+24
2008-02-01svc: Make svc_send transport neutralTom Tucker1-11/+8