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_callbacks() |  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 rds connection/workq management |  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', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ... |  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 |