Age | Commit message (Expand) | Author | Files | Lines |
2025-02-21 | net: better track kernel sockets lifetime | Eric Dumazet | 1 | -6/+2 |
2025-01-09 | rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -7/+32 |
2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -2/+2 |
2024-06-19 | rds:Simplify the allocation of slab caches | Hongfu Li | 1 | -3/+1 |
2024-05-03 | net: rds: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -1/+2 |
2022-10-24 | net: add a refcount tracker for kernel sockets | Eric Dumazet | 1 | -0/+3 |
2022-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-10-03 | net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba... | Tetsuo Handa | 1 | -1/+1 |
2022-09-19 | net: rds: add missing __init/__exit annotations to module init/exit funcs | Xiu Jianfeng | 1 | -1/+1 |
2022-05-05 | net: rds: use maybe_get_net() when acquiring refcount on TCP sockets | Tetsuo Handa | 1 | -3/+9 |
2022-05-03 | net: rds: acquire refcount on TCP sockets | Tetsuo Handa | 1 | -0/+8 |
2021-12-02 | net/rds: correct socket tunable error in rds_tcp_tune() | William Kucharski | 1 | -1/+1 |
2021-05-21 | RDS tcp loopback connection can hang | Rao Shoaib | 1 | -2/+2 |
2020-05-28 | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 1 | -10/+1 |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -4/+2 |
2019-05-05 | net: rds: fix spelling mistake "syctl" -> "sysctl" | Colin Ian King | 1 | -1/+1 |
2019-03-28 | net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock(). | Mao Wenan | 1 | -1/+1 |
2019-02-04 | rds: add transport specific tos_map hook | Santosh Shilimkar | 1 | -0/+7 |
2019-02-04 | rds: add type of service(tos) infrastructure | Santosh Shilimkar | 1 | -0/+1 |
2019-01-01 | net: rds: remove unnecessary NULL check | Zhu Yanjun | 1 | -1/+1 |
2018-08-21 | rds: tcp: remove duplicated include from tcp.c | Yue Haibing | 1 | -1/+0 |
2018-08-01 | rds: Remove IPv6 dependency | Ka-Cheong Poon | 1 | -0/+25 |
2018-07-24 | rds: remove trailing whitespace and blank lines | Stephen Hemminger | 1 | -1/+0 |
2018-07-23 | rds: Extend RDS API for IPv6 support | Ka-Cheong Poon | 1 | -0/+44 |
2018-07-23 | rds: Enable RDS IPv6 support | Ka-Cheong Poon | 1 | -20/+34 |
2018-07-23 | rds: Changing IP address internal representation to struct in6_addr | Ka-Cheong Poon | 1 | -3/+29 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-03-22 | rds: tcp: remove register_netdevice_notifier infrastructure. | Sowmini Varadhan | 1 | -70/+23 |
2018-03-17 | rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lock | Sowmini Varadhan | 1 | -8/+9 |
2018-03-13 | net: Convert rds_tcp_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -5/+2 |
2018-02-08 | rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ... | Sowmini Varadhan | 1 | -12/+30 |
2018-01-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2018-01-22 | rds: tcp: compute m_ack_seq as offset from ->write_seq | Sowmini Varadhan | 1 | -2/+3 |
2017-12-27 | rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc() | Sowmini Varadhan | 1 | -20/+26 |
2017-12-27 | rds: tcp: initialize t_tcp_detached to false | Sowmini Varadhan | 1 | -0/+1 |
2017-12-01 | rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete | Sowmini Varadhan | 1 | -2/+7 |
2017-12-01 | rds: tcp: correctly sequence cleanup on netns deletion. | Sowmini Varadhan | 1 | -2/+2 |
2017-12-01 | rds: tcp: remove redundant function rds_tcp_conn_paths_destroy() | Sowmini Varadhan | 1 | -24/+1 |
2017-07-16 | rds: cancel send/recv work before queuing connection shutdown | Sowmini Varadhan | 1 | -1/+1 |
2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 1 | -17/+21 |
2017-04-06 | don't open-code kernel_setsockopt() | Al Viro | 1 | -4/+1 |
2017-03-07 | rds: tcp: Sequence teardown of listen and acceptor sockets to avoid races | Sowmini Varadhan | 1 | -5/+10 |
2017-03-07 | rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid races | Sowmini Varadhan | 1 | -10/+9 |
2017-03-07 | rds: tcp: Take explicit refcounts on struct net | Sowmini Varadhan | 1 | -2/+2 |
2017-03-03 | rds: remove unnecessary returned value check | Zhu Yanjun | 1 | -5/+1 |
2017-02-24 | rds: fix memory leak error | Zhu Yanjun | 1 | -3/+4 |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2016-12-02 | RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_net | Sowmini Varadhan | 1 | -0/+2 |
2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 1 | -1/+1 |
2016-11-09 | RDS: TCP: report addr/port info based on TCP socket in rds-info | Sowmini Varadhan | 1 | -7/+13 |
2016-07-15 | RDS: TCP: Enable multipath RDS for TCP | Sowmini Varadhan | 1 | -1/+1 |
2016-07-15 | RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks() | Sowmini Varadhan | 1 | -18/+4 |
2016-07-15 | RDS: TCP: avoid bad page reference in rds_tcp_listen_data_ready | Sowmini Varadhan | 1 | -0/+7 |
2016-07-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2016-07-04 | RDS: fix rds_tcp_init() error path | Vegard Nossum | 1 | -2/+3 |
2016-07-01 | RDS: TCP: Hooks to set up a single connection path | Sowmini Varadhan | 1 | -1/+1 |
2016-07-01 | RDS: TCP: make receive path use the rds_conn_path | Sowmini Varadhan | 1 | -1/+1 |
2016-07-01 | RDS: TCP: make ->sk_user_data point to a rds_conn_path | Sowmini Varadhan | 1 | -12/+13 |
2016-07-01 | RDS: TCP: Refactor connection destruction to handle multiple paths | Sowmini Varadhan | 1 | -7/+39 |
2016-07-01 | RDS: TCP: Make rds_tcp_connection track the rds_conn_path | Sowmini Varadhan | 1 | -19/+25 |
2016-07-01 | RDS: TCP: Remove dead logic around c_passive in rds-tcp | Sowmini Varadhan | 1 | -6/+1 |
2016-07-01 | RDS: Rework path specific indirections | Sowmini Varadhan | 1 | -3/+3 |
2016-06-17 | RDS: TCP: Fix non static symbol warnings | Wei Yongjun | 1 | -2/+2 |
2016-06-14 | RDS: Update rds_conn_shutdown to work with rds_conn_path | Sowmini Varadhan | 1 | -1/+1 |
2016-06-14 | RDS: split out connection specific state from rds_connection to rds_conn_path | Sowmini Varadhan | 1 | -0/+1 |
2016-06-07 | RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one() | Sowmini Varadhan | 1 | -1/+13 |
2016-06-07 | RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re... | Sowmini Varadhan | 1 | -0/+1 |
2016-06-07 | RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safely | Sowmini Varadhan | 1 | -3/+62 |
2016-05-03 | RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock. | Sowmini Varadhan | 1 | -0/+1 |
2016-05-03 | RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sock | Sowmini Varadhan | 1 | -1/+1 |
2016-03-18 | RDS: TCP: Remove unused constant | Sowmini Varadhan | 1 | -2/+0 |
2016-03-18 | RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socket | Sowmini Varadhan | 1 | -10/+135 |
2016-02-11 | rds: duplicate include net/tcp.h | stephen hemminger | 1 | -1/+0 |
2015-10-05 | RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tune | Sowmini Varadhan | 1 | -12/+4 |
2015-08-07 | RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns. | Sowmini Varadhan | 1 | -16/+145 |
2015-08-07 | RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ... | Sowmini Varadhan | 1 | -2/+2 |
2011-10-31 | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 1 | -0/+1 |
2010-11-03 | rds: Remove kfreed tcp conn from list | Pavel Emelyanov | 1 | -0/+6 |
2010-10-21 | rds: make local functions/variables static | stephen hemminger | 1 | -3/+3 |
2010-09-08 | RDS: remove __init and __exit annotation | Zach Brown | 1 | -1/+1 |
2010-09-08 | RDS: Stop supporting old cong map sending method | Andy Grover | 1 | -1/+0 |
2010-09-08 | RDS: inc_purge() transport function unused - remove it | Andy Grover | 1 | -1/+0 |
2010-09-08 | RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons | Andy Grover | 1 | -2/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-08-23 | RDS: Track transports via an array, not a list | Andy Grover | 1 | -0/+1 |
2009-08-23 | RDS: Add TCP transport to RDS | Andy Grover | 1 | -0/+319 |