summaryrefslogtreecommitdiffstats
path: root/net/core/sysctl_net_core.c
Commit message (Expand)AuthorAgeFilesLines
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-0/+12
* net: Convert sysctl_core_opsKirill Tkhai2018-02-131-0/+1
* bpf: restrict access to core bpf sysctlsDaniel Borkmann2018-01-191-3/+43
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-6/+12
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-091-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: move somaxconn init from sysctl codeRoman Kapl2017-05-251-2/+0
* Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead2017-04-211-0/+8
* net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck2017-03-241-2/+4
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-0/+7
* net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier2016-12-291-1/+30
* net: rfs: add a jump labelEric Dumazet2016-12-081-1/+4
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-161-0/+9
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-091-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-4/+6
|\
| * net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-03-111-4/+6
* | net: increase sk_[max_]ack_backlogEric Dumazet2015-03-201-2/+0
|/
* net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-1/+1
* net:rfs: adjust table size checkingEric Dumazet2015-02-081-1/+1
* net: rfs: add hash collision detectionEric Dumazet2015-02-081-1/+1
* net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-021-0/+9
* net: provide a per host RSS key generic infrastructureEric Dumazet2014-11-161-0/+19
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-0/+2
* rps: NUMA flow limit allocationsEric Dumazet2013-12-191-1/+2
* qdisc: allow setting default queuing disciplinestephen hemminger2013-08-311-1/+29
* net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-08-021-1/+5
* net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-011-1/+1
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-101-4/+4
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-101-1/+1
* net: poll/select low latency socket supportEliezer Tamir2013-06-251-0/+8
* net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir2013-06-171-2/+2
* net-rps: fixes for rps flow limitWillem de Bruijn2013-06-131-3/+16
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-4/+4
* net: add low latency socket pollEliezer Tamir2013-06-101-0/+10
* rps: selective flow shedding during softnet overflowWillem de Bruijn2013-05-201-0/+104
* net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2013-01-281-4/+10
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-181-0/+5
* net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-201-6/+0
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-2/+1
* net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman2012-04-201-3/+0
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-1/+1
* net: Kill register_sysctl_rotableEric W. Biederman2012-04-201-1/+1
* net: fix compile error of leaking kmemleak.h headerShan Wei2012-04-191-0/+1
* net/core:Remove memleak reports by kmemleak_not_leak.majianpeng2012-04-181-1/+1
* static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-2/+2
* net: use jump_label to shortcut RPS if not setupEric Dumazet2011-11-171-2/+7
* 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
OpenPOWER on IntegriCloud