summaryrefslogtreecommitdiff
path: root/net/sunrpc/svcsock.c
AgeCommit message (Expand)Author
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-03sunrpc: centralise most calls to svc_xprt_receivedNeil Brown
2010-04-20net: sk_sleep() helperEric Dumazet
2010-02-28nfsd: ensure sockets are closed on errorNeil Brown
2010-01-26NFSD: Support AF_INET6 in svc_addsock() functionAime Le Rouzic
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer
2009-08-24nfsd41: sunrpc: svc_tcp_recv_record()Alexandros Batsakis
2009-07-14SUNRPC: handle IPv6 PKTINFO when extracting destination addressChuck Lever
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds
2009-06-18SUNRPC: Fix the TCP server's send buffer accountingTrond Myklebust
2009-06-17nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha...Benny Halevy
2009-06-15Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields
2009-05-27nfsd: Revert "svcrpc: take advantage of tcp autotuning"J. Bruce Fields
2009-04-28SUNRPC: Clean up one_sock_name()Chuck Lever
2009-04-28SUNRPC: Support PF_INET6 in one_sock_name()Chuck Lever
2009-04-28SUNRPC: Switch one_sock_name() to use snprintf()Chuck Lever
2009-04-28SUNRPC: pass buffer size to svc_sock_names()Chuck Lever
2009-04-28SUNRPC: pass buffer size to svc_addsock()Chuck Lever
2009-04-28SUNRPC: Fix error return value of svc_addr_len()Chuck Lever
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-04-01SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a portTrond Myklebust
2009-03-28SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener socketsChuck Lever
2009-03-28SUNRPC: svc_setup_socket() gets protocol family from socketChuck Lever
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever
2009-03-18svcrpc: take advantage of tcp autotuningOlga Kornievskaia
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust
2009-01-07svc: Move kfree of deferral record to common codeTom Tucker
2009-01-06SUNRPC: Ensure the server closes sockets in a timely fashionTrond Myklebust
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-24Add a reference to sunrpc in svc_addsockTom Tucker
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-10-04NLM: Remove unused argument from svc_addsock() functionChuck Lever
2008-09-29SUNRPC: Set V6ONLY socket option for RPC listener socketsChuck Lever
2008-04-23SUNRPC: Update RPC server's TCP record marker decoderChuck Lever
2008-04-23SUNRPC: RPC server still uses 2.4 method for disabling TCP NagleChuck Lever
2008-04-23SUNRPC: export svc_sock_update_bufsJeff Layton
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov
2008-02-01svc: Add transport hdr size for defer/revisitTom Tucker
2008-02-01svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker
2008-02-01svc: Make svc_check_conn_limits xprt independentTom Tucker
2008-02-01svc: Removing remaining references to rq_sock in rqstpTom Tucker
2008-02-01svc: Move create logic to common codeTom Tucker
2008-02-01svc: Make svc_age_temp_sockets svc_age_temp_transportsTom Tucker
2008-02-01svc: Make svc_recv transport neutralTom Tucker
2008-02-01svc: Make svc_sock_release svc_xprt_releaseTom Tucker
2008-02-01svc: Move the sockaddr information to svc_xprtTom Tucker