summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip6_tunnel: Fix encapsulation layoutStefano Brivio2018-10-181-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-181-2/+2
|\
| * net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov2018-10-111-2/+2
* | udp6: fix encap return code for resubmittingPaolo Abeni2018-10-171-4/+2
* | ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet2018-10-151-8/+8
* | ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-10-151-6/+6
* | net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport2018-10-101-0/+2
* | ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang2018-10-051-9/+20
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-013-3/+4
|\
| * xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2018-09-042-3/+2
| * xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo2018-09-031-0/+2
* | net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern2018-09-261-5/+0
* | net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill2018-09-211-3/+1
* | ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-191-2/+11
* | ipv6: fix memory leak on dst->_metricsWei Wang2018-09-181-1/+4
* | Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang2018-09-181-0/+4
* | net/ipv6: do not copy dst flags on rt initPeter Oskolkov2018-09-171-2/+0
* | ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-171-4/+2
* | udp6: add missing checks on edumux packet processingPaolo Abeni2018-09-161-28/+37
* | gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-131-0/+1
* | ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long2018-09-131-12/+30
* | ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-091-0/+1
* | ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu2018-09-031-1/+9
* | net/ipv6: Only update MTU metric if it setDavid Ahern2018-09-021-1/+4
* | ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev2018-09-011-1/+0
* | ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca2018-08-291-2/+2
* | ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca2018-08-291-3/+3
* | vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-08-291-1/+1
* | erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-08-271-0/+1
* | net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu2018-08-221-1/+1
* | addrconf: reduce unnecessary atomic allocationsCong Wang2018-08-221-3/+3
* | net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern2018-08-201-0/+2
* | ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan2018-08-191-1/+2
* | ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan2018-08-191-0/+2
* | ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan2018-08-181-11/+3
* | netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal2018-08-161-1/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-132-5/+13
|\ \
| * | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-112-5/+13
* | | ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry2018-08-132-3/+14
* | | net: ipv6_gre: Fix GRO to work on IPv6 over GRE tapMaria Pasechnik2018-08-091-3/+3
|/ /
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-092-10/+2
|\ \
| * | ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long2018-08-051-6/+2
| * | ipv6: fix double refcount of fib6_metricsCong Wang2018-08-051-4/+0
* | | ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src addressShmulik Ladkani2018-08-071-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-18/+32
|\ \ \
| * | | bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2018-07-311-18/+32
* | | | ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2018-08-052-0/+8
* | | | ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-052-0/+2
* | | | ipv6: icmp: Updating pmtu for link local routeGeorg Kohmann2018-08-051-1/+1
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-022-6/+9
|\ \ \ \ | | |/ / | |/| |