summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
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-2/+2
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-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-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-14esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long1-2/+4
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-04-07ipv6: weaken the v4mapped source checkJakub Kicinski2-10/+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-30ipv6: fix suspecious RCU usage warningWei Wang1-1/+1
2021-03-17cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore1-9/+5
2021-03-04net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2-13/+15
2021-03-04ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2-7/+8
2021-03-04icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld1-0/+34
2021-02-04IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu2-2/+39
2021-01-27ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-27ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2021-01-23net: sit: unregister_netdevice on newlink's error pathJakub Kicinski1-1/+4
2021-01-23esp: avoid unneeded kmap_atomic callWillem de Bruijn1-6/+1
2021-01-23net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin1-1/+40
2021-01-17net: ipv6: fib: flush exceptions when purging routeSean Tranchetti1-3/+2
2021-01-12netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan1-1/+1
2020-12-30netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan1-7/+7
2020-12-08net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart1-3/+13
2020-12-08ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai1-9/+17
2020-11-24ipv6: Fix error path to cancel the meseageZhang Qilong1-2/+6
2020-11-24Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+7
2020-11-24ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2
2020-11-18net: Update window_clamp if SOCK_RCVBUF is setMao Wenan1-2/+8