summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net:ipv6: check return value of pskb_trim()Yuanjun Gong2023-07-271-1/+2
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-271-1/+1
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-271-1/+1
* ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan2023-07-231-2/+1
* udp6: fix udp6_ehashfn() typoEric Dumazet2023-07-231-1/+1
* icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima2023-07-231-1/+4
* 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
* net: ipv6: fix skb hash for some RST packetsAntoine Tenart2023-05-171-1/+1
* sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-05-171-3/+5
* netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-05-114-11/+12
* 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
* net: rpl: fix rpl header size calculationAlexander Aring2023-04-261-1/+2
* udp6: fix potential access to stale informationEric Dumazet2023-04-201-3/+5
* raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-131-6/+4
* raw: use net_hash_mix() in hash functionEric Dumazet2023-04-131-2/+2
* 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
* netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter2023-03-111-1/+3
* 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
* txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-141-0/+1
* 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
* net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert2022-12-311-5/+10
* net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima2022-12-311-2/+2
* udp: Clean up some functions.Kuniyuki Iwashima2022-12-311-4/+8
* ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet2022-12-071-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-232-1/+8
|\
| * xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-11-221-1/+5
| * xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-10-191-0/+3
* | dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-221-2/+1
* | dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-221-16/+3