summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-281-0/+3
* xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski2023-06-281-0/+3
* ping6: Fix send to link-local addresses with VRF.Guillaume Nault2023-06-211-1/+2
* ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima2023-06-141-18/+11
* ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-06-051-1/+2
* ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia2023-05-301-0/+2
* udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-301-0/+2
* erspan: get the proto with the md version for collect_mdXin Long2023-05-241-5/+8
* sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-05-171-3/+5
* dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-261-0/+1
* inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2023-04-264-17/+1
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2023-04-264-3/+30
* udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2023-04-262-12/+14
* net: rpl: fix rpl header size calculationAlexander Aring2023-04-261-1/+2
* udp6: fix potential access to stale informationEric Dumazet2023-04-201-3/+5
* ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan2023-04-131-1/+6
* erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-03-301-2/+2
* net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-221-2/+2
* netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2023-03-171-1/+1
* ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet2023-03-171-0/+1
* ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei2023-03-111-5/+6
* netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov2023-03-111-0/+4
* netfilter: ebtables: fix table blob use-after-freeFlorian Westphal2023-03-111-2/+1
* ipv6: Fix tcp socket connection with DSCP.Guillaume Nault2023-02-221-0/+1
* ipv6: Fix datagram socket connection with DSCP.Guillaume Nault2023-02-221-1/+1
* dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-221-7/+3
* ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter2023-02-091-5/+5
* ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter2023-02-091-22/+27
* ipv6: fix reachability confirmation with proxy_ndpGergely Risko2023-02-011-1/+14
* ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu2023-01-181-0/+4
* ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet2022-12-311-11/+11
* ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet2022-12-141-0/+5
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-12-021-0/+2
* xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-12-021-1/+5
* xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-12-021-0/+3
* ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko2022-11-161-0/+1
* tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-11-103-24/+17
* ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao2022-11-101-4/+10
* tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima2022-11-031-0/+7
* ipv6: ensure sane device mtu in tunnelsEric Dumazet2022-11-033-13/+18
* udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-292-2/+2
* netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-10-261-1/+5
* net: Find dst with sk's xfrm policy not ctl_sksewookseo2022-09-231-1/+4
* ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-151-0/+5
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-151-1/+4
* net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-311-3/+2
* net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-311-2/+2
* net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong2022-08-251-0/+3
* ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-251-2/+1
* ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-08-172-4/+4