summaryrefslogtreecommitdiff
path: root/net/core/sysctl_net_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-10/+10
2024-06-02net: make net.core.{r,w}mem_{default,max} namespacedMatteo Croce1-33/+42
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-7/+6
2024-05-01net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet1-1/+1
2024-05-01net: add <net/proto_memory.h>Eric Dumazet1-0/+1
2024-05-01net: move sysctl_skb_defer_max to net_hotdataEric Dumazet1-1/+1
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet1-1/+1
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-03-08net: move rps_sock_flow_table to net_hotdataEric Dumazet1-3/+6
2024-03-08net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-03-08net: move dev_rx_weight to net_hotdataEric Dumazet1-1/+1
2024-03-08net: move dev_tx_weight to net_hotdataEric Dumazet1-1/+1
2024-03-08net: move netdev_max_backlog to net_hotdataEric Dumazet1-1/+1
2024-03-08net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet1-1/+1
2024-03-08net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet1-2/+2
2024-03-08net: introduce struct net_hotdataEric Dumazet1-1/+2
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li1-0/+9
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet1-7/+8
2023-08-16networking: Update to register_net_sysctl_szJoel Granados1-1/+2
2023-04-05net/sysctl: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)1-2/+2
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni1-13/+38
2023-02-10net: introduce default_rps_mask netns attributePaolo Abeni1-1/+36
2023-02-10net-sysctl: factor out cpumask parsing helperPaolo Abeni1-18/+28
2023-01-06sysctl: expose all net/core sysctls inside netnsMahesh Bandewar1-5/+0
2022-09-07net: sysctl: remove unused variable long_maxLiu Shixin1-1/+0
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima1-6/+9
2022-05-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+6
2022-05-16net: add skb_defer_max sysctlEric Dumazet1-0/+8
2022-05-10bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang1-0/+6
2022-05-10net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang1-4/+3
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-2/+1
2022-05-03net: sysctl: use shared sysctl macroTonghao Zhang1-6/+4
2022-04-08net: extract a few internals from netdevice.hJakub Kicinski1-0/+2
2022-02-28net/sysctl: avoid two synchronize_rcu() callsEric Dumazet1-4/+2
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov1-2/+12
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-10-23bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+1
2021-03-26net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov1-1/+1
2021-03-24net: make unregister netdev warning timeout configurableDmitry Vyukov1-0/+10
2021-01-28net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada1-2/+0
2020-08-28net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar1-2/+15
2020-07-09bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-1/+1
2020-06-11Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2020-06-08net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig1-1/+1
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel1-1/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-17/+10
2019-12-19net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin1-0/+2
2019-08-09net: use listified RX for handling GRO_NORMAL skbsEdward Cree1-0/+8
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce1-18/+16
2019-06-15net: add high_order_alloc_disable sysctl/static keyEric Dumazet1-0/+7