| Commit message (Expand) | Author | Age | Files | Lines |
* | rtnetlink: remove __rtnl_af_unregister | Florian Westphal | 2017-10-04 | 1 | -2/+2 |
* | net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND) | Maciej Żenczykowski | 2017-09-30 | 1 | -0/+12 |
* | net: ipv6: send NS for DAD when link operationally up | Mike Manning | 2017-09-30 | 1 | -6/+6 |
* | ipv6: Remove redundant unlikely() | Tobias Klauser | 2017-09-26 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-23 | 4 | -19/+38 |
|\ |
|
| * | ipv6: fix net.ipv6.conf.all interface DAD handlers | Matteo Croce | 2017-09-20 | 1 | -7/+20 |
| * | net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure | Mike Manning | 2017-09-20 | 1 | -2/+3 |
| * | ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline | Xin Long | 2017-09-19 | 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 |
* | | ipv6: Use ipv6_authlen for len in ipv6_skip_exthdr | Xiang Gao | 2017-09-20 | 1 | -1/+1 |
* | | ipv6: speedup ipv6 tunnels dismantle | Eric Dumazet | 2017-09-20 | 4 | -24/+36 |
* | | ipv6: addrlabel: per netns list | Eric Dumazet | 2017-09-20 | 1 | -51/+30 |
|/ |
|
* | ip6_tunnel: fix ip6 tunnel lookup in collect_md mode | Haishuang Yan | 2017-09-13 | 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-09 | 1 | -0/+1 |
* | ipv6: fix typo in fib6_net_exit() | Eric Dumazet | 2017-09-09 | 1 | -1/+1 |
* | tcp: fix a request socket leak | Eric Dumazet | 2017-09-09 | 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-08 | 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-06 | 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-04 | 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-02 | 1 | -0/+2 |
| * | | | ipv6: sr: Use ARRAY_SIZE macro | Thomas Meyer | 2017-09-02 | 1 | -3/+4 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-02 | 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-31 | 1 | -6/+12 |
| * | | | neigh: increase queue_len_bytes to match wmem_default | Eric Dumazet | 2017-08-30 | 1 | -1/+1 |
| * | | | ipv6: Use rt6i_idev index for echo replies to a local address | David Ahern | 2017-08-30 | 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-29 | 2 | -0/+6 |
| * | | | ipv6: sr: implement additional seg6local actions | David Lebrun | 2017-08-26 | 1 | -0/+147 |
| * | | | ipv6: sr: add helper functions for seg6local | David Lebrun | 2017-08-26 | 2 | -89/+101 |
| * | | | ipv6: sr: enforce IPv6 packets for seg6local lwt | David Lebrun | 2017-08-26 | 1 | -0/+8 |