summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* ipv6: use prandom_u32() for ID generationWilly Tarreau2021-07-201-23/+5
* ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet2021-07-201-14/+13
* ipv6: exthdrs: do not blindly use init_netEric Dumazet2021-07-201-2/+2
* udp: fix race between close() and udp_abort()Paolo Abeni2021-06-301-0/+3
* ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri2021-06-031-1/+3
* mld: fix panic in mld_newpack()Taehee Yoo2021-06-031-3/+0
* ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet2021-05-224-6/+0
* ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-1/+1
* sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-3/+1
* ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-2/+2
* ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-1/+1
* net: ip6_tunnel: Unregister catch-all devicesHristo Venev2021-04-281-0/+10
* net: sit: Unregister catch-all devicesHristo Venev2021-04-281-2/+2
* netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-161-0/+2
* net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski2021-04-141-1/+1
* net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum2021-04-141-3/+5
* ipv6: weaken the v4mapped source checkJakub Kicinski2021-04-072-10/+5
* Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson2021-03-301-1/+1
* Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-301-7/+7
* cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-171-9/+5
* tcp: annotate tp->write_seq lockless readsEric Dumazet2021-03-171-6/+7
* tcp: annotate tp->copied_seq lockless readsEric Dumazet2021-03-171-1/+1
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-042-13/+15
* ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2021-03-042-7/+8
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-041-0/+34
* ipv6: set multicast flag on the multicast routeMatteo Croce2021-01-271-1/+1
* ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-271-0/+1
* net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-231-1/+39
* net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-231-1/+4
* esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-231-6/+1
* net: ipv6: fib: flush exceptions when purging routeSean Tranchetti2021-01-171-3/+2
* netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2021-01-121-1/+1
* netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-301-7/+7
* net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart2020-12-081-3/+13
* ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai2020-12-081-9/+17
* ah6: fix error return code in ah6_input()Zhang Changzhong2020-11-241-1/+2
* net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-181-2/+8
* IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-181-2/+0
* netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-11-184-6/+6
* netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-291-3/+5
* net: fix pos incrementment in ipv6_route_seq_nextYonghong Song2020-10-291-1/+3
* ipv6_route_seq_next should increase position indexVasily Averin2020-10-011-5/+2
* net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran2020-09-261-0/+1
* ipv6: avoid lockdep issue in fib6_del()Eric Dumazet2020-09-261-4/+9
* gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-09-031-1/+9
* ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-08-112-5/+13
* udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-311-6/+9
* net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-311-1/+1
* ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-311-5/+6
* ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-301-3/+6