| Commit message (Expand) | Author | Age | Files | Lines |
* | rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage | David Howells | 2023-06-25 | 1 | -11/+12 |
* | tcp: add tcp_sock_set_cork | Christoph Hellwig | 2020-05-28 | 1 | -7/+2 |
* | rds: Changing IP address internal representation to struct in6_addr | Ka-Cheong Poon | 2018-07-24 | 1 | -2/+2 |
* | rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ... | Sowmini Varadhan | 2018-02-08 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-23 | 1 | -2/+2 |
|\ |
|
| * | rds: tcp: compute m_ack_seq as offset from ->write_seq | Sowmini Varadhan | 2018-01-22 | 1 | -2/+2 |
* | | rds: use RCU to synchronize work-enqueue with connection teardown | Sowmini Varadhan | 2018-01-05 | 1 | -1/+4 |
|/ |
|
* | rds: cancel send/recv work before queuing connection shutdown | Sowmini Varadhan | 2017-07-17 | 1 | -1/+1 |
* | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -1/+1 |
* | don't open-code kernel_setsockopt() | Al Viro | 2017-04-06 | 1 | -7/+1 |
* | RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans list | Sowmini Varadhan | 2016-11-17 | 1 | -0/+3 |
* | RDS: TCP: Enable multipath RDS for TCP | Sowmini Varadhan | 2016-07-15 | 1 | -5/+13 |
* | RDS: TCP: make ->sk_user_data point to a rds_conn_path | Sowmini Varadhan | 2016-07-01 | 1 | -6/+6 |
* | RDS: Rework path specific indirections | Sowmini Varadhan | 2016-07-01 | 1 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 1 | -7/+7 |
|\ |
|
| * | net: rds: fix coding style issues | Joshua Houghton | 2016-06-19 | 1 | -7/+7 |
* | | RDS: split out connection specific state from rds_connection to rds_conn_path | Sowmini Varadhan | 2016-06-15 | 1 | -0/+1 |
|/ |
|
* | rds: tcp: block BH in TCP callbacks | Eric Dumazet | 2016-05-19 | 1 | -2/+2 |
* | RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmit | Sowmini Varadhan | 2015-10-05 | 1 | -1/+7 |
* | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -1/+1 |
* | rds: Don't disable BH on BH context | Ying Xue | 2012-08-23 | 1 | -2/+2 |
* | rds: make local functions/variables static | stephen hemminger | 2010-10-21 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-09-27 | 1 | -2/+2 |
|\ |
|
| * | net: fix a lockdep splat | Eric Dumazet | 2010-09-25 | 1 | -2/+2 |
* | | RDS: Stop supporting old cong map sending method | Andy Grover | 2010-09-09 | 1 | -50/+0 |
* | | RDS: Rename data op members prefix from m_ to op_ | Andy Grover | 2010-09-09 | 1 | -7/+7 |
* | | RDS: break out rdma and data ops into nested structs in rds_message | Andy Grover | 2010-09-09 | 1 | -7/+7 |
* | | RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons | Andy Grover | 2010-09-09 | 1 | -1/+1 |
|/ |
|
* | RDS/TCP: Wait to wake thread when write space available | Andy Grover | 2010-03-17 | 1 | -1/+3 |
* | net/rds: remove uses of NIPQUAD, use %pI4 | Joe Perches | 2010-02-04 | 1 | -2/+2 |
* | RDS: Add TCP transport to RDS | Andy Grover | 2009-08-24 | 1 | -0/+263 |