summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2021-11-18udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski1-1/+1
2021-11-18gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra1-0/+3
2021-10-27ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra1-1/+2
2021-10-27netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6Xin Long1-42/+6
2021-10-17netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden1-0/+1
2021-10-13net: prefer socket bound to interface when not in VRFMike Manning2-2/+3
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet1-1/+1
2021-10-06net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang1-2/+3
2021-09-30ipv6: delay fib6_sernum increase in fib6_addzhang kai1-2/+1
2021-09-22netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans1-3/+1
2021-09-15ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-09-03ipv6: use siphash in rt6_exception_hash()Eric Dumazet1-6/+14
2021-07-31ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin1-1/+1
2021-07-31ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin1-0/+28
2021-07-28ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni1-1/+1
2021-07-28ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel1-1/+3
2021-07-25udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet1-1/+1
2021-07-25ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet1-2/+17
2021-07-25tcp: annotate data races around tp->mtu_infoEric Dumazet1-2/+2
2021-07-25net: send SYNACK packet with accepted fwmarkAlexander Ovechkin1-1/+1
2021-07-25net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko1-1/+1
2021-07-19net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski1-15/+17
2021-07-19ipv6: use prandom_u32() for ID generationWilly Tarreau1-23/+5
2021-07-14ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet1-14/+13
2021-07-14ipv6: exthdrs: do not blindly use init_netEric Dumazet1-2/+2
2021-07-14ip6_tunnel: fix GRE6 segmentationJakub Kicinski1-2/+2
2021-07-14xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca1-1/+1
2021-06-30net: ipv4: Remove unneed BUG() functionZheng Yongjun1-1/+1
2021-06-23udp: fix race between close() and udp_abort()Paolo Abeni1-0/+3
2021-06-23netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal1-4/+18
2021-06-10ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li1-2/+6
2021-06-03ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri1-1/+3
2021-06-03mld: fix panic in mld_newpack()Taehee Yoo1-3/+0
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet4-6/+0
2021-05-22ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-05-22sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-3/+1
2021-05-22ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-2/+2
2021-05-19ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-05-14net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing1-5/+7
2021-04-21net: ip6_tunnel: Unregister catch-all devicesHristo Venev1-0/+10
2021-04-21net: sit: Unregister catch-all devicesHristo Venev1-2/+2
2021-04-16netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal1-0/+2
2021-04-14xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert1-1/+10
2021-04-14esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long1-2/+4
2021-04-14xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2-2/+2
2021-04-14net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski1-1/+1
2021-04-14net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum1-3/+5
2021-03-30Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson1-1/+1
2021-03-30Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson1-7/+7
2021-03-30net: Consolidate common blackhole dst opsDaniel Borkmann1-27/+9