Sign in
android-kvm
/
linux
/
efe4a772215869e780e69d0037dca50e34aee6a7
/
net
/
core
/
sysctl_net_core.c
5b59d46
rps: NUMA flow limit allocations
by Eric Dumazet
· 11 years ago
6da7c8f
qdisc: allow setting default queuing discipline
by stephen hemminger
· 11 years ago
5f671d6
net: check net.core.somaxconn sysctl values
by Roman Gushchin
· 12 years ago
e0d1095
net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL
by Cong Wang
· 12 years ago
64b0dc5
net: rename busy poll socket op and globals
by Eliezer Tamir
· 12 years ago
076bb0c
net: rename include/net/ll_poll.h to include/net/busy_poll.h
by Eliezer Tamir
· 12 years ago
2d48d67
net: poll/select low latency socket support
by Eliezer Tamir
· 12 years ago
eb6db62
net: change sysctl_net_ll_poll into an unsigned int
by Eliezer Tamir
· 12 years ago
5f121b9
net-rps: fixes for rps flow limit
by Willem de Bruijn
· 12 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 12 years ago
0602129
net: add low latency socket poll
by Eliezer Tamir
· 12 years ago
99bbc70
rps: selective flow shedding during softnet overflow
by Willem de Bruijn
· 12 years ago
cdda889
net: avoid to hang up on sending due to sysctl configuration overflow.
by bingtian.ly@taobao.com
· 12 years ago
464dc80
net: Don't export sysctls to unprivileged users
by Eric W. Biederman
· 12 years ago
a5347fe
net: Delete all remaining instances of ctl_path
by Eric W. Biederman
· 13 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
45bad91
net core: Remove unneded creation of an empty net/core sysctl directory
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
4344475
net: Kill register_sysctl_rotable
by Eric W. Biederman
· 13 years ago
7426a56
net: fix compile error of leaking kmemleak.h header
by Shan Wei
· 13 years ago
798ec84
net/core:Remove memleak reports by kmemleak_not_leak.
by majianpeng
· 13 years ago
c5905af
static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()
by Ingo Molnar
· 13 years ago
adc9300
net: use jump_label to shortcut RPS if not setup
by Eric Dumazet
· 13 years ago
c5c177b
net: Kill ratelimit.h dependency in linux/net.h
by David S. Miller
· 14 years ago
0a14842
net: filter: Just In Time compiler for x86-64
by Eric Dumazet
· 14 years ago
6e3f7fa
rps: add __rcu annotations
by Eric Dumazet
· 14 years ago
3b098e2
net: Consistent skb timestamping
by Eric Dumazet
· 15 years ago
fec5e65
rfs: Receive Flow Steering
by Tom Herbert
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
1557d33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
by Linus Torvalds
· 15 years ago
28b4d5c
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
3fff4c4
printk: Remove ratelimit.h from kernel.h
by Ingo Molnar
· 15 years ago
63d819c
sysctl: fix sparse warning: Should it be static?
by Hannes Eder
· 16 years ago
b27aead
netns xfrm: per-netns sysctls
by Alexey Dobriyan
· 16 years ago
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
717115e
printk ratelimiting rewrite
by Dave Young
· 17 years ago
d5a4502
netns: Register net/core/ sysctls at read-only root.
by Pavel Emelyanov
· 17 years ago
8efa6e9
[NETNS]: Introduce a netns_core structure.
by Pavel Emelyanov
· 17 years ago
b8e1f9b
[NET] sysctl: make sysctl_somaxconn per-namespace
by Pavel Emelyanov
· 17 years ago
790a353
[NET] sysctl: prepare core tables to point to netns variables
by Pavel Emelyanov
· 17 years ago
024626e
[NET] sysctl: make the sys.net.core sysctls per-namespace
by Pavel Emelyanov
· 17 years ago
33eb9cf
[NET]: Isolate the net/core/ sysctl table
by Pavel Emelyanov
· 17 years ago
7e2e109
[NET]: Remove unneeded ifdefs from sysctl_net_core.c
by Pavel Emelyanov
· 17 years ago
a37ae40
[NET]: Don't declare extern variables in net/core/sysctl_net_core.c
by Pavel Emelyanov
· 17 years ago
01e67d0
[XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.
by David S. Miller
· 18 years ago
14e50e5
[XFRM]: Allow packet drops during larval state resolution.
by David S. Miller
· 18 years ago
a2a316f
[NET]: Replace CONFIG_NET_DEBUG with sysctl.
by Stephen Hemminger
· 18 years ago
90833aa
[NET]: The scheduled removal of the frame diverter.
by Adrian Bunk
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
f8cd548
[IPSEC]: Sync series - core changes
by Jamal Hadi Salim
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 20 years ago
51b0bde
[NET]: Separate two usages of netdev_max_backlog.
by Stephen Hemminger
· 20 years ago
34008d8
[NET]: Remove obsolete netif_rx congestion sensing mechanism.
by Stephen Hemminger
· 20 years ago
c1ebcdb
[NET]: Remove obsolete fastroute stats.
by Stephen Hemminger
· 20 years ago
543537b
[PATCH] create a kstrdup library function
by Paulo Marques
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2