summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2023-03-30erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet1-2/+2
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet1-2/+2
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal1-1/+1
2023-03-17ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet1-0/+1
2023-03-11ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei1-5/+6
2023-03-11netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov1-0/+4
2023-03-11netfilter: ebtables: fix table blob use-after-freeFlorian Westphal1-2/+1
2023-03-11netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter1-1/+3
2023-02-22ipv6: Fix tcp socket connection with DSCP.Guillaume Nault1-0/+1
2023-02-22ipv6: Fix datagram socket connection with DSCP.Guillaume Nault1-1/+1
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-7/+3
2023-02-14txhash: fix sk->sk_txrehash defaultKevin Yang1-0/+1
2023-02-09ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter1-5/+5
2023-02-09ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter1-22/+27
2023-02-01ipv6: fix reachability confirmation with proxy_ndpGergely Risko1-1/+14
2023-01-18ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu1-0/+4
2022-12-31ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet1-11/+11
2022-12-31net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert1-5/+10
2022-12-31net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima1-2/+2
2022-12-31udp: Clean up some functions.Kuniyuki Iwashima1-4/+8
2022-12-08ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet1-0/+5
2022-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2-1/+8
2022-11-23dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima1-2/+1
2022-11-23dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima1-16/+3
2022-11-23dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima1-0/+2
2022-11-22xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin1-1/+5
2022-11-07ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko1-0/+1
2022-11-03ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao1-4/+10
2022-10-29udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov1-0/+1
2022-10-26ipv6: ensure sane device mtu in tunnelsEric Dumazet3-13/+18
2022-10-21Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-2/+7
2022-10-19xfrm: replay: Fix ESN wrap around for GSOChristian Langrock1-0/+3
2022-10-19netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault2-0/+3
2022-10-18ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failedZhengchao Shao1-0/+2
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2-2/+2
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-11/+11
2022-10-13tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2-3/+6
2022-10-13ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima1-2/+2
2022-10-13tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima4-3/+30
2022-10-13udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2-12/+14
2022-10-13tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima1-0/+7
2022-10-12netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter2-9/+5
2022-10-12inet: ping: fix recent breakageEric Dumazet1-1/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld2-2/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2-9/+9
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+16
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian1-26/+1
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian2-71/+4
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-44/+68