| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv6: Consider sk_bound_dev_if when binding a socket to an address | David Ahern | 2019-01-03 | 1 | -0/+3 |
* | ipv6: Fix dump of specific table with strict checking | David Ahern | 2019-01-03 | 1 | -1/+5 |
* | ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error | Stefano Brivio | 2019-01-02 | 1 | -1/+3 |
* | ip: validate header length on virtual device xmit | Willem de Bruijn | 2019-01-01 | 5 | -20/+28 |
* | ipv6: fix typo in net/ipv6/reassembly.c | Su Yanjun | 2018-12-30 | 1 | -1/+1 |
* | net/ipv6: Fix a test against 'ipv6_find_idev()' return value | Christophe JAILLET | 2018-12-30 | 1 | -2/+2 |
* | ipv6/route: Add a missing check on proc_dointvec | Aditya Pakki | 2018-12-28 | 1 | -1/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-12-22 | 3 | -0/+3 |
|\ |
|
| * | ipv6: tunnels: fix two use-after-free | Eric Dumazet | 2018-12-21 | 2 | -0/+2 |
| * | ipv6: frags: Fix bogus skb->sk in reassembled packets | Herbert Xu | 2018-12-21 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2018-12-21 | 3 | -129/+6 |
|\ \ |
|
| * | | netfilter: nat: remove nf_nat_l4proto struct | Florian Westphal | 2018-12-17 | 3 | -46/+4 |
| * | | netfilter: nat: remove l4proto->manip_pkt | Florian Westphal | 2018-12-17 | 2 | -28/+2 |
| * | | netfilter: nat: remove l4proto->nlattr_to_range | Florian Westphal | 2018-12-17 | 1 | -3/+0 |
| * | | netfilter: nat: remove l4proto->in_range | Florian Westphal | 2018-12-17 | 1 | -11/+0 |
| * | | netfilter: nat: fold in_range indirection into caller | Florian Westphal | 2018-12-17 | 1 | -8/+0 |
| * | | netfilter: nat: remove l4proto->unique_tuple | Florian Westphal | 2018-12-17 | 1 | -26/+0 |
| * | | netfilter: remove NF_NAT_RANGE_PROTO_RANDOM support | Florian Westphal | 2018-12-17 | 1 | -7/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-12-20 | 4 | -1/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | ipv6: explicitly initialize udp6_addr in udp_sock_create6() | Cong Wang | 2018-12-19 | 1 | -1/+2 |
| * | | net: add missing SOF_TIMESTAMPING_OPT_ID support | Willem de Bruijn | 2018-12-18 | 1 | -1/+1 |
| * | | ipv6: add missing tx timestamping on IPPROTO_RAW | Willem de Bruijn | 2018-12-18 | 1 | -0/+2 |
| * | | net: clear skb->tstamp in forwarding paths | Eric Dumazet | 2018-12-15 | 1 | -0/+1 |
| * | | ip6mr: Fix potential Spectre v1 vulnerability | Gustavo A. R. Silva | 2018-12-15 | 1 | -0/+4 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2018-12-20 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi | YueHaibing | 2018-12-19 | 1 | -0/+3 |
* | | | | net: use skb_sec_path helper in more places | Florian Westphal | 2018-12-19 | 3 | -5/+10 |
* | | | | xfrm: change secpath_set to return secpath struct, not error value | Florian Westphal | 2018-12-19 | 2 | -7/+10 |
* | | | | sk_buff: add skb extension infrastructure | Florian Westphal | 2018-12-19 | 1 | -0/+1 |
* | | | | netfilter: avoid using skb->nf_bridge directly | Florian Westphal | 2018-12-19 | 1 | -3/+7 |
|/ / / |
|
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2018-12-18 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | xfrm6: remove BUG_ON from xfrm6_dst_ifdown | Li RongQing | 2018-11-22 | 1 | -1/+0 |
* | | | | ip6mr: Drop mfc6_cache argument to ip6mr_forward2 | David Ahern | 2018-12-18 | 1 | -4/+3 |
* | | | | net: use indirect call wrappers at GRO transport layer | Paolo Abeni | 2018-12-15 | 3 | -8/+35 |
* | | | | net: use indirect call wrappers at GRO network layer | Paolo Abeni | 2018-12-15 | 1 | -3/+3 |
* | | | | ipv6: Fix handling of LLA with VRF and sockets bound to VRF | David Ahern | 2018-12-15 | 1 | -1/+2 |
* | | | | net: tcp6: prefer listeners bound to an address | Peter Oskolkov | 2018-12-15 | 1 | -48/+6 |
* | | | | net: udp6: prefer listeners bound to an address | Peter Oskolkov | 2018-12-15 | 1 | -58/+21 |
* | | | | net: Add netif_is_gretap()/netif_is_ip6gretap() | Oz Shlomo | 2018-12-11 | 1 | -6/+0 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-12-10 | 5 | -25/+38 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | ipv6: Check available headroom in ip6_xmit() even without options | Stefano Brivio | 2018-12-08 | 1 | -21/+21 |
| * | | | ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output | Shmulik Ladkani | 2018-12-07 | 1 | -0/+1 |
| * | | | ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes | Jiri Wiesner | 2018-12-06 | 2 | -2/+14 |
| * | | | net: use skb_list_del_init() to remove from RX sublists | Edward Cree | 2018-12-06 | 1 | -2/+2 |
* | | | | ip: silence udp zerocopy smatch false positive | Willem de Bruijn | 2018-12-08 | 1 | -1/+2 |
* | | | | net: core: dev: Add extack argument to dev_open() | Petr Machata | 2018-12-06 | 2 | -2/+2 |
* | | | | net: Do not route unicast IP packets twice | Ido Schimmel | 2018-12-04 | 1 | -0/+7 |
* | | | | udp: elide zerocopy operation in hot path | Willem de Bruijn | 2018-12-04 | 1 | -11/+11 |
* | | | | udp: msg_zerocopy | Willem de Bruijn | 2018-12-04 | 1 | -1/+22 |
* | | | | udp_tunnel: add config option to bind to a device | Alexis Bauvin | 2018-12-03 | 1 | -0/+16 |