aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet1-6/+6
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-18/+10
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-1/+1
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields1-2/+3
2012-03-11SUNRPC: Fix a few sparse warningsTrond Myklebust1-1/+1
2012-02-03SUNPRC: remove marking service temporary sockets with XPT_CHNGBUFStanislav Kinsbursky1-2/+0
2012-01-31SUNRPC: fixup for namespace changesTrond Myklebust1-1/+1
2012-01-31SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky1-1/+2
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+5
2011-12-06SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky1-3/+5
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong1-6/+17
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+7
2011-07-15svcsock.c: include sunrpc.h to quiet sparse noiseH Hartley Sweeten1-0/+2
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust1-7/+7
2011-04-10svcrpc: complete svsk processing on cb receive failureJ. Bruce Fields1-4/+3
2011-04-07svcrpc: take advantage of tcp autotuningOlga Kornievskaia1-28/+7
2011-04-07SUNRPC: Don't wait for full record to receive tcp dataJ. Bruce Fields1-32/+112
2011-04-07svcrpc: copy cb reply instead of pagesTrond Myklebust1-66/+56
2011-04-07svcrpc: close connection if client sends short packetJ. Bruce Fields1-14/+7
2011-04-07svcrpc: note network-order types in svc_process_calldirJ. Bruce Fields1-3/+3
2011-04-07SUNRPC: svc_tcp_recvfrom cleanupTrond Myklebust1-19/+15
2011-04-07SUNRPC: requeue tcp socket less frequentlyTrond Myklebust1-1/+4
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-12/+20
2011-01-25NFS do not find client in NFSv4 pg_authenticateAndy Adamson1-3/+1
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