| Commit message (Expand) | Author | Age | Files | Lines |
* | ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit | Xin Long | 2017-10-27 | 1 | -2/+7 |
* | ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err | Xin Long | 2017-10-27 | 1 | -4/+7 |
* | ipv6: flowlabel: do not leave opt->tot_len with garbage | Eric Dumazet | 2017-10-22 | 2 | -2/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2017-10-09 | 1 | -1/+1 |
|\ |
|
| * | netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hook | Lin Zhang | 2017-10-09 | 1 | -1/+1 |
* | | ipv6: Fix traffic triggered IPsec connections. | Steffen Klassert | 2017-10-09 | 1 | -1/+1 |
* | | gso: fix payload length when gso_size is zero | Alexey Kodanev | 2017-10-08 | 1 | -1/+1 |
* | | ipv6: fix net.ipv6.conf.all.accept_dad behaviour for real | Matteo Croce | 2017-10-07 | 1 | -2/+2 |
* | | ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx path | Xin Long | 2017-10-01 | 1 | -2/+3 |
* | | ip6_gre: ip6gre_tap device should keep dst | Xin Long | 2017-10-01 | 1 | -0/+1 |
* | | vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit | Alexey Kodanev | 2017-09-26 | 1 | -1/+2 |
|/ |
|
* | ipv6: fix net.ipv6.conf.all interface DAD handlers | Matteo Croce | 2017-09-19 | 1 | -7/+20 |
* | net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure | Mike Manning | 2017-09-19 | 1 | -2/+3 |
* | ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline | Xin Long | 2017-09-18 | 1 | -0/+3 |
* | ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header | Xin Long | 2017-09-18 | 1 | -10/+11 |
* | udpv6: Fix the checksum computation when HW checksum does not apply | Subash Abhinov Kasiviswanathan | 2017-09-18 | 1 | -0/+1 |
* | ip6_tunnel: fix ip6 tunnel lookup in collect_md mode | Haishuang Yan | 2017-09-12 | 1 | -1/+1 |
* | ipv6: sr: remove duplicate routing header type check | David Lebrun | 2017-09-11 | 1 | -4/+0 |
* | ip6_tunnel: fix setting hop_limit value for ipv6 tunnel | Haishuang Yan | 2017-09-08 | 1 | -0/+1 |
* | ipv6: fix typo in fib6_net_exit() | Eric Dumazet | 2017-09-08 | 1 | -1/+1 |
* | tcp: fix a request socket leak | Eric Dumazet | 2017-09-08 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2017-09-08 | 1 | -0/+1 |
|\ |
|
| * | netfilter: xtables: add scheduling opportunity in get_counters | Florian Westphal | 2017-09-08 | 1 | -0/+1 |
* | | ipv6: fix memory leak with multiple tables during netns destruction | Sabrina Dubroca | 2017-09-08 | 1 | -6/+19 |
* | | ip6_gre: update mtu properly in ip6gre_err | Xin Long | 2017-09-07 | 1 | -1/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-09-06 | 42 | -534/+1621 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-05 | 2 | -18/+6 |
| |\ |
|
| | * | Revert "net: fix percpu memory leaks" | Jesper Dangaard Brouer | 2017-09-03 | 2 | -18/+6 |
| * | | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. | Varsha Rao | 2017-09-04 | 1 | -9/+3 |
| * | | net: Replace NF_CT_ASSERT() with WARN_ON(). | Varsha Rao | 2017-09-04 | 3 | -6/+6 |
| * | | netfilter: remove unused hooknum arg from packet functions | Florian Westphal | 2017-09-04 | 1 | -4/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-09-03 | 9 | -60/+40 |
| |\ \ |
|
| | * | | netfilter: conntrack: don't log "invalid" icmpv6 connections | Florian Westphal | 2017-08-28 | 1 | -5/+0 |
| | * | | netfilter: conntrack: place print_tuple in procfs part | Florian Westphal | 2017-08-24 | 2 | -19/+0 |
| | * | | netfilter: conntrack: remove protocol name from l4proto struct | Florian Westphal | 2017-08-24 | 1 | -1/+0 |
| | * | | netfilter: conntrack: remove protocol name from l3proto struct | Florian Westphal | 2017-08-24 | 1 | -1/+0 |
| | * | | netfilter: conntrack: compute l3proto nla size at compile time | Florian Westphal | 2017-08-24 | 1 | -6/+8 |
| | * | | netfilter: constify nf_loginfo structures | Julia Lawall | 2017-08-02 | 2 | -2/+2 |
| | * | | netfilter: conntrack: do not enable connection tracking unless needed | Florian Westphal | 2017-07-31 | 1 | -15/+2 |
| | * | | netfilter: nf_hook_ops structs can be const | Florian Westphal | 2017-07-31 | 5 | -5/+5 |
| | * | | netfilter: nf_tables: fib: use skb_header_pointer | Pablo M. Bermudo Garay | 2017-07-31 | 1 | -6/+23 |
| * | | | net: Add module reference to FIB notifiers | Ido Schimmel | 2017-09-01 | 1 | -0/+2 |
| * | | | ipv6: sr: Use ARRAY_SIZE macro | Thomas Meyer | 2017-09-01 | 1 | -3/+4 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-01 | 8 | -29/+64 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | xfrm: Add support for network devices capable of removing the ESP trailer | Yossi Kuperman | 2017-08-31 | 1 | -15/+36 |
| * | | | ipv6: sr: fix get_srh() to comply with IPv6 standard "RFC 8200" | Ahmed Abdelsalam | 2017-08-30 | 1 | -6/+12 |
| * | | | neigh: increase queue_len_bytes to match wmem_default | Eric Dumazet | 2017-08-29 | 1 | -1/+1 |
| * | | | ipv6: Use rt6i_idev index for echo replies to a local address | David Ahern | 2017-08-29 | 1 | -13/+20 |
| * | | | addrlabel: add/delete/get can run without rtnl | Florian Westphal | 2017-08-29 | 1 | -5/+17 |
| * | | | net: Add comment that early_demux can change via sysctl | David Ahern | 2017-08-28 | 2 | -0/+6 |