aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-1/+1
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin1-17/+0
2018-12-27sunrpc: remove svc_tcp_bc_classVasily Averin1-101/+0
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin1-2/+0
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-11-01Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro1-3/+3
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-39/+14
2018-10-29SUNRPC: Simplify TCP receive codeTrond Myklebust1-39/+14
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust1-3/+3
2018-04-05Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+6
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever1-0/+1
2018-04-03svc: Simplify ->xpo_secure_portChuck Lever1-2/+5
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-5/+8
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-14/+0
2018-02-05sunrpc: remove dead code in svc_sock_setbufsizeChristoph Hellwig1-14/+0
2017-12-02svc_recvfrom(): switch to sock_recvmsg()Al Viro1-2/+2
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+3
2017-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields1-2/+20
2017-08-24sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever1-3/+3
2017-08-24net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev1-2/+20
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust1-3/+3
2017-03-09SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprtKinglong Mee1-0/+1
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-2/+2
2017-02-24sunrpc: flag transports as having congestion controlJeff Layton1-0/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+21
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew1-0/+21
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-1/+1
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni1-4/+16
2016-08-01SUNRPC: Detect immediate closure of accepted socketsTrond Myklebust1-2/+5
2016-08-01SUNRPC: accept() may return sockets that are still in SYN_RECVTrond Myklebust1-3/+10
2016-07-13SUNRPC: Change TCP socket space reservationTrond Myklebust1-43/+4
2016-07-13SUNRPC: Micro optimisation for svc_data_readyTrond Myklebust1-2/+2
2016-07-13SUNRPC: Call the default socket callbacks instead of open codingTrond Myklebust1-69/+19
2016-07-13SUNRPC: lock the socket while detaching itTrond Myklebust1-0/+3
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-2/+1
2016-04-11sunrpc: do not pull udp headers on receiveWillem de Bruijn1-3/+2
2015-11-10svcrpc: document lack of some memory barriersJ. Bruce Fields1-6/+31
2015-11-10SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi1-1/+0
2015-10-23SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()Trond Myklebust1-1/+1
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro1-1/+1
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-1/+4
2014-11-19SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust1-11/+16
2014-08-28sunrpc: fix byte-swapping of displayed XIDChuck Lever1-1/+1
2014-08-17SUNRPC: Optimise away svc_recv_availableTrond Myklebust1-17/+6