| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: add support for Primary Path Switchover | Xin Long | 2019-11-08 | 1 | -1/+11 |
* | sctp: add pf_expose per netns and sock and asoc | Xin Long | 2019-11-08 | 1 | -0/+10 |
* | sctp: allow users to set netns ecn flag with sysctl | Xin Long | 2019-08-28 | 1 | -0/+7 |
* | proc/sysctl: add shared variables for range check | Matteo Croce | 2019-07-19 | 1 | -19/+16 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 2019-05-24 | 1 | -16/+1 |
* | sctp: support sysctl to allow users to use stream interleave | Xin Long | 2017-12-15 | 1 | -0/+7 |
* | sctp: remove the typedef sctp_scope_policy_t | Xin Long | 2017-08-07 | 1 | -1/+1 |
* | sctp: add get and set sockopt for reconf_enable | Xin Long | 2017-03-13 | 1 | -0/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-01-12 | 1 | -1/+1 |
|\ |
|
| * | net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory | Sasha Levin | 2016-01-11 | 1 | -1/+1 |
* | | net: sctp: dynamically enable or disable pf state | Zhu Yanjun | 2015-12-16 | 1 | -0/+7 |
|/ |
|
* | sctp: avoid to repeatedly declare external variables | Ying Xue | 2015-03-25 | 1 | -4/+0 |
* | net: sctp: only warn in proc_sctp_do_alpha_beta if write | Daniel Borkmann | 2014-07-03 | 1 | -2/+3 |
* | net: sctp: check proc_dointvec result in proc_sctp_do_auth | Daniel Borkmann | 2014-06-20 | 1 | -2/+1 |
* | net: sctp: propagate sysctl errors from proc_do* properly | Daniel Borkmann | 2014-06-19 | 1 | -20/+23 |
* | net: sctp: fix permissions for rto_alpha and rto_beta knobs | Daniel Borkmann | 2014-06-15 | 1 | -4/+28 |
* | sctp: add a checking for sctp_sysctl_net_register | wangweidong | 2014-05-09 | 1 | -0/+4 |
* | Revert "sctp: optimize the sctp_sysctl_net_register" | wangweidong | 2014-05-09 | 1 | -10/+7 |
* | net: sctp: cache auth_enable per endpoint | Vlad Yasevich | 2014-04-19 | 1 | -1/+35 |
* | sctp: optimize the sctp_sysctl_net_register | wangweidong | 2014-02-13 | 1 | -7/+10 |
* | sctp: fix a missed .data initialization | wangweidong | 2014-02-13 | 1 | -0/+1 |
* | sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar | wangweidong | 2013-12-26 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 1 | -9/+67 |
|\ |
|
| * | sctp: fix up a spacing | wangweidong | 2013-12-11 | 1 | -5/+2 |
| * | sctp: add check rto_min and rto_max in sysctl | wangweidong | 2013-12-11 | 1 | -4/+65 |
* | | sctp: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 | 1 | -3/+2 |
|/ |
|
* | Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" | David S. Miller | 2013-08-09 | 1 | -9/+1 |
* | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 2013-08-09 | 1 | -6/+0 |
* | net: sctp: convert sctp_checksum_disable module param into sctp sysctl | Daniel Borkmann | 2013-08-09 | 1 | -1/+9 |
* | net: sctp: trivial: update mailing list address | Daniel Borkmann | 2013-07-25 | 1 | -1/+1 |
* | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 2013-06-13 | 1 | -5/+5 |
* | SCTP: Free the per-net sysctl table on net exit. v2 | Vlad Yasevich | 2013-01-28 | 1 | -0/+4 |
* | sctp: Make hmac algorithm selection for cookie generation dynamic | Neil Horman | 2012-10-26 | 1 | -0/+59 |
* | sctp: Make sysctl tunables per net | Eric W. Biederman | 2012-08-15 | 1 | -90/+95 |
* | sctp: Add infrastructure for per net sysctls | Eric W. Biederman | 2012-08-15 | 1 | -0/+21 |
* | sctp: Implement quick failover draft from tsvwg | Neil Horman | 2012-07-22 | 1 | -0/+9 |
* | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 2012-04-21 | 1 | -7/+1 |
* | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 2012-04-21 | 1 | -2/+2 |
* | sctp: fix incorrect overflow check on autoclose | Xi Wang | 2011-12-19 | 1 | -0/+13 |
* | sctp: Add sysctl support for Auto-ASCONF. | Michio Honda | 2011-06-02 | 1 | -0/+7 |
* | net: avoid limits overflow | Eric Dumazet | 2010-11-10 | 1 | -2/+2 |
* | sctp: fix compile error due to sysctl mismerge | Linus Torvalds | 2009-12-08 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 | 1 | -1/+13 |
|\ |
|
| * | sctp: Update SWS avaoidance receiver side algorithm | Vlad Yasevich | 2009-11-23 | 1 | -0/+13 |
* | | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 2009-11-18 | 1 | -1/+1 |
* | | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 2009-11-12 | 1 | -46/+3 |
|/ |
|
* | sctp: Sysctl configuration for IPv4 Address Scoping | Bhaskar Dutta | 2009-09-05 | 1 | -0/+12 |
* | sctp: fix sack_timeout sysctl min and max types | Jean-Mickael Guerin | 2009-06-03 | 1 | -3/+3 |
* | net: '&' redux | Alexey Dobriyan | 2008-11-04 | 1 | -41/+41 |
* | [SCTP]: Stop claiming that this is a "reference implementation" | Vlad Yasevich | 2008-02-05 | 1 | -4/+4 |