Age | Commit message (Expand) | Author | Files | Lines |
2019-03-23 | net: convert rps_needed and rfs_needed to new static branch api | Eric Dumazet | 1 | -4/+4 |
2019-01-22 | net: introduce a knob to control whether to inherit devconf config | Cong Wang | 1 | -0/+18 |
2018-12-11 | bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K | Daniel Borkmann | 1 | -3/+17 |
2018-10-25 | bpf: add bpf_jit_limit knob to restrict unpriv allocations | Daniel Borkmann | 1 | -2/+8 |
2018-04-05 | headers: untangle kmemleak.h from mm.h | Randy Dunlap | 1 | -1/+0 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-03-09 | net: do not create fallback tunnels for non-default namespaces | Eric Dumazet | 1 | -0/+12 |
2018-02-13 | net: Convert sysctl_core_ops | Kirill Tkhai | 1 | -0/+1 |
2018-01-19 | bpf: restrict access to core bpf sysctls | Daniel Borkmann | 1 | -3/+43 |
2018-01-19 | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 1 | -6/+12 |
2018-01-09 | bpf: introduce BPF_JIT_ALWAYS_ON config | Alexei Starovoitov | 1 | -0/+6 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-25 | net: move somaxconn init from sysctl code | Roman Kapl | 1 | -2/+0 |
2017-04-21 | Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning | Matthew Whitehead | 1 | -0/+8 |
2017-03-24 | net: Do not allow negative values for busy_read and busy_poll sysctl interfaces | Alexander Duyck | 1 | -2/+4 |
2017-02-17 | bpf: make jited programs visible in traces | Daniel Borkmann | 1 | -0/+7 |
2016-12-29 | net: dev_weight: TX/RX orthogonality | Matthias Tafelmeier | 1 | -1/+30 |
2016-12-08 | net: rfs: add a jump label | Eric Dumazet | 1 | -1/+4 |
2016-05-16 | bpf: add generic constant blinding for use in jits | Daniel Borkmann | 1 | -0/+9 |
2016-02-09 | net:Add sysctl_max_skb_frags | Hans Westgaard Ry | 1 | -0/+10 |
2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+6 |
2015-03-20 | net: increase sk_[max_]ack_backlog | Eric Dumazet | 1 | -2/+0 |
2015-03-11 | net: sysctl_net_core: check SNDBUF and RCVBUF for min length | Alexey Kodanev | 1 | -4/+6 |
2015-02-13 | net: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -1/+1 |
2015-02-08 | net:rfs: adjust table size checking | Eric Dumazet | 1 | -1/+1 |
2015-02-08 | net: rfs: add hash collision detection | Eric Dumazet | 1 | -1/+1 |
2015-02-02 | net-timestamp: no-payload only sysctl | Willem de Bruijn | 1 | -0/+9 |
2014-11-16 | net: provide a per host RSS key generic infrastructure | Eric Dumazet | 1 | -0/+19 |
2014-11-11 | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited | Joe Perches | 1 | -0/+2 |
2013-12-19 | rps: NUMA flow limit allocations | Eric Dumazet | 1 | -1/+2 |
2013-08-31 | qdisc: allow setting default queuing discipline | stephen hemminger | 1 | -1/+29 |
2013-08-02 | net: check net.core.somaxconn sysctl values | Roman Gushchin | 1 | -1/+5 |
2013-08-01 | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL | Cong Wang | 1 | -1/+1 |
2013-07-10 | net: rename busy poll socket op and globals | Eliezer Tamir | 1 | -4/+4 |
2013-07-10 | net: rename include/net/ll_poll.h to include/net/busy_poll.h | Eliezer Tamir | 1 | -1/+1 |
2013-06-25 | net: poll/select low latency socket support | Eliezer Tamir | 1 | -0/+8 |
2013-06-17 | net: change sysctl_net_ll_poll into an unsigned int | Eliezer Tamir | 1 | -2/+2 |
2013-06-13 | net-rps: fixes for rps flow limit | Willem de Bruijn | 1 | -3/+16 |
2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -4/+4 |
2013-06-10 | net: add low latency socket poll | Eliezer Tamir | 1 | -0/+10 |
2013-05-20 | rps: selective flow shedding during softnet overflow | Willem de Bruijn | 1 | -0/+104 |
2013-01-28 | net: avoid to hang up on sending due to sysctl configuration overflow. | bingtian.ly@taobao.com | 1 | -4/+10 |
2012-11-18 | net: Don't export sysctls to unprivileged users | Eric W. Biederman | 1 | -0/+5 |
2012-04-20 | net: Delete all remaining instances of ctl_path | Eric W. Biederman | 1 | -6/+0 |
2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 1 | -2/+1 |
2012-04-20 | net core: Remove unneded creation of an empty net/core sysctl directory | Eric W. Biederman | 1 | -3/+0 |
2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 1 | -1/+1 |
2012-04-20 | net: Kill register_sysctl_rotable | Eric W. Biederman | 1 | -1/+1 |
2012-04-19 | net: fix compile error of leaking kmemleak.h header | Shan Wei | 1 | -0/+1 |
2012-04-18 | net/core:Remove memleak reports by kmemleak_not_leak. | majianpeng | 1 | -1/+1 |