summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2021-07-31ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin
2021-07-31ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin
2021-07-28udp: check encap socket in __udp_lib_errVadim Fedorenko
2021-07-28ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni
2021-07-28ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel
2021-07-25udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet
2021-07-25ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-25tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-07-25net: send SYNACK packet with accepted fwmarkAlexander Ovechkin
2021-07-25net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-06-09udp: fix race between close() and udp_abort()Paolo Abeni
2021-06-09netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal
2021-06-08net: ipv4: Remove unneed BUG() functionZheng Yongjun
2021-06-03ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li
2021-06-03sit: set name of device back to struct parmszhang kai
2021-05-21ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri
2021-05-17mld: fix panic in mld_newpack()Taehee Yoo
2021-04-29net: Remove redundant assignment to errYang Li
2021-04-29seg6: add counters support for SRv6 BehaviorsAndrea Mayer
2021-04-27net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal
2021-04-26netfilter: ip6_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: xt_nat: pass table to hookfnFlorian Westphal
2021-04-26netfilter: x_tables: remove paranoia testsFlorian Westphal
2021-04-26netfilter: ip6tables: unregister the tables by nameFlorian Westphal
2021-04-26netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal
2021-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-04-19mld: remove unnecessary prototypesTaehee Yoo
2021-04-18netfilter: Dissect flow after packet manglingIdo Schimmel
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-16mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo
2021-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-04-13icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcvAndreas Roeseler
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-12net: seg6: trivial fix of a spelling mistake in commentAndrea Mayer
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller