summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-301-2/+2
* 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
* udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2022-04-081-1/+3
* 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
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-231-0/+5
* 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
* 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
* 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
* 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
* 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
* 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
* net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-12-012-0/+20
* ipv6: fix typos in __ip6_finish_output()Eric Dumazet2021-12-011-1/+1
* udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski2021-11-181-1/+1
* gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra2021-11-181-0/+3
* ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra2021-10-271-1/+2
* netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6Xin Long2021-10-271-42/+6
* netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden2021-10-171-0/+1
* net: prefer socket bound to interface when not in VRFMike Manning2021-10-132-2/+3
* net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-10-061-1/+1