Age | Commit message (Expand) | Author |
2011-04-10 | svcrpc: complete svsk processing on cb receive failure | J. Bruce Fields |
2011-04-07 | svcrpc: take advantage of tcp autotuning | Olga Kornievskaia |
2011-04-07 | SUNRPC: Don't wait for full record to receive tcp data | J. Bruce Fields |
2011-04-07 | svcrpc: copy cb reply instead of pages | Trond Myklebust |
2011-04-07 | svcrpc: close connection if client sends short packet | J. Bruce Fields |
2011-04-07 | svcrpc: note network-order types in svc_process_calldir | J. Bruce Fields |
2011-04-07 | SUNRPC: svc_tcp_recvfrom cleanup | Trond Myklebust |
2011-04-07 | SUNRPC: requeue tcp socket less frequently | Trond Myklebust |
2011-02-22 | net: add __rcu annotations to sk_wq and wq | Eric Dumazet |
2011-01-25 | NFS do not find client in NFSv4 pg_authenticate | Andy Adamson |
2011-01-14 | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2011-01-11 | rpc: move sk_bc_xprt to svc_xprt | J. Bruce Fields |
2011-01-06 | NFS rename client back channel transport field | Andy Adamson |
2011-01-06 | NFS associate sessionid with callback connection | Andy Adamson |
2011-01-06 | SUNRPC register and unregister the back channel transport | Andy Adamson |
2011-01-06 | SUNRPC new transport for the NFSv4.1 shared back channel | Andy Adamson |
2010-12-17 | sunrpc: svc_sock_names should hold ref to socket being closed. | NeilBrown |
2010-10-25 | svcrpc: svc_tcp_sendto XPT_DEAD check is redundant | J. Bruce Fields |
2010-10-19 | sunrpc: Turn list_for_each-s into the ..._entry-s | Pavel Emelyanov |
2010-10-01 | sunrpc: Create sockets in net namespaces | Pavel Emelyanov |
2010-10-01 | sunrpc: Pull net argument downto svc_create_socket | Pavel Emelyanov |
2010-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds |
2010-05-17 | net: Remove unnecessary returns from void function()s | Joe Perches |
2010-05-03 | sunrpc: centralise most calls to svc_xprt_received | Neil Brown |
2010-04-20 | net: sk_sleep() helper | Eric Dumazet |
2010-02-28 | nfsd: ensure sockets are closed on error | Neil Brown |
2010-01-26 | NFSD: Support AF_INET6 in svc_addsock() function | Aime Le Rouzic |
2009-11-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-10-30 | net: fix sk_forward_alloc corruption | Eric Dumazet |
2009-10-18 | inet: rename some inet_sock fields | Eric Dumazet |
2009-09-11 | nfsd41: sunrpc: Added rpc server-side backchannel handling | Rahul Iyer |
2009-08-24 | nfsd41: sunrpc: svc_tcp_recv_record() | Alexandros Batsakis |
2009-07-14 | SUNRPC: handle IPv6 PKTINFO when extracting destination address | Chuck Lever |
2009-06-22 | Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd | Linus Torvalds |
2009-06-18 | SUNRPC: Fix the TCP server's send buffer accounting | Trond Myklebust |
2009-06-17 | nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha... | Benny Halevy |
2009-06-15 | Merge commit 'v2.6.30' into for-2.6.31 | J. Bruce Fields |
2009-05-27 | nfsd: Revert "svcrpc: take advantage of tcp autotuning" | J. Bruce Fields |
2009-04-28 | SUNRPC: Clean up one_sock_name() | Chuck Lever |
2009-04-28 | SUNRPC: Support PF_INET6 in one_sock_name() | Chuck Lever |
2009-04-28 | SUNRPC: Switch one_sock_name() to use snprintf() | Chuck Lever |
2009-04-28 | SUNRPC: pass buffer size to svc_sock_names() | Chuck Lever |
2009-04-28 | SUNRPC: pass buffer size to svc_addsock() | Chuck Lever |
2009-04-28 | SUNRPC: Fix error return value of svc_addr_len() | Chuck Lever |
2009-04-06 | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2009-04-01 | SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a port | Trond Myklebust |
2009-03-28 | SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets | Chuck Lever |
2009-03-28 | SUNRPC: svc_setup_socket() gets protocol family from socket | Chuck Lever |
2009-03-28 | SUNRPC: Pass a family argument to svc_register() | Chuck Lever |
2009-03-18 | svcrpc: take advantage of tcp autotuning | Olga Kornievskaia |