summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi2022-05-091-2/+8
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-05-091-1/+2
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-05-091-3/+4
* ip6_gre: Make o_seqno start from 0 in native modePeilin Ye2022-05-091-6/+5
* ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-271-5/+6
* ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye2022-04-271-3/+6
* ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye2022-04-271-2/+3
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-271-3/+2
* ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-201-1/+1
* ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern2022-04-131-1/+1
* tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior2022-04-131-4/+1
* ipv6: make mc_forwarding atomicEric Dumazet2022-04-133-7/+7
* xfrm: fix tunnel model fragmentation behaviorLina Wang2022-04-081-0/+16
* net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk2022-03-281-2/+2
* esp6: fix check on ipv6_skip_exthdr's return valueSabrina Dubroca2022-03-231-2/+1
* ipv6: prevent a possible race condition with lifetimesNiels Dossche2022-03-161-0/+2
* esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert2022-03-161-0/+3
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-161-0/+5
* Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-03-081-1/+1
* net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de2022-03-081-2/+6
* xfrm: fix MTU regressionJiri Bohac2022-03-081-4/+7
* ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet2022-03-081-20/+12
* net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-03-021-1/+1
* gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-03-021-0/+2
* ipv6: per-netns exclusive flowlabel checksWillem de Bruijn2022-02-231-1/+3
* ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2022-02-232-3/+3
* ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet2022-02-231-9/+10
* ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-161-0/+2
* Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-02-011-7/+20
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-02-012-11/+14
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-02-011-4/+4
* xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2022-01-271-1/+4
* udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2022-01-271-1/+2
* icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2022-01-272-1/+35
* seg6: export get_srh() for ICMP handlingAndrew Lunn2022-01-272-31/+31
* ipv6: raw: check passed optlen before readingTamir Duberstein2022-01-111-0/+3
* ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao2022-01-111-0/+2
* ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern2022-01-111-5/+3
* ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern2022-01-111-2/+5
* lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2022-01-111-0/+4
* ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern2022-01-111-1/+5
* ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2022-01-111-1/+20
* udp: using datalen to cap ipv6 udp max gso segmentsCoco Li2022-01-051-1/+1
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-292-6/+9
* ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-12-292-5/+5
* tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-12-291-3/+3
* sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet2021-12-221-1/+0
* seg6: fix the iif in the IPv6 socket control blockAndrea Mayer2021-12-141-0/+8
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-12-081-2/+2
* ipv6: check return value of ipv6_skip_exthdrJordy Zomer2021-12-081-0/+6