| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-09-21 | nfsd: unregister with rpcbind when deleting a transport | Olga Kornievskaia | 1 | -0/+2 |
| 2025-09-21 | sunrpc: eliminate return pointer in svc_tcp_sendmsg() | Jeff Layton | 1 | -13/+8 |
| 2025-09-21 | sunrpc: fix pr_notice in svc_tcp_sendto() to show correct length | Jeff Layton | 1 | -2/+2 |
| 2025-08-06 | sunrpc: fix handling of server side tls alerts | Olga Kornievskaia | 1 | -8/+35 |
| 2025-07-14 | sunrpc: make svc_tcp_sendmsg() take a signed sentp pointer | Jeff Layton | 1 | -3/+2 |
| 2025-05-15 | sunrpc: Adjust size of socket's receive page array dynamically | Chuck Lever | 1 | -2/+6 |
| 2025-05-15 | sunrpc: Replace the rq_bvec array with dynamically-allocated memory | Chuck Lever | 1 | -4/+3 |
| 2025-05-11 | sunrpc: allow SOMAXCONN backlogged TCP connections | Jeff Layton | 1 | -1/+1 |
| 2025-02-21 | net: better track kernel sockets lifetime | Eric Dumazet | 1 | -4/+1 |
| 2025-01-21 | Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages" | Chuck Lever | 1 | -11/+1 |
| 2024-11-30 | Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+4 |
| 2024-11-28 | sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket | Liu Jian | 1 | -0/+4 |
| 2024-11-11 | mm: page_frag: avoid caller accessing 'page_frag_cache' directly | Yunsheng Lin | 1 | -4/+2 |
| 2024-09-01 | SUNRPC: make various functions static, or not exported. | NeilBrown | 1 | -1/+0 |
| 2024-04-04 | SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP | Chuck Lever | 1 | -9/+1 |
| 2024-01-17 | SUNRPC: use request size to initialize bio_vec in svc_udp_sendto() | Lucas Stach | 1 | -2/+2 |
| 2024-01-07 | SUNRPC: remove printk when back channel request not found | Dai Ngo | 1 | -12/+2 |
| 2023-08-31 | Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -72/+59 |
| 2023-08-29 | SUNRPC: Reduce thread wake-up rate when receiving large RPC messages | Chuck Lever | 1 | -1/+11 |
| 2023-08-29 | SUNRPC: Revert e0a912e8ddba | Chuck Lever | 1 | -6/+0 |
| 2023-08-29 | SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array | Chuck Lever | 1 | -11/+13 |
| 2023-08-29 | SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call | Chuck Lever | 1 | -15/+18 |
| 2023-08-29 | SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly | Chuck Lever | 1 | -44/+20 |
| 2023-08-29 | SUNRPC: Fix the recent bv_offset fix | Chuck Lever | 1 | -1/+3 |
| 2023-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
| 2023-08-14 | sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsg | Jeff Layton | 1 | -0/+3 |
| 2023-07-28 | SUNRPC: Use new helpers to handle TLS Alerts | Chuck Lever | 1 | -22/+25 |
| 2023-07-28 | SUNRPC: Send TLS Closure alerts before closing a TCP socket | Chuck Lever | 1 | -0/+2 |
| 2023-07-28 | net/tls: Move TLS protocol elements to a separate header | Chuck Lever | 1 | -0/+1 |
| 2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -26/+12 |
| 2023-06-12 | sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage | David Howells | 1 | -26/+12 |
| 2023-06-05 | SUNRPC: Trace struct svc_sock lifetime events | Chuck Lever | 1 | -1/+3 |
| 2023-06-05 | SUNRPC: Improve observability in svc_tcp_accept() | Chuck Lever | 1 | -7/+2 |
| 2023-06-05 | SUNRPC: Fix an incorrect comment | Chuck Lever | 1 | -1/+1 |
| 2023-06-05 | SUNRPC: Fix UAF in svc_tcp_listen_data_ready() | Ding Hui | 1 | -12/+11 |
| 2023-05-31 | nfsd: fix double fget() bug in __write_ports_addfd() | Dan Carpenter | 1 | -18/+6 |
| 2023-05-14 | SUNRPC: always free ctxt when freeing deferred request | NeilBrown | 1 | -14/+16 |
| 2023-05-05 | SUNRPC: Fix error handling in svc_setup_socket() | Chuck Lever | 1 | -12/+4 |
| 2023-04-27 | SUNRPC: Support TLS handshake in the server-side TCP socket code | Chuck Lever | 1 | -3/+98 |
| 2023-04-27 | SUNRPC: Recognize control messages in server-side TCP socket code | Chuck Lever | 1 | -2/+46 |
| 2023-04-26 | SUNRPC: Ensure server-side sockets have a sock->file | Chuck Lever | 1 | -7/+18 |
| 2023-02-22 | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -2/+2 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+5 |
| 2023-02-20 | SUNRPC: Remove ->xpo_secure_port() | Chuck Lever | 1 | -2/+2 |
| 2023-02-03 | sunrpc: use bvec_set_page to initialize bvecs | Christoph Hellwig | 1 | -5/+2 |
| 2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 1 | -0/+5 |
| 2023-01-10 | Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -4/+4 |
| 2023-01-06 | Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" | Chuck Lever | 1 | -4/+4 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -2/+2 |
| 2022-05-26 | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -15/+4 |
| 2022-05-23 | SUNRPC: Use RMW bitops in single-threaded hot paths | Chuck Lever | 1 | -4/+4 |
| 2022-05-19 | SUNRPC: Remove svc_rqst::rq_xprt_hlen | Chuck Lever | 1 | -2/+0 |
| 2022-05-19 | SUNRPC: Remove dead code in svc_tcp_release_rqst() | Chuck Lever | 1 | -9/+0 |
| 2022-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -4/+9 |
| 2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 1 | -1/+1 |
| 2022-04-07 | SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg() | Trond Myklebust | 1 | -3/+6 |
| 2022-04-07 | SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec() | Trond Myklebust | 1 | -1/+3 |
| 2021-04-22 | SUNRPC: fix ternary sign expansion bug in tracing | Dan Carpenter | 1 | -1/+1 |
| 2021-03-22 | SUNRPC: Move svc_xprt_received() call sites | Chuck Lever | 1 | -2/+7 |
| 2021-03-22 | svcrdma: Add a "deferred close" helper | Chuck Lever | 1 | -9/+6 |
| 2021-02-16 | SUNRPC: Further clean up svc_tcp_sendmsg() | Chuck Lever | 1 | -8/+7 |
| 2021-02-16 | SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg() | Trond Myklebust | 1 | -9/+3 |
| 2021-02-16 | SUNRPC: Use TCP_CORK to optimise send performance on the server | Trond Myklebust | 1 | -1/+7 |
| 2021-02-01 | SUNRPC: Fix NFS READs that start at non-page-aligned offsets | Chuck Lever | 1 | -3/+4 |
| 2020-12-18 | SUNRPC: Handle TCP socket sends with kernel_sendpage() again | Chuck Lever | 1 | -1/+85 |
| 2020-11-30 | SUNRPC: Rename svc_encode_read_payload() | Chuck Lever | 1 | -4/+4 |
| 2020-09-21 | SUNRPC: Fix svc_flush_dcache() | Chuck Lever | 1 | -1/+1 |
| 2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -2/+2 |
| 2020-06-29 | SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE | Christophe Leroy | 1 | -0/+1 |
| 2020-06-11 | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -195/+205 |
| 2020-05-28 | ipv6: add ip6_sock_set_recvpktinfo | Christoph Hellwig | 1 | -8/+2 |
| 2020-05-28 | ipv6: add ip6_sock_set_v6only | Christoph Hellwig | 1 | -5/+1 |
| 2020-05-28 | ipv4: add ip_sock_set_pktinfo | Christoph Hellwig | 1 | -3/+2 |
| 2020-05-28 | net: add sock_no_linger | Christoph Hellwig | 1 | -10/+2 |
| 2020-05-20 | SUNRPC: Restructure svc_udp_recvfrom() | Chuck Lever | 1 | -25/+35 |
| 2020-05-20 | SUNRPC: Refactor svc_recvfrom() | Chuck Lever | 1 | -41/+68 |
| 2020-05-20 | SUNRPC: Clean up svc_release_skb() functions | Chuck Lever | 1 | -8/+15 |
| 2020-05-20 | SUNRPC: Refactor recvfrom path dealing with incomplete TCP receives | Chuck Lever | 1 | -20/+19 |
| 2020-05-20 | SUNRPC: Replace dprintk() call sites in TCP receive path | Chuck Lever | 1 | -14/+2 |
| 2020-05-18 | SUNRPC: Restructure svc_tcp_recv_record() | Chuck Lever | 1 | -26/+25 |
| 2020-05-18 | SUNRPC: Rename svc_sock::sk_reclen | Chuck Lever | 1 | -3/+3 |
| 2020-05-18 | SUNRPC: Replace dprintk call sites in TCP state change callouts | Chuck Lever | 1 | -29/+6 |
| 2020-05-18 | SUNRPC: Add more svcsock tracepoints | Chuck Lever | 1 | -20/+10 |
| 2020-05-18 | SUNRPC: Remove "#include <trace/events/skb.h>" | Chuck Lever | 1 | -1/+0 |
| 2020-05-18 | SUNRPC: Trace a few more generic svc_xprt events | Chuck Lever | 1 | -12/+0 |
| 2020-05-18 | SUNRPC: Move xpt_mutex into socket xpo_sendto methods | Chuck Lever | 1 | -0/+25 |
| 2020-04-17 | svcrdma: Fix leak of svc_rdma_recv_ctxt objects | Chuck Lever | 1 | -0/+4 |
| 2020-03-16 | SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends | Chuck Lever | 1 | -137/+62 |
| 2020-03-16 | SUNRPC: Refactor xs_sendpages() | Chuck Lever | 1 | -0/+1 |
| 2020-03-16 | nfsd: Fix NFSv4 READ on RDMA when using readv | Chuck Lever | 1 | -0/+8 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-24 | SUNRPC: Cache the process user cred in the RPC server listener | Trond Myklebust | 1 | -1/+3 |
| 2019-02-21 | svcrpc: fix UDP on servers with lots of threads | J. Bruce Fields | 1 | -10/+10 |
| 2019-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
| 2019-01-01 | sock: Make sock->sk_stamp thread-safe | Deepa Dinamani | 1 | -1/+1 |
| 2018-12-27 | sunrpc: remove unused xpo_prep_reply_hdr callback | Vasily Averin | 1 | -17/+0 |
| 2018-12-27 | sunrpc: remove svc_tcp_bc_class | Vasily Averin | 1 | -101/+0 |
| 2018-12-27 | sunrpc: replace svc_serv->sv_bc_xprt by boolean flag | Vasily Averin | 1 | -2/+0 |
| 2018-12-27 | sunrpc: use-after-free in svc_process_common() | Vasily Averin | 1 | -1/+1 |
| 2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
| 2018-11-01 | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Al Viro | 1 | -3/+3 |
| 2018-10-30 | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -39/+14 |
| 2018-10-29 | SUNRPC: Simplify TCP receive code | Trond Myklebust | 1 | -39/+14 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -1/+1 |
| 2018-09-30 | SUNRPC: Rename xprt->recv_lock to xprt->queue_lock | Trond Myklebust | 1 | -3/+3 |
| 2018-04-05 | Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+6 |
| 2018-04-03 | sunrpc: Save remote presentation address in svc_xprt for trace events | Chuck Lever | 1 | -0/+1 |
| 2018-04-03 | svc: Simplify ->xpo_secure_port | Chuck Lever | 1 | -2/+5 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -5/+8 |
| 2018-02-08 | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -14/+0 |
| 2018-02-05 | sunrpc: remove dead code in svc_sock_setbufsize | Christoph Hellwig | 1 | -14/+0 |
| 2017-12-02 | svc_recvfrom(): switch to sock_recvmsg() | Al Viro | 1 | -2/+2 |
| 2017-09-11 | Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -3/+3 |
| 2017-09-05 | merge nfsd 4.13 bugfixes into nfsd for-4.14 branch | J. Bruce Fields | 1 | -2/+20 |
| 2017-08-24 | sunrpc: Const-ify instances of struct svc_xprt_ops | Chuck Lever | 1 | -3/+3 |
| 2017-08-24 | net: sunrpc: svcsock: fix NULL-pointer exception | Vadim Lomovtsev | 1 | -2/+20 |
| 2017-08-18 | SUNRPC: Add a separate spinlock to protect the RPC request receive list | Trond Myklebust | 1 | -3/+3 |
| 2017-03-09 | SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprt | Kinglong Mee | 1 | -0/+1 |
| 2017-02-28 | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+1 |
| 2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -2/+2 |
| 2017-02-24 | sunrpc: flag transports as having congestion control | Jeff Layton | 1 | -0/+1 |
| 2016-12-25 | ktime: Get rid of the union | Thomas Gleixner | 1 | -1/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+21 |
| 2016-11-14 | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports | Scott Mayhew | 1 | -0/+21 |
| 2016-11-07 | udp: do fwd memory scheduling on dequeue | Paolo Abeni | 1 | -1/+1 |
| 2016-10-22 | udp: use it's own memory accounting schema | Paolo Abeni | 1 | -4/+16 |
| 2016-08-01 | SUNRPC: Detect immediate closure of accepted sockets | Trond Myklebust | 1 | -2/+5 |
| 2016-08-01 | SUNRPC: accept() may return sockets that are still in SYN_RECV | Trond Myklebust | 1 | -3/+10 |
| 2016-07-13 | SUNRPC: Change TCP socket space reservation | Trond Myklebust | 1 | -43/+4 |
| 2016-07-13 | SUNRPC: Micro optimisation for svc_data_ready | Trond Myklebust | 1 | -2/+2 |
| 2016-07-13 | SUNRPC: Call the default socket callbacks instead of open coding | Trond Myklebust | 1 | -69/+19 |
| 2016-07-13 | SUNRPC: lock the socket while detaching it | Trond Myklebust | 1 | -0/+3 |
| 2016-04-13 | sock: tigthen lockdep checks for sock_owned_by_user | Hannes Frederic Sowa | 1 | -2/+1 |
| 2016-04-11 | sunrpc: do not pull udp headers on receive | Willem de Bruijn | 1 | -3/+2 |
| 2015-11-10 | svcrpc: document lack of some memory barriers | J. Bruce Fields | 1 | -6/+31 |
| 2015-11-10 | SUNRPC: drop stale comment in svc_setup_socket() | Stefan Hajnoczi | 1 | -1/+0 |
| 2015-10-23 | SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage() | Trond Myklebust | 1 | -1/+1 |
| 2015-04-11 | get rid of the size argument of sock_sendmsg() | Al Viro | 1 | -1/+1 |
| 2014-12-09 | sunrpc: move rq_local field to rq_flags | Jeff Layton | 1 | -1/+4 |
| 2014-11-19 | SUNRPC: Fix locking around callback channel reply receive | Trond Myklebust | 1 | -11/+16 |
| 2014-08-28 | sunrpc: fix byte-swapping of displayed XID | Chuck Lever | 1 | -1/+1 |
| 2014-08-17 | SUNRPC: Optimise away svc_recv_available | Trond Myklebust | 1 | -17/+6 |
| 2014-07-29 | SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed | Trond Myklebust | 1 | -0/+9 |
| 2014-07-29 | SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely | Trond Myklebust | 1 | -18/+21 |
| 2014-07-18 | svcrdma: Select NFSv4.1 backchannel transport based on forward channel | Chuck Lever | 1 | -0/+2 |
| 2014-05-30 | SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING | Kinglong Mee | 1 | -2/+1 |
| 2014-05-22 | SUNRPC: track whether a request is coming from a loop-back interface. | NeilBrown | 1 | -0/+5 |
| 2014-05-22 | NFSD: Ignore client's source port on RDMA transports | Chuck Lever | 1 | -0/+9 |
| 2014-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -6/+6 |
| 2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 1 | -6/+6 |
| 2014-03-31 | nfsd: check passed socket's net matches NFSd superblock's one | Stanislav Kinsbursky | 1 | -0/+16 |
| 2013-10-09 | net: fix build errors if ipv6 is disabled | Eric Dumazet | 1 | -0/+2 |
| 2013-10-09 | ipv6: make lookups simpler and faster | Eric Dumazet | 1 | -1/+1 |
| 2013-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
| 2013-08-01 | NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure. | NeilBrown | 1 | -1/+3 |
| 2013-07-24 | net: add sk_stream_is_writeable() helper | Eric Dumazet | 1 | -1/+1 |
| 2013-07-01 | svcrpc: don't error out on small tcp fragment | J. Bruce Fields | 1 | -1/+1 |
| 2013-07-01 | svcrpc: fix handling of too-short rpc's | J. Bruce Fields | 1 | -2/+7 |
| 2013-01-31 | ipv6: rename datagram_send_ctl and datagram_recv_ctl | Tom Parkin | 1 | -1/+1 |
| 2012-12-20 | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -48/+50 |
| 2012-12-17 | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields | 1 | -0/+2 |
| 2012-12-17 | svcrpc: fix some printks | J. Bruce Fields | 1 | -4/+4 |
| 2012-12-04 | svcrpc: support multiple-fragment rpc's | J. Bruce Fields | 1 | -25/+25 |
| 2012-12-04 | svcrpc: track rpc data length separately from sk_tcplen | J. Bruce Fields | 1 | -7/+12 |
| 2012-12-04 | svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk | J. Bruce Fields | 1 | -1/+2 |
| 2012-12-04 | svcrpc: delay minimum-rpc-size check till later | J. Bruce Fields | 1 | -9/+7 |
| 2012-12-04 | svcrpc: don't byte-swap sk_reclen in place | J. Bruce Fields | 1 | -15/+11 |
| 2012-11-04 | SUNRPC: remove BUG_ONs from *_reclassify_socket* | Weston Andros Adamson | 1 | -1/+5 |
| 2012-09-10 | nfsd: remove unused listener-removal interfaces | J. Bruce Fields | 1 | -51/+0 |
| 2012-08-21 | svcrpc: make xpo_recvfrom return only >=0 | J. Bruce Fields | 1 | -3/+3 |
| 2012-08-21 | svcrpc: don't bother checking bad svc_addr_len result | J. Bruce Fields | 1 | -2/+0 |
| 2012-08-21 | svcrpc: minor udp code cleanup | J. Bruce Fields | 1 | -4/+5 |
| 2012-08-21 | svcrpc: share some setup of listening sockets | J. Bruce Fields | 1 | -5/+1 |
| 2012-08-21 | svcrpc: clean up control flow | J. Bruce Fields | 1 | -35/+34 |
| 2012-08-21 | svcrpc: standardize svc_setup_socket return convention | J. Bruce Fields | 1 | -18/+22 |
| 2012-08-20 | svcrpc: fix BUG() in svc_tcp_clear_pages | J. Bruce Fields | 1 | -1/+1 |
| 2012-06-27 | net: skb_free_datagram_locked() doesnt drop all packets | Eric Dumazet | 1 | -6/+6 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 1 | -18/+10 |
| 2012-04-21 | sock: Introduce named constants for sk_reuse | Pavel Emelyanov | 1 | -1/+1 |
| 2012-03-26 | Merge nfs containerization work from Trond's tree | J. Bruce Fields | 1 | -2/+3 |
| 2012-03-11 | SUNRPC: Fix a few sparse warnings | Trond Myklebust | 1 | -1/+1 |
| 2012-02-03 | SUNPRC: remove marking service temporary sockets with XPT_CHNGBUF | Stanislav Kinsbursky | 1 | -2/+0 |
| 2012-01-31 | SUNRPC: fixup for namespace changes | Trond Myklebust | 1 | -1/+1 |
| 2012-01-31 | SUNRPC: pass network namespace to service registering routines | Stanislav Kinsbursky | 1 | -1/+2 |
| 2012-01-14 | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -3/+5 |
| 2011-12-06 | SUNRPC: create svc_xprt in proper network namespace | Stanislav Kinsbursky | 1 | -3/+5 |
| 2011-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 1 | -2/+2 |
| 2011-10-31 | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 1 | -0/+1 |
| 2011-09-14 | SUNRPC: Replace svc_addr_u by sockaddr_storage | Mi Jinlong | 1 | -6/+17 |
| 2011-07-27 | Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -7/+7 |
| 2011-07-15 | svcsock.c: include sunrpc.h to quiet sparse noise | H Hartley Sweeten | 1 | -0/+2 |
| 2011-07-15 | SUNRPC: sunrpc should not explicitly depend on NFS config options | Trond Myklebust | 1 | -7/+7 |
| 2011-04-10 | svcrpc: complete svsk processing on cb receive failure | J. Bruce Fields | 1 | -4/+3 |
| 2011-04-07 | svcrpc: take advantage of tcp autotuning | Olga Kornievskaia | 1 | -28/+7 |
| 2011-04-07 | SUNRPC: Don't wait for full record to receive tcp data | J. Bruce Fields | 1 | -32/+112 |
| 2011-04-07 | svcrpc: copy cb reply instead of pages | Trond Myklebust | 1 | -66/+56 |
| 2011-04-07 | svcrpc: close connection if client sends short packet | J. Bruce Fields | 1 | -14/+7 |