summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* | dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-221-0/+2
* | ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko2022-11-071-0/+1
* | ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao2022-11-021-4/+10
* | udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov2022-10-281-0/+1
* | ipv6: ensure sane device mtu in tunnelsEric Dumazet2022-10-253-13/+18
* | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-205-2/+7
|\ \
| * | netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault2022-10-192-0/+3
| * | ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failedZhengchao Shao2022-10-181-0/+2
| * | udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-182-2/+2
* | | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-164-11/+11
|\ \ \ | |/ / |/| |
| * | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-2/+2
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-9/+9
| |/
* | tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2022-10-122-3/+6
* | ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-121-2/+2