aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sysctl_net_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-2/+8
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet1-0/+12
2018-02-13net: Convert sysctl_core_opsKirill Tkhai1-0/+1
2018-01-19bpf: restrict access to core bpf sysctlsDaniel Borkmann1-3/+43
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-6/+12
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl1-2/+0
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead1-0/+8
2017-03-24net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck1-2/+4
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann1-0/+7
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier1-1/+30
2016-12-08net: rfs: add a jump labelEric Dumazet1-1/+4
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann1-0/+9
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry1-0/+10
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet1-2/+0
2015-03-11net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-4/+6
2015-02-13net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-1/+1
2015-02-08net:rfs: adjust table size checkingEric Dumazet1-1/+1
2015-02-08net: rfs: add hash collision detectionEric Dumazet1-1/+1
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn1-0/+9
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet1-0/+19
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-0/+2
2013-12-19rps: NUMA flow limit allocationsEric Dumazet1-1/+2
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger1-1/+29
2013-08-02net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+5
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir1-4/+4
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-06-25net: poll/select low latency socket supportEliezer Tamir1-0/+8
2013-06-17net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir1-2/+2
2013-06-13net-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-10net: add low latency socket pollEliezer Tamir1-0/+10
2013-05-20rps: selective flow shedding during softnet overflowWillem de Bruijn1-0/+104
2013-01-28net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com1-4/+10
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+5
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-6/+0
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-2/+1
2012-04-20net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman1-3/+0
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-1/+1
2012-04-20net: 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 static_key_slow_[inc|dec]()Ingo Molnar1-2/+2
2011-11-17net: 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