summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-1/+3
* svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields2019-02-211-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-031-1/+1
|\
| * sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-011-1/+1
* | sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-281-17/+0Star
* | sunrpc: remove svc_tcp_bc_classVasily Averin2018-12-281-101/+0Star
* | sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2018-12-281-2/+0Star
* | sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-281-1/+1
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-1/+1
|\
| * Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro2018-11-011-3/+3
| |\
| * | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-301-39/+14Star
|\ \ \ | |_|/ |/| |
| * | SUNRPC: Simplify TCP receive codeTrond Myklebust2018-10-291-39/+14Star
| |/
* / SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust2018-09-301-3/+3
|/
* Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-04-061-2/+6
|\
| * sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever2018-04-031-0/+1
| * svc: Simplify ->xpo_secure_portChuck Lever2018-04-031-2/+5
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-5/+8
|/
* Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-02-091-14/+0Star
|\
| * sunrpc: remove dead code in svc_sock_setbufsizeChristoph Hellwig2018-02-051-14/+0Star
* | svc_recvfrom(): switch to sock_recvmsg()Al Viro2017-12-031-2/+2
|/
* Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-121-3/+3
|\
| * SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2017-08-181-3/+3
* | merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields2017-09-051-2/+20
|\ \
| * | net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev2017-08-251-2/+20
| |/
* / sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2017-08-251-3/+3
|/
* SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprtKinglong Mee2017-03-091-0/+1
* Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-03-011-0/+1
|\
| * sunrpc: flag transports as having congestion controlJeff Layton2017-02-241-0/+1
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-2/+2
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-0/+21
|\
| * sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-141-0/+21
* | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-1/+1
* | udp: use it's own memory accounting schemaPaolo Abeni2016-10-221-4/+16
|/
* SUNRPC: Detect immediate closure of accepted socketsTrond Myklebust2016-08-011-2/+5
* SUNRPC: accept() may return sockets that are still in SYN_RECVTrond Myklebust2016-08-011-3/+10
* SUNRPC: Change TCP socket space reservationTrond Myklebust2016-07-131-43/+4Star
* SUNRPC: Micro optimisation for svc_data_readyTrond Myklebust2016-07-131-2/+2
* SUNRPC: Call the default socket callbacks instead of open codingTrond Myklebust2016-07-131-69/+19Star
* SUNRPC: lock the socket while detaching itTrond Myklebust2016-07-131-0/+3
* sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-141-2/+1Star
* sunrpc: do not pull udp headers on receiveWillem de Bruijn2016-04-111-3/+2Star
* svcrpc: document lack of some memory barriersJ. Bruce Fields2015-11-101-6/+31
* SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi2015-11-101-1/+0Star
* SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()Trond Myklebust2015-10-231-1/+1
* get rid of the size argument of sock_sendmsg()Al Viro2015-04-111-1/+1
* sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-091-1/+4