summaryrefslogtreecommitdiff
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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-191-1/+1
* net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-05-141-5/+7
* net: ip6_tunnel: Unregister catch-all devicesHristo Venev2021-04-211-0/+10
* net: sit: Unregister catch-all devicesHristo Venev2021-04-211-2/+2
* netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-161-0/+2
* esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long2021-04-141-2/+4
* 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
* ipv6: fix suspecious RCU usage warningWei Wang2021-03-301-1/+1
* cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-171-9/+5
* 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: reply ICMP error if the first fragment don't include all headersHangbin Liu2021-02-032-2/+39
* 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: 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: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-231-1/+40
* 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
* ipv6: Fix error path to cancel the meseageZhang Qilong2020-11-241-2/+6
* Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-241-0/+7
* 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-182-4/+4
* 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
* ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel2020-09-121-1/+2
* netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal2020-09-031-3/+0
* gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-09-031-1/+9
* ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang2020-08-111-4/+4
* 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