aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/sysctl_net_ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceGravatar Justin Iurman 1-0/+19
2021-05-19net: Add notifications when multipath hash field changeGravatar Ido Schimmel 1-1/+17
2021-05-18ipv6: Add custom multipath hash policyGravatar Ido Schimmel 1-1/+2
2021-05-18ipv6: Add a sysctl to control multipath hash fieldsGravatar Ido Schimmel 1-0/+12
2021-03-31ipv6: convert elligible sysctls to u8Gravatar Eric Dumazet 1-20/+18
2021-02-08IPv6: Extend 'fib_notify_on_flag_change' sysctlGravatar Amit Cohen 1-1/+1
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedGravatar Amit Cohen 1-0/+9
2020-09-02ipv6: Fix sysctl max for fib_multipath_hash_policyGravatar Ido Schimmel 1-1/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-2/+1
2020-03-03ipv6: Use math to point per net sysctls into the appropriate struct netGravatar Cambda Zhu 1-17/+4
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-6/+4
2019-07-01net/ipv6: Fix misuse of proc_dointvec "flowlabel_reflect"Gravatar Eiichi Tsukata 1-1/+1
2019-07-01ipv6: icmp: allow flowlabel reflection in echo repliesGravatar Eric Dumazet 1-2/+2
2019-06-05ipv6: tcp: enable flowlabel reflection in some RST packetsGravatar Eric Dumazet 1-0/+3
2018-04-25ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeGravatar Ahmed Abdelsalam 1-0/+8
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-03-04net/ipv6: Add support for path selection using hash of 5-tupleGravatar David Ahern 1-0/+27
2018-02-19net: Convert ipv6_sysctl_net_opsGravatar Kirill Tkhai 1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsGravatar Tom Herbert 1-0/+32
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-24ipv6: Add sysctl for per namespace flow label reflectionGravatar Jakub Sitnicki 1-0/+8
2016-06-27calipso: Add a label cache.Gravatar Huw Davies 1-0/+19
2015-07-31ipv6: Implement different admin modes for automatic flow labelsGravatar Tom Herbert 1-1/+6
2015-07-09ipv6: Nonlocal bindGravatar Tom Herbert 1-0/+8
2015-05-03ipv6: Flow label state rangesGravatar Tom Herbert 1-0/+8
2015-03-31ipv6: coding style: comparison for equality with NULLGravatar Ian Morris 1-1/+1
2015-03-23ipv6: introduce idgen_delay and idgen_retries knobsGravatar Hannes Frederic Sowa 1-0/+16
2014-09-04ipv6: add sysctl_mld_qrv to configure query robustness variableGravatar Hannes Frederic Sowa 1-0/+10
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2014-08-02ipv6: data of fwmark_reflect sysctl needs to be updated on netns constructionGravatar Hannes Frederic Sowa 1-0/+1
2014-07-07ipv6: Implement automatic flow label generation on transmitGravatar Tom Herbert 1-0/+8
2014-05-13net: add a sysctl to reflect the fwmark on repliesGravatar Lorenzo Colitti 1-0/+7
2014-01-19ipv6: add flowlabel_consistency sysctlGravatar Florent Fourcot 1-0/+8
2014-01-14IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6Gravatar FX Le Bail 1-2/+2
2014-01-07IPv6: add the option to use anycast addresses as source addresses in echo replyGravatar FX Le Bail 1-0/+8
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-2/+2
2012-04-20net: Delete all remaining instances of ctl_pathGravatar Eric W. Biederman 1-7/+0
2012-04-20net ipv6: Don't use sysctl tables with .child entries.Gravatar Eric W. Biederman 1-24/+23
2012-04-20net ipv6: Remove unneded registration of an empty net/ipv6/neighGravatar Eric W. Biederman 1-27/+0
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Gravatar Eric W. Biederman 1-1/+1
2012-04-20net: Kill register_sysctl_rotableGravatar Eric W. Biederman 1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-03-21net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries.Gravatar Eric W. Biederman 1-7/+11
2011-01-31net: Fix ipv6 neighbour unregister_sysctl_table warningGravatar Eric W. Biederman 1-1/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-17net: spread __net_init, __net_exitGravatar Alexey Dobriyan 1-2/+2
2009-11-12sysctl net: Remove unused binary sysctl codeGravatar Eric W. Biederman 1-8/+4
2009-08-02inet6: functions shadow global variableGravatar Gerrit Renker 1-2/+2
2009-01-08remove lots of double-semicolonsGravatar Fernando Carrijo 1-1/+1