summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2021-06-10ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li
2021-06-03ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri
2021-06-03mld: fix panic in mld_newpack()Taehee Yoo
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-05-22ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-22sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-22ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-19ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-14net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing
2021-04-21net: ip6_tunnel: Unregister catch-all devicesHristo Venev
2021-04-21net: sit: Unregister catch-all devicesHristo Venev
2021-04-16netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-04-14esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long
2021-04-14net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski
2021-04-14net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum
2021-04-07ipv6: weaken the v4mapped source checkJakub Kicinski
2021-03-30Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson
2021-03-30Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2021-03-30ipv6: fix suspecious RCU usage warningWei Wang
2021-03-17cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2021-03-04net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-03-04ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet
2021-03-04icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld
2021-02-03IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu
2021-01-27ipv6: set multicast flag on the multicast routeMatteo Croce
2021-01-27ipv6: create multicast route with RTPROT_KERNELMatteo Croce
2021-01-23net: sit: unregister_netdevice on newlink's error pathJakub Kicinski
2021-01-23esp: avoid unneeded kmap_atomic callWillem de Bruijn
2021-01-23net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin
2021-01-17net: ipv6: fib: flush exceptions when purging routeSean Tranchetti
2021-01-12netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan
2020-12-30netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan
2020-12-08net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart
2020-12-08ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai
2020-11-24ipv6: Fix error path to cancel the meseageZhang Qilong
2020-11-24Exempt multicast addresses from five-second neighbor lifetimeJeff Dike
2020-11-24ah6: fix error return code in ah6_input()Zhang Changzhong
2020-11-18net: Update window_clamp if SOCK_RCVBUF is setMao Wenan
2020-11-18IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms
2020-11-18netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld
2020-10-29netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso
2020-10-29net: fix pos incrementment in ipv6_route_seq_nextYonghong Song
2020-10-01ipv6_route_seq_next should increase position indexVasily Averin
2020-09-26net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran
2020-09-26ipv6: avoid lockdep issue in fib6_del()Eric Dumazet
2020-09-12ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel
2020-09-03netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal
2020-09-03gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson
2020-08-11ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang
2020-08-11ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang