summaryrefslogtreecommitdiff
path: root/net/sctp/sysctl.c
AgeCommit message (Expand)Author
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2022-12-12sctp: sysctl: make extra pointers netns awareFiro Yang
2022-11-18sctp: add sysctl net.sctp.l3mdev_acceptXin Long
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long
2021-05-25sctp: fix the proc_handler for sysctl encap_portXin Long
2020-10-30sctp: enable udp tunneling socksXin Long
2020-10-30sctp: add encap_port for netns sock asoc and transportXin Long
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-11-08sctp: add support for Primary Path SwitchoverXin Long
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long
2019-08-27sctp: allow users to set netns ecn flag with sysctlXin Long
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2017-12-15sctp: support sysctl to allow users to use stream interleaveXin Long
2017-08-06sctp: remove the typedef sctp_scope_policy_tXin Long
2017-03-12sctp: add get and set sockopt for reconf_enableXin Long
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-10net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2015-12-16net: sctp: dynamically enable or disable pf stateZhu Yanjun
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue
2014-07-02net: sctp: only warn in proc_sctp_do_alpha_beta if writeDaniel Borkmann
2014-06-19net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann
2014-06-18net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann
2014-06-15net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann
2014-05-09sctp: add a checking for sctp_sysctl_net_registerwangweidong
2014-05-09Revert "sctp: optimize the sctp_sysctl_net_register"wangweidong
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich
2014-02-13sctp: optimize the sctp_sysctl_net_registerwangweidong
2014-02-13sctp: fix a missed .data initializationwangweidong
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-10sctp: fix up a spacingwangweidong
2013-12-10sctp: add check rto_min and rto_max in sysctlwangweidong
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher
2013-08-09Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-08-09net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-01-28SCTP: Free the per-net sysctl table on net exit. v2Vlad Yasevich
2012-10-26sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman
2012-08-14sctp: Add infrastructure for per net sysctlsEric W. Biederman
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang
2011-06-02sctp: Add sysctl support for Auto-ASCONF.Michio Honda
2010-11-10net: avoid limits overflowEric Dumazet
2009-12-08sctp: fix compile error due to sysctl mismergeLinus Torvalds