index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
sysctl_net_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sysctl: allow dump_cpumask to handle higher numbers of CPUs
Antoine Tenart
2024-10-23
1
-9
/
+23
*
net: sysctl: do not reserve an extra char in dump_cpumask temporary buffer
Antoine Tenart
2024-10-23
1
-1
/
+1
*
net: sysctl: remove always-true condition
Antoine Tenart
2024-10-23
1
-2
/
+4
*
net-timestamp: namespacify the sysctl_tstamp_allow_data
Jason Xing
2024-10-09
1
-9
/
+9
*
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
1
-10
/
+10
*
net: make net.core.{r,w}mem_{default,max} namespaced
Matteo Croce
2024-06-02
1
-33
/
+42
*
net: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-05-03
1
-7
/
+6
*
net: move sysctl_mem_pcpu_rsv to net_hotdata
Eric Dumazet
2024-05-01
1
-1
/
+1
*
net: add <net/proto_memory.h>
Eric Dumazet
2024-05-01
1
-0
/
+1
*
net: move sysctl_skb_defer_max to net_hotdata
Eric Dumazet
2024-05-01
1
-1
/
+1
*
net: move sysctl_max_skb_frags to net_hotdata
Eric Dumazet
2024-05-01
1
-1
/
+1
*
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
2024-04-22
1
-1
/
+1
*
net: move rps_sock_flow_table to net_hotdata
Eric Dumazet
2024-03-08
1
-3
/
+6
*
net: introduce include/net/rps.h
Eric Dumazet
2024-03-08
1
-0
/
+1
*
net: move dev_rx_weight to net_hotdata
Eric Dumazet
2024-03-08
1
-1
/
+1
*
net: move dev_tx_weight to net_hotdata
Eric Dumazet
2024-03-08
1
-1
/
+1
*
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
2024-03-08
1
-1
/
+1
*
net: move netdev_tstamp_prequeue into net_hotdata
Eric Dumazet
2024-03-08
1
-1
/
+1
*
net: move netdev_budget and netdev_budget to net_hotdata
Eric Dumazet
2024-03-08
1
-2
/
+2
*
net: introduce struct net_hotdata
Eric Dumazet
2024-03-08
1
-1
/
+2
*
net: make SK_MEMORY_PCPU_RESERV tunable
Adam Li
2024-02-28
1
-0
/
+9
*
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
2023-12-15
1
-7
/
+8
*
networking: Update to register_net_sysctl_sz
Joel Granados
2023-08-16
1
-1
/
+2
*
net/sysctl: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
2023-04-05
1
-2
/
+2
*
net: make default_rps_mask a per netns attribute
Paolo Abeni
2023-02-20
1
-13
/
+38
*
net: introduce default_rps_mask netns attribute
Paolo Abeni
2023-02-10
1
-1
/
+36
*
net-sysctl: factor out cpumask parsing helper
Paolo Abeni
2023-02-10
1
-18
/
+28
*
sysctl: expose all net/core sysctls inside netns
Mahesh Bandewar
2023-01-06
1
-5
/
+0
*
net: sysctl: remove unused variable long_max
Liu Shixin
2022-09-07
1
-1
/
+0
*
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
2022-08-24
1
-6
/
+9
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-05-24
1
-0
/
+6
|
\
|
*
bpf: Print some info if disable bpf_jit_enable failed
Tiezhu Yang
2022-05-10
1
-0
/
+6
|
*
net: sysctl: Use SYSCTL_TWO instead of &two
Tiezhu Yang
2022-05-10
1
-4
/
+3
*
|
net: add skb_defer_max sysctl
Eric Dumazet
2022-05-16
1
-0
/
+8
*
|
net: sysctl: introduce sysctl SYSCTL_THREE
Tonghao Zhang
2022-05-03
1
-2
/
+1
*
|
net: sysctl: use shared sysctl macro
Tonghao Zhang
2022-05-03
1
-6
/
+4
|
/
*
net: extract a few internals from netdevice.h
Jakub Kicinski
2022-04-08
1
-0
/
+2
*
net/sysctl: avoid two synchronize_rcu() calls
Eric Dumazet
2022-02-28
1
-4
/
+2
*
txhash: Make rethinking txhash behavior configurable via sysctl
Akhmat Karakotov
2022-01-31
1
-2
/
+12
*
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
*
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
2021-10-23
1
-1
/
+1
*
net: change netdev_unregister_timeout_secs min value to 1
Dmitry Vyukov
2021-03-26
1
-1
/
+1
*
net: make unregister netdev warning timeout configurable
Dmitry Vyukov
2021-03-24
1
-0
/
+10
*
net: sysctl: remove redundant #ifdef CONFIG_NET
Masahiro Yamada
2021-01-28
1
-2
/
+0
*
net: add option to not create fall-back tunnels in root-ns as well
Mahesh Bandewar
2020-08-28
1
-2
/
+15
*
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
2020-07-09
1
-1
/
+1
*
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-06-11
1
-1
/
+1
|
\
|
*
net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl
Christoph Hellwig
2020-06-08
1
-1
/
+1
*
|
netns: enable to inherit devconf from current netns
Nicolas Dichtel
2020-05-16
1
-1
/
+3
|
/
*
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-17
/
+10
[next]