summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2021-07-19net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski
2021-07-19ipv6: use prandom_u32() for ID generationWilly Tarreau
2021-07-14ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet
2021-07-14ipv6: exthdrs: do not blindly use init_netEric Dumazet
2021-07-14ip6_tunnel: fix GRE6 segmentationJakub Kicinski
2021-07-14xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca
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-13net: ip6_tunnel: Unregister catch-all devicesHristo Venev
2021-04-13net: sit: Unregister catch-all devicesHristo Venev
2021-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-04-08net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger
2021-04-05net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski
2021-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-03-29xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert
2021-03-22esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long
2021-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson
2021-03-10ipv6: fix suspecious RCU usage warningWei Wang
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo
2021-03-03vti6: fix ipv4 pmtu check to honor ip header dfEyal Birger
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-11net: fib_notifier: don't return positive values on fib registrationVlad Buslov
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-02-08IPv6: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen
2021-02-08IPv6: Add "offload failed" indication to routesAmit Cohen
2021-02-08seg6: fool-proof the processing of SRv6 behavior attributesAndrea Mayer
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky