| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-19 | sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_alg | Eric Biggers | 1 | -3/+1 |
| 2025-08-19 | sctp: Convert cookie authentication to use HMAC-SHA256 | Eric Biggers | 1 | -30/+21 |
| 2025-04-02 | sctp: add mutual exclusion in proc_sctp_do_udp_port() | Eric Dumazet | 1 | -0/+4 |
| 2025-01-09 | sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -1/+2 |
| 2025-01-09 | sctp: sysctl: udp_port: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -1/+1 |
| 2025-01-09 | sctp: sysctl: auth_enable: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -1/+1 |
| 2025-01-09 | sctp: sysctl: rto_min/max: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -2/+2 |
| 2025-01-09 | sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -1/+2 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -14/+14 |
| 2024-05-03 | net: Remove ctl_table sentinel elements from several networking subsystems | Joel Granados | 1 | -7/+3 |
| 2024-04-22 | sysctl: treewide: constify ctl_table_header::ctl_table_arg | Thomas Weißschuh | 1 | -1/+1 |
| 2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -1/+3 |
| 2022-12-12 | sctp: sysctl: make extra pointers netns aware | Firo Yang | 1 | -29/+44 |
| 2022-11-18 | sctp: add sysctl net.sctp.l3mdev_accept | Xin Long | 1 | -0/+11 |
| 2021-06-22 | sctp: add probe_interval in sysctl and sock/asoc/transport | Xin Long | 1 | -0/+35 |
| 2021-05-25 | sctp: fix the proc_handler for sysctl encap_port | Xin Long | 1 | -1/+1 |
| 2020-10-30 | sctp: enable udp tunneling socks | Xin Long | 1 | -0/+52 |
| 2020-10-30 | sctp: add encap_port for netns sock asoc and transport | Xin Long | 1 | -0/+10 |
| 2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -21/+11 |
| 2019-11-08 | sctp: add support for Primary Path Switchover | Xin Long | 1 | -1/+11 |
| 2019-11-08 | sctp: add pf_expose per netns and sock and asoc | Xin Long | 1 | -0/+10 |
| 2019-08-27 | sctp: allow users to set netns ecn flag with sysctl | Xin Long | 1 | -0/+7 |
| 2019-07-18 | proc/sysctl: add shared variables for range check | Matteo Croce | 1 | -19/+16 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 1 | -16/+1 |
| 2017-12-15 | sctp: support sysctl to allow users to use stream interleave | Xin Long | 1 | -0/+7 |
| 2017-08-06 | sctp: remove the typedef sctp_scope_policy_t | Xin Long | 1 | -1/+1 |
| 2017-03-12 | sctp: add get and set sockopt for reconf_enable | Xin Long | 1 | -0/+7 |
| 2016-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2016-01-10 | net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory | Sasha Levin | 1 | -1/+1 |
| 2015-12-16 | net: sctp: dynamically enable or disable pf state | Zhu Yanjun | 1 | -0/+7 |
| 2015-03-25 | sctp: avoid to repeatedly declare external variables | Ying Xue | 1 | -4/+0 |
| 2014-07-02 | net: sctp: only warn in proc_sctp_do_alpha_beta if write | Daniel Borkmann | 1 | -2/+3 |
| 2014-06-19 | net: sctp: check proc_dointvec result in proc_sctp_do_auth | Daniel Borkmann | 1 | -2/+1 |
| 2014-06-18 | net: sctp: propagate sysctl errors from proc_do* properly | Daniel Borkmann | 1 | -20/+23 |
| 2014-06-15 | net: sctp: fix permissions for rto_alpha and rto_beta knobs | Daniel Borkmann | 1 | -4/+28 |
| 2014-05-09 | sctp: add a checking for sctp_sysctl_net_register | wangweidong | 1 | -0/+4 |
| 2014-05-09 | Revert "sctp: optimize the sctp_sysctl_net_register" | wangweidong | 1 | -10/+7 |
| 2014-04-18 | net: sctp: cache auth_enable per endpoint | Vlad Yasevich | 1 | -1/+35 |
| 2014-02-13 | sctp: optimize the sctp_sysctl_net_register | wangweidong | 1 | -7/+10 |
| 2014-02-13 | sctp: fix a missed .data initialization | wangweidong | 1 | -0/+1 |
| 2013-12-26 | sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar | wangweidong | 1 | -1/+1 |
| 2013-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+67 |
| 2013-12-10 | sctp: fix up a spacing | wangweidong | 1 | -5/+2 |
| 2013-12-10 | sctp: add check rto_min and rto_max in sysctl | wangweidong | 1 | -4/+65 |
| 2013-12-06 | sctp: Fix FSF address in file headers | Jeff Kirsher | 1 | -3/+2 |
| 2013-08-09 | Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" | David S. Miller | 1 | -9/+1 |
| 2013-08-09 | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 1 | -6/+0 |
| 2013-08-09 | net: sctp: convert sctp_checksum_disable module param into sctp sysctl | Daniel Borkmann | 1 | -1/+9 |
| 2013-07-24 | net: sctp: trivial: update mailing list address | Daniel Borkmann | 1 | -1/+1 |
| 2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -5/+5 |
| 2013-01-28 | SCTP: Free the per-net sysctl table on net exit. v2 | Vlad Yasevich | 1 | -0/+4 |
| 2012-10-26 | sctp: Make hmac algorithm selection for cookie generation dynamic | Neil Horman | 1 | -0/+59 |
| 2012-08-14 | sctp: Make sysctl tunables per net | Eric W. Biederman | 1 | -90/+95 |
| 2012-08-14 | sctp: Add infrastructure for per net sysctls | Eric W. Biederman | 1 | -0/+21 |
| 2012-07-22 | sctp: Implement quick failover draft from tsvwg | Neil Horman | 1 | -0/+9 |
| 2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 1 | -7/+1 |
| 2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 1 | -2/+2 |
| 2011-12-19 | sctp: fix incorrect overflow check on autoclose | Xi Wang | 1 | -0/+13 |
| 2011-06-02 | sctp: Add sysctl support for Auto-ASCONF. | Michio Honda | 1 | -0/+7 |
| 2010-11-10 | net: avoid limits overflow | Eric Dumazet | 1 | -2/+2 |
| 2009-12-08 | sctp: fix compile error due to sysctl mismerge | Linus Torvalds | 1 | -1/+0 |
| 2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -1/+13 |
| 2009-11-23 | sctp: Update SWS avaoidance receiver side algorithm | Vlad Yasevich | 1 | -0/+13 |
| 2009-11-18 | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 1 | -1/+1 |
| 2009-11-12 | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 1 | -46/+3 |
| 2009-09-04 | sctp: Sysctl configuration for IPv4 Address Scoping | Bhaskar Dutta | 1 | -0/+12 |
| 2009-06-03 | sctp: fix sack_timeout sysctl min and max types | Jean-Mickael Guerin | 1 | -3/+3 |
| 2008-11-03 | net: '&' redux | Alexey Dobriyan | 1 | -41/+41 |
| 2008-02-05 | [SCTP]: Stop claiming that this is a "reference implementation" | Vlad Yasevich | 1 | -4/+4 |
| 2008-01-28 | [NET]: Simple ctl_table to ctl_path conversions. | Pavel Emelyanov | 1 | -19/+5 |
| 2007-11-07 | SCTP: Allow ADD_IP to work with AUTH for backward compatibility. | Vlad Yasevich | 1 | -0/+9 |
| 2007-10-10 | [SCTP]: Implement SCTP-AUTH initializations. | Vlad Yasevich | 1 | -0/+9 |
| 2007-10-10 | [SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c | Vlad Yasevich | 1 | -8/+3 |
| 2007-10-10 | [SCTP]: Rewrite of sctp buffer management code | Neil Horman | 1 | -0/+33 |
| 2007-02-14 | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 1 | -1/+1 |
| 2006-09-22 | [SCTP]: Remove multiple levels of msecs to jiffies conversions. | Vladislav Yasevich | 1 | -77/+63 |
| 2006-01-17 | [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs. | Vlad Yasevich | 1 | -5/+2 |
| 2005-11-11 | [SCTP]: Include ulpevents in socket receive buffer accounting. | Neil Horman | 1 | -0/+8 |
| 2005-09-05 | [SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h> | Adrian Bunk | 1 | -0/+1 |
| 2005-06-28 | [SCTP] Make init & delayed sack timeouts configurable by user. | Vlad Yasevich | 1 | -0/+13 |
| 2005-04-28 | [SCTP] Fix SCTP sendbuffer accouting. | Neil Horman | 1 | -0/+8 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+251 |