| Commit message (Expand) | Author | Age | Files | Lines |
* | dccp: Call inet6_destroy_sock() via sk->sk_destruct(). | Kuniyuki Iwashima | 2023-04-26 | 1 | -0/+1 |
* | inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy(). | Kuniyuki Iwashima | 2023-04-26 | 4 | -17/+1 |
* | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct(). | Kuniyuki Iwashima | 2023-04-26 | 4 | -3/+30 |
* | udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM). | Kuniyuki Iwashima | 2023-04-26 | 2 | -12/+14 |
* | net: rpl: fix rpl header size calculation | Alexander Aring | 2023-04-26 | 1 | -1/+2 |
* | udp6: fix potential access to stale information | Eric Dumazet | 2023-04-20 | 1 | -3/+5 |
* | ipv6: Fix an uninit variable access bug in __ip6_make_skb() | Ziyang Xuan | 2023-04-13 | 1 | -1/+6 |
* | erspan: do not use skb_mac_header() in ndo_start_xmit() | Eric Dumazet | 2023-03-30 | 1 | -2/+2 |
* | net: tunnels: annotate lockless accesses to dev->needed_headroom | Eric Dumazet | 2023-03-22 | 1 | -2/+2 |
* | netfilter: tproxy: fix deadlock due to missing BH disable | Florian Westphal | 2023-03-17 | 1 | -1/+1 |
* | ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping() | Eric Dumazet | 2023-03-17 | 1 | -0/+1 |
* | ipv6: Add lwtunnel encap size of all siblings in nexthop calculation | Lu Wei | 2023-03-11 | 1 | -5/+6 |
* | netfilter: x_tables: fix percpu counter block leak on error path when creatin... | Pavel Tikhomirov | 2023-03-11 | 1 | -0/+4 |
* | netfilter: ebtables: fix table blob use-after-free | Florian Westphal | 2023-03-11 | 1 | -2/+1 |
* | ipv6: Fix tcp socket connection with DSCP. | Guillaume Nault | 2023-02-22 | 1 | -0/+1 |
* | ipv6: Fix datagram socket connection with DSCP. | Guillaume Nault | 2023-02-22 | 1 | -1/+1 |
* | dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions. | Kuniyuki Iwashima | 2023-02-22 | 1 | -7/+3 |
* | ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address | Thomas Winter | 2023-02-09 | 1 | -5/+5 |
* | ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address | Thomas Winter | 2023-02-09 | 1 | -22/+27 |
* | ipv6: fix reachability confirmation with proxy_ndp | Gergely Risko | 2023-02-01 | 1 | -1/+14 |
* | ipv6: raw: Deduct extension header length in rawv6_push_pending_frames | Herbert Xu | 2023-01-18 | 1 | -0/+4 |
* | ipv6/sit: use DEV_STATS_INC() to avoid data-races | Eric Dumazet | 2022-12-31 | 1 | -11/+11 |
* | ipv6: avoid use-after-free in ip6_fragment() | Eric Dumazet | 2022-12-14 | 1 | -0/+5 |
* | dccp/tcp: Reset saddr on failure after inet6?_hash_connect(). | Kuniyuki Iwashima | 2022-12-02 | 1 | -0/+2 |
* | xfrm: Fix ignored return value in xfrm6_init() | Chen Zhongjin | 2022-12-02 | 1 | -1/+5 |
* | xfrm: replay: Fix ESN wrap around for GSO | Christian Langrock | 2022-12-02 | 1 | -0/+3 |
* | ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network | Alexander Potapenko | 2022-11-16 | 1 | -0/+1 |
* | tcp/udp: Make early_demux back namespacified. | Kuniyuki Iwashima | 2022-11-10 | 3 | -24/+17 |
* | ipv6: fix WARNING in ip6_route_net_exit_late() | Zhengchao Shao | 2022-11-10 | 1 | -4/+10 |
* | tcp/udp: Fix memory leak in ipv6_renew_options(). | Kuniyuki Iwashima | 2022-11-03 | 1 | -0/+7 |
* | ipv6: ensure sane device mtu in tunnels | Eric Dumazet | 2022-11-03 | 3 | -13/+18 |
* | udp: Update reuse->has_conns under reuseport_lock. | Kuniyuki Iwashima | 2022-10-29 | 2 | -2/+2 |
* | netfilter: nft_fib: Fix for rpath check with VRF devices | Phil Sutter | 2022-10-26 | 1 | -1/+5 |
* | net: Find dst with sk's xfrm policy not ctl_sk | sewookseo | 2022-09-23 | 1 | -1/+4 |
* | ipv6: sr: fix out-of-bounds read when setting HMAC data. | David Lebrun | 2022-09-15 | 1 | -0/+5 |
* | rxrpc: Fix ICMP/ICMP6 error handling | David Howells | 2022-09-15 | 1 | -1/+4 |
* | net: Fix data-races around sysctl_devconf_inherit_init_net. | Kuniyuki Iwashima | 2022-08-31 | 1 | -3/+2 |
* | net: Fix data-races around sysctl_optmem_max. | Kuniyuki Iwashima | 2022-08-31 | 1 | -2/+2 |
* | net: fix potential refcount leak in ndisc_router_discovery() | Xin Xiong | 2022-08-25 | 1 | -0/+3 |
* | ipv6: do not use RT_TOS for IPv6 flowlabel | Matthias May | 2022-08-25 | 1 | -2/+1 |
* | ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH() | Eric Dumazet | 2022-08-17 | 2 | -4/+4 |
* | tcp: Fix data-races around sysctl_tcp_reflect_tos. | Kuniyuki Iwashima | 2022-08-03 | 1 | -2/+2 |
* | net: mld: fix reference count leak in mld_{query | report}_work() | Taehee Yoo | 2022-08-03 | 1 | -6/+8 |
* | net: ping6: Fix memleak in ipv6_renew_options(). | Kuniyuki Iwashima | 2022-08-03 | 1 | -0/+6 |
* | tcp: Fix data-races around sysctl_tcp_syncookies. | Kuniyuki Iwashima | 2022-07-29 | 1 | -1/+2 |
* | ip: Fix data-races around sysctl_ip_no_pmtu_disc. | Kuniyuki Iwashima | 2022-07-29 | 1 | -1/+1 |
* | seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors | Andrea Mayer | 2022-07-21 | 1 | -2/+0 |
* | seg6: fix skb checksum evaluation in SRH encapsulation/insertion | Andrea Mayer | 2022-07-21 | 1 | -1/+4 |
* | nexthop: Fix data-races around nexthop_compat_mode. | Kuniyuki Iwashima | 2022-07-21 | 1 | -1/+1 |
* | icmp: Fix data-races around sysctl_icmp_echo_enable_probe. | Kuniyuki Iwashima | 2022-07-21 | 1 | -1/+1 |