| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Convert ipv4_sysctl_ops | Kirill Tkhai | 2018-02-13 | 1 | -0/+1 |
* | net: Convert pernet_subsys, registered from inet_init() | Kirill Tkhai | 2018-02-13 | 17 | -0/+22 |
* | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 2018-02-12 | 1 | -3/+2 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 4 | -22/+22 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-02-09 | 1 | -5/+54 |
|\ |
|
| * | net: add a UID to use for ULP socket assignment | John Fastabend | 2018-02-06 | 1 | -5/+54 |
* | | tcp: tracepoint: only call trace_tcp_send_reset with full socket | Song Liu | 2018-02-07 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2018-02-07 | 2 | -2/+2 |
|\ \ |
|
| * | | netfilter: nf_tables: fix flowtable free | Pablo Neira Ayuso | 2018-02-07 | 1 | -0/+1 |
| * | | netfilter: flowtable infrastructure depends on NETFILTER_INGRESS | Pablo Neira Ayuso | 2018-02-02 | 1 | -2/+1 |
* | | | net: erspan: fix erspan config overwrite | William Tu | 2018-02-06 | 1 | -9/+0 |
* | | | net: erspan: fix metadata extraction | William Tu | 2018-02-06 | 1 | -1/+4 |
| |/
|/| |
|
* | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-02-03 | 1 | -0/+2 |
|\ \ |
|
| * | | ip: Define usercopy region in IP proto slab cache | David Windsor | 2018-01-15 | 1 | -0/+2 |
* | | | Revert "defer call to mem_cgroup_sk_alloc()" | Roman Gushchin | 2018-02-02 | 1 | -1/+0 |
| |/
|/| |
|
* | | net: igmp: add a missing rcu locking section | Eric Dumazet | 2018-02-01 | 1 | -0/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2018-02-01 | 3 | -14/+22 |
|\ \ |
|
| * | | netfilter: on sockopt() acquire sock lock only in the required scope | Paolo Abeni | 2018-01-31 | 2 | -11/+9 |
| * | | netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check() | Dmitry Vyukov | 2018-01-31 | 1 | -3/+13 |
* | | | inet: Avoid unitialized variable warning in inet_unhash() | Geert Uytterhoeven | 2018-02-01 | 1 | -4/+2 |
* | | | tcp_bbr: fix pacing_gain to always be unity when using lt_bw | Neal Cardwell | 2018-02-01 | 1 | -3/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 59 | -2262/+1427 |
|\ \ \ |
|
| * | | | tcp_nv: fix potential integer overflow in tcpnv_acked | Gustavo A. R. Silva | 2018-01-31 | 1 | -1/+1 |
| * | | | ipmr: Fix ptrdiff_t print formatting | James Hogan | 2018-01-30 | 1 | -1/+1 |
| * | | | tcp: release sk_frag.page in tcp_disconnect | Li RongQing | 2018-01-29 | 1 | -0/+6 |
| * | | | ipv4: Get the address of interface correctly. | Tonghao Zhang | 2018-01-29 | 1 | -0/+4 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-29 | 4 | -3/+20 |
| |\ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-01-28 | 4 | -3/+38 |
| |\ \ \ \ |
|
| | * | | | | bpf: Add BPF_SOCK_OPS_STATE_CB | Lawrence Brakmo | 2018-01-25 | 1 | -0/+24 |
| | * | | | | bpf: Add BPF_SOCK_OPS_RETRANS_CB | Lawrence Brakmo | 2018-01-25 | 1 | -0/+4 |
| | * | | | | bpf: Add sock_ops RTO callback | Lawrence Brakmo | 2018-01-25 | 1 | -0/+7 |
| | * | | | | bpf: Support passing args to sock_ops bpf function | Lawrence Brakmo | 2018-01-25 | 3 | -3/+3 |
| * | | | | | net/ipv4: Allow send to local broadcast from a socket bound to a VRF | David Ahern | 2018-01-25 | 3 | -3/+33 |
| * | | | | | net: erspan: use bitfield instead of mask and offset | William Tu | 2018-01-25 | 1 | -24/+14 |
| * | | | | | Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller | 2018-01-24 | 4 | -85/+55 |
| |\ \ \ \ \ |
|
| | * | | | | | ipconfig: use dev_set_mtu() | Al Viro | 2018-01-24 | 1 | -14/+3 |
| | * | | | | | ip_rt_ioctl(): take copyin to caller | Al Viro | 2018-01-24 | 3 | -19/+9 |
| | * | | | | | devinet_ioctl(): take copyin/copyout to caller | Al Viro | 2018-01-24 | 3 | -45/+34 |
| | * | | | | | net: separate SIOCGIFCONF handling from dev_ioctl() | Al Viro | 2018-01-24 | 1 | -7/+9 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-24 | 1 | -0/+1 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | ip_tunnel: Use mark in skb by default | Thomas Winter | 2018-01-24 | 1 | -3/+10 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-23 | 4 | -1/+10 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2018-01-21 | 11 | -1386/+456 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | netfilter: remove messages print and boot/module load time | Pablo Neira Ayuso | 2018-01-19 | 2 | -2/+0 |
| | * | | | | | | netfilter: nf_nat_snmp_basic: use asn1 decoder library | Taehee Yoo | 2018-01-19 | 5 | -1192/+419 |
| | * | | | | | | netfilter: nf_nat_snmp_basic: use nf_ct_helper_log | Taehee Yoo | 2018-01-19 | 1 | -5/+6 |
| | * | | | | | | netfilter: nf_nat_snmp_basic: replace ctinfo with dir. | Taehee Yoo | 2018-01-19 | 1 | -5/+2 |
| | * | | | | | | netfilter: nf_nat_snmp_basic: remove debug parameter | Taehee Yoo | 2018-01-19 | 1 | -62/+0 |
| | * | | | | | | netfilter: nf_nat_snmp_basic: remove useless comment | Taehee Yoo | 2018-01-19 | 1 | -30/+0 |
| | * | | | | | | netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdef | Arnd Bergmann | 2018-01-16 | 1 | -1/+3 |