summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | | |/ | |/|
| * | Revert "net/ipv6: fix metrics leak"David S. Miller2018-08-011-14/+4
| * | 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/+3
* | | | 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/+3
|\ \ \ \
| * | | | xfrm: don't check offload_handle for nonzeroShannon Nelson2018-07-191-4/+2
| * | | | 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-247-19/+48
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-241-2/+5
| * | | ip: hash fragments consistentlyPaolo Abeni2018-07-231-0/+2
| * | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-232-11/+33
| * | | multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-211-2/+1
| * | | net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-212-4/+7
* | | | net: remove blank lines at end of fileStephen Hemminger2018-07-241-1/+1
* | | | ila: remove blank lines at EOFStephen Hemminger2018-07-242-2/+0
* | | | ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srhYueHaibing2018-07-231-3/+1
* | | | multicast: remove useless parameter for group addHangbin Liu2018-07-211-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-208-1026/+24
|\ \ \ \