summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-272-3/+5
* tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet2023-07-271-3/+3
* tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-271-2/+2
* tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-07-271-5/+6
* tcp: annotate data-races around tp->linger2Eric Dumazet2023-07-271-4/+4
* tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2023-07-272-4/+4
* tcp: annotate data-races around tp->keepalive_probesEric Dumazet2023-07-271-2/+3
* tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2023-07-271-2/+2
* tcp: annotate data-races around tp->keepalive_timeEric Dumazet2023-07-271-1/+2
* tcp: annotate data-races around tp->tsoffsetEric Dumazet2023-07-272-4/+5
* tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet2023-07-271-2/+2
* Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-07-272-19/+6
* net: ipv4: Use kfree_sensitive instead of kfreeWang Ming2023-07-271-1/+1
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-273-5/+8
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-273-4/+5
* net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2023-07-272-6/+12
* gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2023-07-271-5/+11
* bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag2023-07-271-3/+2
* tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet2023-07-191-3/+9
* Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-06-202-0/+4
|\
| * xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-161-0/+3
| * xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski2023-06-091-0/+1
* | udplite: Print deprecation notice.Kuniyuki Iwashima2023-06-151-0/+2
* | tcp: gso: really support BIG TCPEric Dumazet2023-06-061-10/+9
* | net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda2023-06-021-4/+4
* | tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-012-4/+14
* | tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-05-291-1/+2
* | tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-293-0/+9
* | udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-251-0/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-243-16/+81
|\ \
| * | bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2023-05-232-10/+28
| * | bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend2023-05-231-0/+20
| * | bpf, sockmap: Handle fin correctlyJohn Fastabend2023-05-231-0/+31
| * | bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-05-232-6/+2
| |/
* / ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-232-2/+15
|/
* tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet2023-05-121-2/+3
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-103-9/+11
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-3/+13
|\
| * ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-04-221-3/+13
* | net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-212-7/+1
* | net: Ensure ->msg_control_user is used for user buffersKevin Brodsky2023-04-141-2/+2
* | Daniel Borkmann says:Jakub Kicinski2023-04-137-17/+221
|\ \
| * | bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig2023-04-123-1/+125
| * | ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig2023-04-122-2/+21
| * | bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2023-04-041-2/+1
| * | bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov2023-04-041-3/+0
| * | bpf: allow a TCP CC to write app_limitedYixin Shen2023-03-291-0/+3
| * | bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee2023-03-221-0/+6
| * | bpf: Create links for BPF struct_ops maps.Kui-Feng Lee2023-03-221-2/+6