summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: remove unused listener-removal interfacesJ. Bruce Fields2012-09-101-51/+0Star
* svcrpc: make xpo_recvfrom return only >=0J. Bruce Fields2012-08-211-3/+3
* svcrpc: don't bother checking bad svc_addr_len resultJ. Bruce Fields2012-08-211-2/+0Star
* svcrpc: minor udp code cleanupJ. Bruce Fields2012-08-211-4/+5
* svcrpc: share some setup of listening socketsJ. Bruce Fields2012-08-211-5/+1Star
* svcrpc: clean up control flowJ. Bruce Fields2012-08-211-35/+34Star
* svcrpc: standardize svc_setup_socket return conventionJ. Bruce Fields2012-08-211-18/+22
* svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields2012-08-211-1/+1
* net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet2012-06-281-6/+6
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-18/+10Star
* sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-261-2/+3
|\
| * SUNRPC: Fix a few sparse warningsTrond Myklebust2012-03-121-1/+1
| * SUNRPC: fixup for namespace changesTrond Myklebust2012-02-011-1/+1
| * SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky2012-02-011-1/+2
* | SUNPRC: remove marking service temporary sockets with XPT_CHNGBUFStanislav Kinsbursky2012-02-031-2/+0Star
|/
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-141-3/+5
|\
| * SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky2011-12-061-3/+5
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-2/+2
|/
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-11-011-0/+1
* SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong2011-09-141-6/+17
* Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-07-271-7/+7
|\
| * SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-151-7/+7
* | svcsock.c: include sunrpc.h to quiet sparse noiseH Hartley Sweeten2011-07-161-0/+2
|/
* svcrpc: complete svsk processing on cb receive failureJ. Bruce Fields2011-04-101-4/+3Star
* svcrpc: take advantage of tcp autotuningOlga Kornievskaia2011-04-071-28/+7Star
* 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/+56Star
* svcrpc: close connection if client sends short packetJ. Bruce Fields2011-04-071-14/+7Star
* svcrpc: note network-order types in svc_process_calldirJ. Bruce Fields2011-04-071-3/+3
* SUNRPC: svc_tcp_recvfrom cleanupTrond Myklebust2011-04-071-19/+15Star
* 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/+1Star
* 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/+0Star
* sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov2010-10-191-9/+3Star
* 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-211-13/+12Star
|\
| * net: Remove unnecessary returns from void function()sJoe Perches2010-05-181-1/+0Star
| * net: sk_sleep() helperEric Dumazet2010-04-211-12/+12
* | sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-031-14/+1Star
|/
* nfsd: ensure sockets are closed on errorNeil Brown2010-03-011-0/+1