summaryrefslogtreecommitdiff
path: root/net/sunrpc/svcsock.c
AgeCommit message (Expand)Author
2018-04-05Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever
2018-04-03svc: Simplify ->xpo_secure_portChuck Lever
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-02-05sunrpc: remove dead code in svc_sock_setbufsizeChristoph Hellwig
2017-12-02svc_recvfrom(): switch to sock_recvmsg()Al Viro
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields
2017-08-24sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever
2017-08-24net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust
2017-03-09SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprtKinglong Mee
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-24sunrpc: flag transports as having congestion controlJeff Layton
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni
2016-08-01SUNRPC: Detect immediate closure of accepted socketsTrond Myklebust
2016-08-01SUNRPC: accept() may return sockets that are still in SYN_RECVTrond Myklebust
2016-07-13SUNRPC: Change TCP socket space reservationTrond Myklebust
2016-07-13SUNRPC: Micro optimisation for svc_data_readyTrond Myklebust
2016-07-13SUNRPC: Call the default socket callbacks instead of open codingTrond Myklebust
2016-07-13SUNRPC: lock the socket while detaching itTrond Myklebust
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa
2016-04-11sunrpc: do not pull udp headers on receiveWillem de Bruijn
2015-11-10svcrpc: document lack of some memory barriersJ. Bruce Fields
2015-11-10SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi
2015-10-23SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()Trond Myklebust
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton
2014-11-19SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust
2014-08-28sunrpc: fix byte-swapping of displayed XIDChuck Lever
2014-08-17SUNRPC: Optimise away svc_recv_availableTrond Myklebust
2014-07-29SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust
2014-07-29SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurelyTrond Myklebust
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever
2014-05-30SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee
2014-05-22SUNRPC: track whether a request is coming from a loop-back interface.NeilBrown
2014-05-22NFSD: Ignore client's source port on RDMA transportsChuck Lever
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-31nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller