summaryrefslogtreecommitdiffstats
path: root/net/core/sysctl_net_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-231-0/+6
|\
| * bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang2022-05-101-0/+6
| * net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang2022-05-101-4/+3
* | net: add skb_defer_max sysctlEric Dumazet2022-05-161-0/+8
* | net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-2/+1
* | net: sysctl: use shared sysctl macroTonghao Zhang2022-05-031-6/+4
|/
* net: extract a few internals from netdevice.hJakub Kicinski2022-04-071-0/+2
* net/sysctl: avoid two synchronize_rcu() callsEric Dumazet2022-02-281-4/+2
* txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov2022-01-311-2/+12
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-10-221-1/+1
* net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov2021-03-251-1/+1
* net: make unregister netdev warning timeout configurableDmitry Vyukov2021-03-231-0/+10
* net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada2021-01-271-2/+0
* net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar2020-08-281-2/+15
* bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-081-1/+1
* Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-1/+1
|\
| * net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig2020-06-081-1/+1
* | netns: enable to inherit devconf from current netnsNicolas Dichtel2020-05-161-1/+3
|/
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-17/+10
* net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin2019-12-191-0/+2
* net: use listified RX for handling GRO_NORMAL skbsEdward Cree2019-08-081-0/+8
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-18/+16
* net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-141-0/+7
* net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet2019-03-231-4/+4
* net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-221-0/+18
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2018-12-111-3/+17
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2018-10-251-2/+8
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-0/+12
* net: Convert sysctl_core_opsKirill Tkhai2018-02-131-0/+1
* bpf: restrict access to core bpf sysctlsDaniel Borkmann2018-01-191-3/+43
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-6/+12
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-091-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: move somaxconn init from sysctl codeRoman Kapl2017-05-251-2/+0
* Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead2017-04-211-0/+8
* net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck2017-03-241-2/+4
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-0/+7
* net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier2016-12-291-1/+30
* net: rfs: add a jump labelEric Dumazet2016-12-081-1/+4
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-161-0/+9
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-091-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-4/+6
|\
| * net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-03-111-4/+6
* | net: increase sk_[max_]ack_backlogEric Dumazet2015-03-201-2/+0
|/
* net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-1/+1
* net:rfs: adjust table size checkingEric Dumazet2015-02-081-1/+1
* net: rfs: add hash collision detectionEric Dumazet2015-02-081-1/+1