summaryrefslogtreecommitdiff
path: root/net/core/sysctl_net_core.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-20rps: NUMA flow limit allocationsEric Dumazet1-1/+2
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger1-1/+29
2013-08-03net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+5
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-07-11net: rename busy poll socket op and globalsEliezer Tamir1-4/+4
2013-07-11net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-06-26net: poll/select low latency socket supportEliezer Tamir1-0/+8
2013-06-18net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir1-2/+2
2013-06-14net-rps: fixes for rps flow limitWillem de Bruijn1-3/+16
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-4/+4
2013-06-11net: add low latency socket pollEliezer Tamir1-0/+10
2013-05-21rps: selective flow shedding during softnet overflowWillem de Bruijn1-0/+104
2013-01-29net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com1-4/+10
2012-11-19net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+5
2012-04-21net: Delete all remaining instances of ctl_pathEric W. Biederman1-6/+0
2012-04-21net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-2/+1
2012-04-21net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman1-3/+0
2012-04-21net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-1/+1
2012-04-21net: Kill register_sysctl_rotableEric W. Biederman1-1/+1
2012-04-19net: fix compile error of leaking kmemleak.h headerShan Wei1-0/+1
2012-04-18net/core:Remove memleak reports by kmemleak_not_leak.majianpeng1-1/+1
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar1-2/+2
2011-11-18net: use jump_label to shortcut RPS if not setupEric Dumazet1-2/+7
2011-05-27net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller1-0/+1
2011-04-28net: filter: Just In Time compiler for x86-64Eric Dumazet1-0/+9
2010-10-26rps: add __rcu annotationsEric Dumazet1-1/+2
2010-05-16net: Consistent skb timestampingEric Dumazet1-0/+7
2010-04-17rfs: Receive Flow SteeringTom Herbert1-0/+68
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-17/+4
2009-12-06Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+2
2009-11-26net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-17/+4
2009-09-22printk: Remove ratelimit.h from kernel.hIngo Molnar1-0/+2
2009-02-27sysctl: fix sparse warning: Should it be static?Hannes Eder1-0/+1
2008-11-26netns xfrm: per-netns sysctlsAlexey Dobriyan1-37/+5
2008-11-04net: '&' reduxAlexey Dobriyan1-17/+17
2008-07-25printk ratelimiting rewriteDave Young1-2/+2
2008-05-20netns: Register net/core/ sysctls at read-only root.Pavel Emelyanov1-20/+19
2008-04-01[NETNS]: Introduce a netns_core structure.Pavel Emelyanov1-6/+6
2008-01-29[NET] sysctl: make sysctl_somaxconn per-namespacePavel Emelyanov1-1/+3
2008-01-29[NET] sysctl: prepare core tables to point to netns variablesPavel Emelyanov1-2/+7
2008-01-29[NET] sysctl: make the sys.net.core sysctls per-namespacePavel Emelyanov1-5/+45
2008-01-29[NET]: Isolate the net/core/ sysctl tablePavel Emelyanov1-1/+18
2008-01-29[NET]: Remove unneeded ifdefs from sysctl_net_core.cPavel Emelyanov1-4/+0
2007-10-24[NET]: Don't declare extern variables in net/core/sysctl_net_core.cPavel Emelyanov1-15/+2
2007-05-31[XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.David S. Miller1-0/+9
2007-05-25[XFRM]: Allow packet drops during larval state resolution.David S. Miller1-0/+9
2007-04-26[NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger1-0/+8