summaryrefslogtreecommitdiffstats
path: root/net/core/sysctl_net_core.c
AgeCommit message (Expand)AuthorLines
2022-09-07net: sysctl: remove unused variable long_maxLiu Shixin-1/+0
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima-6/+9
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+6
2022-05-16net: add skb_defer_max sysctlEric Dumazet-0/+8
2022-05-10bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang-0/+6
2022-05-10net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang-4/+3
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang-2/+1
2022-05-03net: sysctl: use shared sysctl macroTonghao Zhang-6/+4
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski-0/+2
2022-02-28net/sysctl: avoid two synchronize_rcu() callsEric Dumazet-4/+2
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov-2/+12
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer-1/+1
2021-03-25net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov-1/+1
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov-0/+10
2021-01-27net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada-2/+0
2020-08-28net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar-2/+15
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook-1/+1
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+1
2020-06-08net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig-1/+1
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel-1/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-17/+10
2019-12-19net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin-0/+2
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree-0/+8
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce-18/+16
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet-0/+7
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet-4/+4
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang-0/+18
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann-3/+17
2018-10-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann-2/+8
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap-1/+0
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-1/+0
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet-0/+12
2018-02-13net: Convert sysctl_core_opsKirill Tkhai-0/+1
2018-01-19bpf: restrict access to core bpf sysctlsDaniel Borkmann-3/+43
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann-6/+12
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl-2/+0
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead-0/+8
2017-03-24net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck-2/+4
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann-0/+7
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier-1/+30
2016-12-08net: rfs: add a jump labelEric Dumazet-1/+4
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann-0/+9
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry-0/+10
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+6
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet-2/+0
2015-03-11net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev-4/+6
2015-02-13net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-1/+1