summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2020-06-20ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu
2020-06-11esp6: fix memleak on error path in esp6_inputZhen Lei
2020-05-27l2tp: lock socket before checking flags in connect()Guillaume Nault
2020-05-20net: handle no dst on skb in icmp6_sendDavid Ahern
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-05-20net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-05-20ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca
2020-05-10net: icmp6_send should use dst dev to determine L3 domainDavid Ahern
2020-05-10vti6: fix input pathNicolas Dichtel
2020-05-10net: vrf: Fix dst reference countingDavid Ahern
2020-05-10udp: restore UDPlite many-cast deliveryPablo Neira
2020-05-10netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang
2020-05-10net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern
2020-05-10ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel
2020-05-10ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet
2020-05-10ipv6: fix checksum annotation in udp6_csum_initHannes Frederic Sowa
2020-05-10net: vrf: Fix dev refcnt leak due to IPv6 prefix routeDavid Ahern
2020-05-10net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev
2020-05-10net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern
2020-05-05ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz
2020-05-02xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern
2020-05-02ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby
2020-04-02vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich
2020-04-02vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel
2020-03-20ipv6: restrict IPV6_ADDRFORM operationEric Dumazet
2020-03-11ipv6: Fix route replacement with dev-only routeBenjamin Poirier
2020-03-11ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-01-29inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet
2019-10-07ipv6: drop incoming packets having a v4mapped source addressEric Dumazet
2019-09-21ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET
2019-09-06inet: switch IP ID generator to siphashEric Dumazet
2019-08-04ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long
2019-06-22ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet
2019-06-11ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning
2019-06-11xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun
2019-05-16vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra
2019-05-16ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong
2019-05-16ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2019-05-16ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-04-27ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato
2019-04-27ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-04-27ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu
2019-04-03tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-04-03ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa
2019-03-23net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal
2019-03-23net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin
2019-03-23netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso
2019-03-23udplite: call proper backlog handlersEric Dumazet
2019-03-23ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel