summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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-201-1/+6
* erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-04-051-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: 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
* ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu2023-01-181-0/+4
* net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2023-01-041-1/+0
* 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-25/+19
* tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima2022-11-101-0/+7
* ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao2022-11-101-4/+10
* ipv6: ensure sane device mtu in tunnelsEric Dumazet2022-11-033-13/+18
* udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-302-2/+2
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2022-10-262-6/+9
* netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-10-261-1/+5
* ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-151-0/+5
* 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
* 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-212-4/+4
* tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima2022-08-031-2/+2
* net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima2022-08-031-0/+6
* tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-291-1/+2
* ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-291-1/+1
* seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer2022-07-211-2/+0
* seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer2022-07-211-1/+4
* nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-211-1/+1
* ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou2022-07-071-5/+3
* sit: use minkernel test robot2022-07-071-1/+1
* net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing2022-07-071-1/+0
* ipv6: take care of disable_policy when restoring routesNicolas Dichtel2022-07-072-5/+8
* erspan: do not assume transport header is always setEric Dumazet2022-06-291-5/+10
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2022-06-291-9/+9
* net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-141-1/+0