Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | rds: Enable RDS IPv6 support | Ka-Cheong Poon | 1 | -12/+42 |
2018-07-24 | rds: Changing IP address internal representation to struct in6_addr | Ka-Cheong Poon | 1 | -14/+20 |
2018-02-08 | rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ... | Sowmini Varadhan | 1 | -1/+1 |
2018-01-05 | rds: Use atomic flag to track connections being destroyed | Sowmini Varadhan | 1 | -1/+1 |
2017-07-17 | rds: cancel send/recv work before queuing connection shutdown | Sowmini Varadhan | 1 | -2/+2 |
2017-06-22 | rds: tcp: set linger to 1 when unloading a rds-tcp | Sowmini Varadhan | 1 | -0/+2 |
2017-06-16 | rds: tcp: various endian-ness fixes | Sowmini Varadhan | 1 | -1/+1 |
2017-06-16 | rds: tcp: remove cp_outgoing | Sowmini Varadhan | 1 | -1/+0 |
2016-11-17 | RDS: TCP: Force every connection to be initiated by numerically smaller IP ad... | Sowmini Varadhan | 1 | -1/+13 |
2016-07-15 | RDS: TCP: Enable multipath RDS for TCP | Sowmini Varadhan | 1 | -1/+6 |
2016-07-01 | RDS: TCP: Hooks to set up a single connection path | Sowmini Varadhan | 1 | -5/+6 |
2016-07-01 | RDS: TCP: make ->sk_user_data point to a rds_conn_path | Sowmini Varadhan | 1 | -8/+8 |
2016-07-01 | RDS: TCP: Make rds_tcp_connection track the rds_conn_path | Sowmini Varadhan | 1 | -3/+3 |
2016-07-01 | RDS: Rework path specific indirections | Sowmini Varadhan | 1 | -3/+4 |
2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -14/+14 |
2016-06-19 | net: rds: fix coding style issues | Joshua Houghton | 1 | -13/+13 |
2016-06-15 | RDS: split out connection specific state from rds_connection to rds_conn_path | Sowmini Varadhan | 1 | -1/+3 |
2016-06-08 | RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one() | Sowmini Varadhan | 1 | -1/+1 |
2016-05-19 | rds: tcp: block BH in TCP callbacks | Eric Dumazet | 1 | -2/+2 |
2016-05-03 | RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock. | Sowmini Varadhan | 1 | -0/+8 |
2015-08-07 | RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns. | Sowmini Varadhan | 1 | -2/+4 |
2015-08-07 | RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ... | Sowmini Varadhan | 1 | -1/+2 |
2015-05-09 | net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection. | Sowmini Varadhan | 1 | -0/+1 |
2014-10-03 | net/rds: do proper house keeping if connection fails in rds_tcp_conn_connect | Herton R. Krzesinski | 1 | -1/+4 |
2012-08-23 | rds: Don't disable BH on BH context | Ying Xue | 1 | -2/+2 |
2010-09-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+2 |
2010-09-25 | net: fix a lockdep splat | Eric Dumazet | 1 | -2/+2 |
2010-09-09 | RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons | Andy Grover | 1 | -1/+1 |
2010-05-18 | net: Remove unnecessary semicolons after switch statements | Joe Perches | 1 | -1/+1 |
2010-02-04 | net/rds: remove uses of NIPQUAD, use %pI4 | Joe Perches | 1 | -4/+3 |
2009-08-24 | RDS: Add TCP transport to RDS | Andy Grover | 1 | -0/+153 |