Age | Commit message (Expand) | Author | Files | Lines |
2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2016-11-07 | udp: do fwd memory scheduling on dequeue | Paolo Abeni | 1 | -1/+1 |
2016-10-28 | sunrpc: fix some missing rq_rbuffer assignments | Jeff Layton | 1 | -0/+1 |
2016-10-23 | udp: use it's own memory accounting schema | Paolo Abeni | 1 | -1/+1 |
2016-09-19 | sunrpc: fix write space race causing stalls | David Vrabel | 1 | -1/+10 |
2016-09-19 | SUNRPC: Generalize the RPC buffer release API | Chuck Lever | 1 | -4/+2 |
2016-09-19 | SUNRPC: Generalize the RPC buffer allocation API | Chuck Lever | 1 | -6/+11 |
2016-09-03 | sunrpc: fix UDP memory accounting | Paolo Abeni | 1 | -1/+1 |
2016-08-05 | SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout | Trond Myklebust | 1 | -6/+12 |
2016-08-05 | SUNRPC: Fix reconnection timeouts | Trond Myklebust | 1 | -7/+20 |
2016-08-05 | SUNRPC: disable the use of IPv6 temporary addresses. | NeilBrown | 1 | -0/+11 |
2016-08-01 | SUNRPC: Handle EADDRNOTAVAIL on connection failures | Trond Myklebust | 1 | -0/+4 |
2016-07-25 | Merge branch 'sunrpc' | Trond Myklebust | 1 | -48/+65 |
2016-07-19 | sunrpc: Prevent resvport min/max inversion via sysfs and module parameter | Frank Sorenson | 1 | -1/+5 |
2016-07-19 | sunrpc: Prevent resvport min/max inversion via sysctl | Frank Sorenson | 1 | -2/+2 |
2016-07-19 | sunrpc: Fix reserved port range calculation | Frank Sorenson | 1 | -1/+1 |
2016-06-15 | rpc: share one xps between all backchannels | J. Bruce Fields | 1 | -0/+1 |
2016-06-13 | SUNRPC: Fix suspicious enobufs issues. | Trond Myklebust | 1 | -6/+25 |
2016-06-13 | SUNRPC: RPC transport queue must be low latency | Trond Myklebust | 1 | -3/+3 |
2016-06-13 | SUNRPC: Consolidate xs_tcp_data_ready and xs_data_ready | Trond Myklebust | 1 | -31/+7 |
2016-06-13 | SUNRPC: Small optimisation of client receive | Trond Myklebust | 1 | -11/+33 |
2016-05-26 | Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -0/+6 |
2016-05-17 | sunrpc: Advertise maximum backchannel payload size | Chuck Lever | 1 | -0/+6 |
2016-05-13 | sunrpc: set SOCK_FASYNC | Eric Dumazet | 1 | -0/+3 |
2016-04-28 | net: udp: rename UDP_INC_STATS_BH() | Eric Dumazet | 1 | -2/+2 |
2016-04-14 | 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 |
2016-02-06 | SUNRPC: Use the multipath iterator to assign a transport to each task | Trond Myklebust | 1 | -3/+1 |
2016-01-08 | Merge branch 'bugfixes' | Trond Myklebust | 1 | -28/+21 |
2016-01-06 | SUNRPC: Fixup socket wait for memory | Trond Myklebust | 1 | -28/+21 |
2015-12-28 | SUNRPC: drop unused xs_reclassify_socketX() helpers | Stefan Hajnoczi | 1 | -13/+1 |
2015-12-01 | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 1 | -7/+7 |
2015-11-03 | SUNRPC: fix variable type | Andrzej Hajda | 1 | -1/+1 |
2015-11-03 | Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma | Trond Myklebust | 1 | -0/+17 |
2015-11-03 | NFS: Enable client side NFSv4.1 backchannel to use other transports | Chuck Lever | 1 | -0/+12 |
2015-11-02 | SUNRPC: Abstract backchannel operations | Chuck Lever | 1 | -0/+5 |
2015-10-08 | SUNRPC: Use MSG_SENDPAGE_NOTLAST in xs_send_pagedata() | Trond Myklebust | 1 | -1/+3 |
2015-10-08 | SUNRPC: Move AF_LOCAL receive data path into a workqueue context | Trond Myklebust | 1 | -30/+42 |
2015-10-08 | SUNRPC: Move UDP receive data path into a workqueue context | Trond Myklebust | 1 | -23/+61 |
2015-10-08 | SUNRPC: Move TCP receive data path into a workqueue context | Trond Myklebust | 1 | -15/+36 |
2015-10-08 | SUNRPC: Refactor TCP receive | Trond Myklebust | 1 | -15/+29 |
2015-09-19 | SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose | Trond Myklebust | 1 | -1/+0 |
2015-09-18 | SUNRPC: Ensure that we wait for connections to complete before retrying | Trond Myklebust | 1 | -3/+8 |
2015-09-17 | SUNRPC: Fix races between socket connection and destroy code | Trond Myklebust | 1 | -0/+3 |
2015-08-30 | SUNRPC: Prevent SYN+SYNACK+RST storms | Trond Myklebust | 1 | -0/+2 |
2015-08-29 | SUNRPC: xs_reset_transport must mark the connection as disconnected | Trond Myklebust | 1 | -0/+1 |
2015-08-20 | SUNRPC: Allow sockets to do GFP_NOIO allocations | Trond Myklebust | 1 | -3/+3 |
2015-08-17 | SUNRPC: Fix a thinko in xs_connect() | Trond Myklebust | 1 | -4/+5 |
2015-07-28 | Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -8/+17 |
2015-07-28 | SUNRPC: Report TCP errors to the caller | Trond Myklebust | 1 | -7/+6 |