summaryrefslogtreecommitdiffstats
path: root/net/core/sysctl_net_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sysctl: allow dump_cpumask to handle higher numbers of CPUsAntoine Tenart2024-10-231-9/+23
* net: sysctl: do not reserve an extra char in dump_cpumask temporary bufferAntoine Tenart2024-10-231-1/+1
* net: sysctl: remove always-true conditionAntoine Tenart2024-10-231-2/+4
* net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing2024-10-091-9/+9
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-10/+10
* net: make net.core.{r,w}mem_{default,max} namespacedMatteo Croce2024-06-021-33/+42
* net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-7/+6
* net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet2024-05-011-1/+1
* net: add <net/proto_memory.h>Eric Dumazet2024-05-011-0/+1
* net: move sysctl_skb_defer_max to net_hotdataEric Dumazet2024-05-011-1/+1
* net: move sysctl_max_skb_frags to net_hotdataEric Dumazet2024-05-011-1/+1
* sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* net: move rps_sock_flow_table to net_hotdataEric Dumazet2024-03-081-3/+6
* net: introduce include/net/rps.hEric Dumazet2024-03-081-0/+1
* net: move dev_rx_weight to net_hotdataEric Dumazet2024-03-081-1/+1
* net: move dev_tx_weight to net_hotdataEric Dumazet2024-03-081-1/+1
* net: move netdev_max_backlog to net_hotdataEric Dumazet2024-03-081-1/+1
* net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet2024-03-081-1/+1
* net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet2024-03-081-2/+2
* net: introduce struct net_hotdataEric Dumazet2024-03-081-1/+2
* net: make SK_MEMORY_PCPU_RESERV tunableAdam Li2024-02-281-0/+9
* net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-151-7/+8
* networking: Update to register_net_sysctl_szJoel Granados2023-08-161-1/+2
* net/sysctl: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)2023-04-051-2/+2
* net: make default_rps_mask a per netns attributePaolo Abeni2023-02-201-13/+38
* net: introduce default_rps_mask netns attributePaolo Abeni2023-02-101-1/+36
* net-sysctl: factor out cpumask parsing helperPaolo Abeni2023-02-101-18/+28
* sysctl: expose all net/core sysctls inside netnsMahesh Bandewar2023-01-061-5/+0
* net: sysctl: remove unused variable long_maxLiu Shixin2022-09-071-1/+0
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-241-6/+9
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-241-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-081-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-231-1/+1
* net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov2021-03-261-1/+1
* net: make unregister netdev warning timeout configurableDmitry Vyukov2021-03-241-0/+10
* net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada2021-01-281-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-091-1/+1
* Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-111-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