index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
sysctl_net_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-07
net: move rps_sock_flow_table to net_hotdata
Eric Dumazet
1
-3
/
+6
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
1
-0
/
+1
2024-03-07
net: move dev_rx_weight to net_hotdata
Eric Dumazet
1
-1
/
+1
2024-03-07
net: move dev_tx_weight to net_hotdata
Eric Dumazet
1
-1
/
+1
2024-03-07
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
1
-1
/
+1
2024-03-07
net: move netdev_tstamp_prequeue into net_hotdata
Eric Dumazet
1
-1
/
+1
2024-03-07
net: move netdev_budget and netdev_budget to net_hotdata
Eric Dumazet
1
-2
/
+2
2024-03-07
net: introduce struct net_hotdata
Eric Dumazet
1
-1
/
+2
2024-02-28
net: make SK_MEMORY_PCPU_RESERV tunable
Adam Li
1
-0
/
+9
2023-12-15
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
1
-7
/
+8
2023-08-15
networking: Update to register_net_sysctl_sz
Joel Granados
1
-1
/
+2
2023-04-05
net/sysctl: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
1
-2
/
+2
2023-02-20
net: make default_rps_mask a per netns attribute
Paolo Abeni
1
-13
/
+38
2023-02-09
net: introduce default_rps_mask netns attribute
Paolo Abeni
1
-1
/
+36
2023-02-09
net-sysctl: factor out cpumask parsing helper
Paolo Abeni
1
-18
/
+28
2023-01-06
sysctl: expose all net/core sysctls inside netns
Mahesh Bandewar
1
-5
/
+0
2022-09-07
net: sysctl: remove unused variable long_max
Liu Shixin
1
-1
/
+0
2022-08-24
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
1
-6
/
+9
2022-05-23
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+6
2022-05-16
net: add skb_defer_max sysctl
Eric Dumazet
1
-0
/
+8
2022-05-10
bpf: Print some info if disable bpf_jit_enable failed
Tiezhu Yang
1
-0
/
+6
2022-05-10
net: sysctl: Use SYSCTL_TWO instead of &two
Tiezhu Yang
1
-4
/
+3
2022-05-03
net: sysctl: introduce sysctl SYSCTL_THREE
Tonghao Zhang
1
-2
/
+1
2022-05-03
net: sysctl: use shared sysctl macro
Tonghao Zhang
1
-6
/
+4
2022-04-07
net: extract a few internals from netdevice.h
Jakub Kicinski
1
-0
/
+2
2022-02-28
net/sysctl: avoid two synchronize_rcu() calls
Eric Dumazet
1
-4
/
+2
2022-01-31
txhash: Make rethinking txhash behavior configurable via sysctl
Akhmat Karakotov
1
-2
/
+12
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-10-22
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
1
-1
/
+1
2021-03-25
net: change netdev_unregister_timeout_secs min value to 1
Dmitry Vyukov
1
-1
/
+1
2021-03-23
net: make unregister netdev warning timeout configurable
Dmitry Vyukov
1
-0
/
+10
2021-01-27
net: sysctl: remove redundant #ifdef CONFIG_NET
Masahiro Yamada
1
-2
/
+0
2020-08-28
net: add option to not create fall-back tunnels in root-ns as well
Mahesh Bandewar
1
-2
/
+15
2020-07-08
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
1
-1
/
+1
2020-06-10
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2020-06-08
net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl
Christoph Hellwig
1
-1
/
+1
2020-05-16
netns: enable to inherit devconf from current netns
Nicolas Dichtel
1
-1
/
+3
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-17
/
+10
2019-12-19
net, sysctl: Fix compiler warning when only cBPF is present
Alexander Lobakin
1
-0
/
+2
2019-08-08
net: use listified RX for handling GRO_NORMAL skbs
Edward Cree
1
-0
/
+8
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
1
-18
/
+16
2019-06-14
net: add high_order_alloc_disable sysctl/static key
Eric Dumazet
1
-0
/
+7
2019-03-23
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
1
-4
/
+4
2019-01-22
net: introduce a knob to control whether to inherit devconf config
Cong Wang
1
-0
/
+18
2018-12-11
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
1
-3
/
+17
2018-10-25
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
1
-2
/
+8
2018-04-05
headers: untangle kmemleak.h from mm.h
Randy Dunlap
1
-1
/
+0
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-03-09
net: do not create fallback tunnels for non-default namespaces
Eric Dumazet
1
-0
/
+12
2018-02-13
net: Convert sysctl_core_ops
Kirill Tkhai
1
-0
/
+1
[next]