summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Daniel Borkmann says:Jakub Kicinski2023-04-141-0/+3
|\
| * net: Update an existing TCP congestion control algorithm.Kui-Feng Lee2023-03-231-0/+3
* | tcp: preserve const qualifier in tcp_sk()Eric Dumazet2023-03-181-1/+1
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-121-2/+2
|\
| * bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-011-2/+2
* | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-021-3/+7
|/
* tcp: add PLB functionality for TCPMubashir Adnan Qureshi2022-10-281-0/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-041-1/+4
|\
| * tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-09-301-1/+4
* | tcp: export tcp_sendmsg_fastopenBenjamin Hesmans2022-09-291-0/+2
* | tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima2022-09-201-0/+1
* | bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau2022-09-031-0/+2
* | bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()Martin KaFai Lau2022-08-191-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-291-1/+1
|\
| * tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima2022-07-221-1/+1
* | tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski2022-07-261-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-8/+12
|\|
| * tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-201-2/+2
| * tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-181-1/+1
| * tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-181-1/+2
| * tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-181-3/+6
| * tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-07-161-1/+1
* | net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-2/+1
* | tcp: Introduce tcp_read_skb()Cong Wang2022-06-201-0/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-181-0/+1
|\ \
| * | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-171-0/+1
| |/
* / net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-111-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-0/+8
|\
| * tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-0/+1
| * tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-251-0/+1
| * tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-04-231-0/+6
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-271-12/+0
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-1/+1
* | tcp: Add tracepoint for tcp_set_ca_statePing Gan2022-04-081-9/+3
* | tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-4/+15
|/
* net: tcp: fix shim definition of tcp_inbound_md5_hashVladimir Oltean2022-03-091-1/+1
* skb: make drop reason booleanableJakub Kicinski2022-03-091-10/+11
* tcp: Remove the unused apiTao Chen2022-03-031-5/+0
* net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov2022-02-251-0/+13
* net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong2022-02-201-1/+2
* tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov2022-02-021-1/+1
* tcp: Add a stub for sk_defer_free_flush()Gal Pressman2022-01-211-0/+4
* tcp: defer skb freeing after socket lock is releasedEric Dumazet2021-11-161-0/+10
* tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet2021-11-161-2/+6
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-031-2/+6
* Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-021-6/+2
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-021-2/+6
* tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-021-1/+8
* tcp: cleanup tcp_remove_empty_skb() useEric Dumazet2021-10-281-1/+1
* tcp: rename sk_stream_alloc_skbEric Dumazet2021-10-261-0/+2