aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sysctl_net_core.c
Commit message (Expand)AuthorAgeFilesLines
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-05-091-6/+6
* net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2015-05-091-4/+10
* net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-10-261-1/+6
* net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller2011-05-271-0/+1
* net: filter: Just In Time compiler for x86-64Eric Dumazet2011-04-271-0/+9
* rps: add __rcu annotationsEric Dumazet2010-10-251-1/+2
* net: Consistent skb timestampingEric Dumazet2010-05-151-0/+7
* rfs: Receive Flow SteeringTom Herbert2010-04-161-0/+68
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-1/+1
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-051-0/+2
| |\
| * | net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-17/+4
|\ \ \ | |_|/ |/| |
| * | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-17/+4
| |/
* | printk: Remove ratelimit.h from kernel.hIngo Molnar2009-09-221-0/+2
|/
* sysctl: fix sparse warning: Should it be static?Hannes Eder2009-02-261-0/+1
* netns xfrm: per-netns sysctlsAlexey Dobriyan2008-11-251-37/+5
* net: '&' reduxAlexey Dobriyan2008-11-031-17/+17
* printk ratelimiting rewriteDave Young2008-07-251-2/+2
* netns: Register net/core/ sysctls at read-only root.Pavel Emelyanov2008-05-191-20/+19
* [NETNS]: Introduce a netns_core structure.Pavel Emelyanov2008-03-311-6/+6
* [NET] sysctl: make sysctl_somaxconn per-namespacePavel Emelyanov2008-01-281-1/+3
* [NET] sysctl: prepare core tables to point to netns variablesPavel Emelyanov2008-01-281-2/+7
* [NET] sysctl: make the sys.net.core sysctls per-namespacePavel Emelyanov2008-01-281-5/+45
* [NET]: Isolate the net/core/ sysctl tablePavel Emelyanov2008-01-281-1/+18
* [NET]: Remove unneeded ifdefs from sysctl_net_core.cPavel Emelyanov2008-01-281-4/+0
* [NET]: Don't declare extern variables in net/core/sysctl_net_core.cPavel Emelyanov2007-10-231-15/+2
* [XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.David S. Miller2007-05-311-0/+9
* [XFRM]: Allow packet drops during larval state resolution.David S. Miller2007-05-241-0/+9
* [NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger2007-04-251-0/+8
* [NET]: The scheduled removal of the frame diverter.Adrian Bunk2006-12-021-14/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [IPSEC]: Sync series - core changesJamal Hadi Salim2006-03-201-0/+23
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-291-7/+2
* [NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger2005-06-231-0/+9
* [NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger2005-06-231-36/+0
* [NET]: Remove obsolete fastroute stats.Stephen Hemminger2005-06-231-1/+0
* [PATCH] create a kstrdup library functionPaulo Marques2005-06-231-15/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+182