summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-131-0/+1
|\
| * ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-091-0/+1
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-103-3/+3
* | net/ipv6: Remove rt6i_prefsrcDavid Ahern2018-09-101-27/+0Star
* | ipv6: add inet6_fill_argsChristian Brauner2018-09-061-34/+55
* | ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-061-15/+58
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-056-9/+20
|\|
| * ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu2018-09-041-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-021-1/+0Star
| * ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca2018-08-301-2/+2
| * ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca2018-08-301-3/+3
| * vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-08-301-1/+1
| * erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-08-281-0/+1
* | net/ipv6: Do not reset nl_net in ip6_route_info_createDavid Ahern2018-09-011-2/+0Star
|/
* net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu2018-08-231-1/+1
* addrconf: reduce unnecessary atomic allocationsCong Wang2018-08-231-3/+3
* net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern2018-08-211-0/+2
* ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan2018-08-201-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/+3Star
* 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/+2Star
|\
| * ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long2018-08-061-6/+2Star
| * ipv6: fix double refcount of fib6_metricsCong Wang2018-08-061-4/+0Star
* | 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-062-0/+8
* | | ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-062-0/+2
* | | ipv6: icmp: Updating pmtu for link local routeGeorg Kohmann2018-08-061-1/+1
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-022-6/+9
|\ \ \ | | |/ | |/|
| * | Revert "net/ipv6: fix metrics leak"David S. Miller2018-08-021-14/+4Star
| * | net/ipv6: fix metrics leakSabrina Dubroca2018-07-301-4/+14
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-272-6/+9
| |\ \
| | * | esp6: fix memleak on error path in esp6_inputZhen Lei2018-06-271-1/+3
| | * | vti6: fix PMTU caching and reporting on xmitEyal Birger2018-06-071-5/+6
* | | | net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-012-6/+3Star
* | | | net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bindVincent Bernat2018-07-291-1/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-272-5/+3Star
|\ \ \ \
| * | | | xfrm: don't check offload_handle for nonzeroShannon Nelson2018-07-191-4/+2Star
| * | | | ipv6: xfrm: use 64-bit timestampsArnd Bergmann2018-07-111-1/+1
* | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-257-19/+48
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-251-2/+5
| * | | ip: hash fragments consistentlyPaolo Abeni2018-07-231-0/+2
| * | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-232-11/+33