summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2021-06-30net: ipv4: Remove unneed BUG() functionZheng Yongjun
2021-06-23udp: fix race between close() and udp_abort()Paolo Abeni
2021-06-23netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal
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-14xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert
2021-04-14esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long
2021-04-14xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo
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-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-30net: Consolidate common blackhole dst opsDaniel Borkmann
2021-03-30ipv6: weaken the v4mapped source checkJakub Kicinski
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-17net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2021-03-04net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-02-10udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi
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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-12-09tcp: Retain ECT bits for tos reflectionWei Wang
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan
2020-12-02net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart
2020-11-25ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai
2020-11-24tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2020-11-20tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann
2020-11-18ah6: fix error return code in ah6_input()Zhang Changzhong
2020-11-16ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann
2020-11-13ipv6: Fix error path to cancel the meseageZhang Qilong
2020-11-13net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin