Age | Commit message (Expand) | Author |
2020-09-21 | SUNRPC: Fix svc_flush_dcache() | Chuck Lever |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-06-29 | SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE | Christophe Leroy |
2020-06-11 | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2020-05-28 | ipv6: add ip6_sock_set_recvpktinfo | Christoph Hellwig |
2020-05-28 | ipv6: add ip6_sock_set_v6only | Christoph Hellwig |
2020-05-28 | ipv4: add ip_sock_set_pktinfo | Christoph Hellwig |
2020-05-28 | net: add sock_no_linger | Christoph Hellwig |
2020-05-20 | SUNRPC: Restructure svc_udp_recvfrom() | Chuck Lever |
2020-05-20 | SUNRPC: Refactor svc_recvfrom() | Chuck Lever |
2020-05-20 | SUNRPC: Clean up svc_release_skb() functions | Chuck Lever |
2020-05-20 | SUNRPC: Refactor recvfrom path dealing with incomplete TCP receives | Chuck Lever |
2020-05-20 | SUNRPC: Replace dprintk() call sites in TCP receive path | Chuck Lever |
2020-05-18 | SUNRPC: Restructure svc_tcp_recv_record() | Chuck Lever |
2020-05-18 | SUNRPC: Rename svc_sock::sk_reclen | Chuck Lever |
2020-05-18 | SUNRPC: Replace dprintk call sites in TCP state change callouts | Chuck Lever |
2020-05-18 | SUNRPC: Add more svcsock tracepoints | Chuck Lever |
2020-05-18 | SUNRPC: Remove "#include <trace/events/skb.h>" | Chuck Lever |
2020-05-18 | SUNRPC: Trace a few more generic svc_xprt events | Chuck Lever |
2020-05-18 | SUNRPC: Move xpt_mutex into socket xpo_sendto methods | Chuck Lever |
2020-04-17 | svcrdma: Fix leak of svc_rdma_recv_ctxt objects | Chuck Lever |
2020-03-16 | SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends | Chuck Lever |
2020-03-16 | SUNRPC: Refactor xs_sendpages() | Chuck Lever |
2020-03-16 | nfsd: Fix NFSv4 READ on RDMA when using readv | Chuck Lever |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-04-24 | SUNRPC: Cache the process user cred in the RPC server listener | Trond Myklebust |
2019-02-21 | svcrpc: fix UDP on servers with lots of threads | J. Bruce Fields |
2019-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-01-01 | sock: Make sock->sk_stamp thread-safe | Deepa Dinamani |
2018-12-27 | sunrpc: remove unused xpo_prep_reply_hdr callback | Vasily Averin |
2018-12-27 | sunrpc: remove svc_tcp_bc_class | Vasily Averin |
2018-12-27 | sunrpc: replace svc_serv->sv_bc_xprt by boolean flag | Vasily Averin |
2018-12-27 | sunrpc: use-after-free in svc_process_common() | Vasily Averin |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds |
2018-11-01 | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Al Viro |
2018-10-30 | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2018-10-29 | SUNRPC: Simplify TCP receive code | Trond Myklebust |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells |
2018-09-30 | SUNRPC: Rename xprt->recv_lock to xprt->queue_lock | Trond Myklebust |
2018-04-05 | Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2018-04-03 | sunrpc: Save remote presentation address in svc_xprt for trace events | Chuck Lever |
2018-04-03 | svc: Simplify ->xpo_secure_port | Chuck Lever |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko |
2018-02-08 | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2018-02-05 | sunrpc: remove dead code in svc_sock_setbufsize | Christoph Hellwig |
2017-12-02 | svc_recvfrom(): switch to sock_recvmsg() | Al Viro |
2017-09-11 | Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2017-09-05 | merge nfsd 4.13 bugfixes into nfsd for-4.14 branch | J. Bruce Fields |
2017-08-24 | sunrpc: Const-ify instances of struct svc_xprt_ops | Chuck Lever |