Age | Commit message (Expand) | Author |
2017-03-09 | SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprt | Kinglong Mee |
2017-02-28 | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan |
2017-02-24 | sunrpc: flag transports as having congestion control | Jeff Layton |
2016-12-25 | ktime: Get rid of the union | Thomas Gleixner |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-14 | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports | Scott Mayhew |
2016-11-07 | udp: do fwd memory scheduling on dequeue | Paolo Abeni |
2016-10-22 | udp: use it's own memory accounting schema | Paolo Abeni |
2016-08-01 | SUNRPC: Detect immediate closure of accepted sockets | Trond Myklebust |
2016-08-01 | SUNRPC: accept() may return sockets that are still in SYN_RECV | Trond Myklebust |
2016-07-13 | SUNRPC: Change TCP socket space reservation | Trond Myklebust |
2016-07-13 | SUNRPC: Micro optimisation for svc_data_ready | Trond Myklebust |
2016-07-13 | SUNRPC: Call the default socket callbacks instead of open coding | Trond Myklebust |
2016-07-13 | SUNRPC: lock the socket while detaching it | Trond Myklebust |
2016-04-13 | sock: tigthen lockdep checks for sock_owned_by_user | Hannes Frederic Sowa |
2016-04-11 | sunrpc: do not pull udp headers on receive | Willem de Bruijn |
2015-11-10 | svcrpc: document lack of some memory barriers | J. Bruce Fields |
2015-11-10 | SUNRPC: drop stale comment in svc_setup_socket() | Stefan Hajnoczi |
2015-10-23 | SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage() | Trond Myklebust |
2015-04-11 | get rid of the size argument of sock_sendmsg() | Al Viro |
2014-12-09 | sunrpc: move rq_local field to rq_flags | Jeff Layton |
2014-11-19 | SUNRPC: Fix locking around callback channel reply receive | Trond Myklebust |
2014-08-28 | sunrpc: fix byte-swapping of displayed XID | Chuck Lever |
2014-08-17 | SUNRPC: Optimise away svc_recv_available | Trond Myklebust |
2014-07-29 | SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed | Trond Myklebust |
2014-07-29 | SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely | Trond Myklebust |
2014-07-18 | svcrdma: Select NFSv4.1 backchannel transport based on forward channel | Chuck Lever |
2014-05-30 | SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING | Kinglong Mee |
2014-05-22 | SUNRPC: track whether a request is coming from a loop-back interface. | NeilBrown |
2014-05-22 | NFSD: Ignore client's source port on RDMA transports | Chuck Lever |
2014-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller |
2014-03-31 | nfsd: check passed socket's net matches NFSd superblock's one | Stanislav Kinsbursky |
2013-10-09 | net: fix build errors if ipv6 is disabled | Eric Dumazet |
2013-10-09 | ipv6: make lookups simpler and faster | Eric Dumazet |
2013-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-08-01 | NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure. | NeilBrown |
2013-07-24 | net: add sk_stream_is_writeable() helper | Eric Dumazet |
2013-07-01 | svcrpc: don't error out on small tcp fragment | J. Bruce Fields |
2013-07-01 | svcrpc: fix handling of too-short rpc's | J. Bruce Fields |
2013-01-31 | ipv6: rename datagram_send_ctl and datagram_recv_ctl | Tom Parkin |
2012-12-20 | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2012-12-17 | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields |
2012-12-17 | svcrpc: fix some printks | J. Bruce Fields |
2012-12-04 | svcrpc: support multiple-fragment rpc's | J. Bruce Fields |
2012-12-04 | svcrpc: track rpc data length separately from sk_tcplen | J. Bruce Fields |
2012-12-04 | svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk | J. Bruce Fields |
2012-12-04 | svcrpc: delay minimum-rpc-size check till later | J. Bruce Fields |