summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-301-0/+1
* net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-231-1/+4
* 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
* ipv6: check skb->protocol before lookup for nexthopWANG Cong2020-08-211-15/+17
* udp: drop corrupt packets earlier to avoid data corruptionDexuan Cui2020-08-211-4/+2
* ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-08-212-5/+13
* ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-311-5/+6
* net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-311-1/+1
* mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-291-0/+1
* ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-291-3/+6
* ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu2020-06-201-6/+7
* esp6: fix memleak on error path in esp6_inputZhen Lei2020-06-111-1/+3
* l2tp: lock socket before checking flags in connect()Guillaume Nault2020-05-271-1/+3
* net: handle no dst on skb in icmp6_sendDavid Ahern2020-05-201-2/+4
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-05-202-6/+7
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2020-05-207-12/+12
* ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca2020-05-201-3/+3
* net: icmp6_send should use dst dev to determine L3 domainDavid Ahern2020-05-101-1/+1
* vti6: fix input pathNicolas Dichtel2020-05-103-9/+13
* net: vrf: Fix dst reference countingDavid Ahern2020-05-101-3/+4
* udp: restore UDPlite many-cast deliveryPablo Neira2020-05-101-3/+3
* netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang2020-05-101-2/+4
* net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2020-05-101-20/+48
* ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel2020-05-101-0/+7
* ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2020-05-102-8/+9
* ipv6: fix checksum annotation in udp6_csum_initHannes Frederic Sowa2020-05-101-2/+5
* net: vrf: Fix dev refcnt leak due to IPv6 prefix routeDavid Ahern2020-05-101-0/+10
* net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev2020-05-101-0/+1
* net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern2020-05-102-4/+8
* ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz2020-05-051-2/+10
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-05-021-2/+0
* ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby2020-05-021-7/+6
* vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-04-021-1/+1
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-04-021-7/+25
* ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-03-201-2/+8
* ipv6: Fix route replacement with dev-only routeBenjamin Poirier2020-03-111-3/+4
* ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier2020-03-111-0/+1
* vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-02-051-2/+11
* inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2020-01-291-1/+1
* ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-071-0/+10
* ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-09-211-1/+1
* inet: switch IP ID generator to siphashEric Dumazet2019-09-061-14/+16
* ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2019-08-041-3/+8
* ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-221-3/+4
* ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-06-111-0/+2
* xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-06-111-0/+4
* vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-161-1/+1
* ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2019-05-162-6/+14