summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-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-281-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-021-0/+2
* | bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()Martin KaFai Lau2022-08-181-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-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-151-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-171-0/+1
|\ \
| * | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-0/+1
| |/
* / net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-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-221-0/+6
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-12/+0
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-1/+1
* | tcp: Add tracepoint for tcp_set_ca_statePing Gan2022-04-071-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-021-5/+0
* net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov2022-02-241-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-201-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-011-6/+2
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-011-2/+6
* tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-011-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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-2/+3
|\
| * tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez2021-10-151-2/+3
* | tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-151-14/+3
* | tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang2021-09-301-0/+11
* | tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng2021-09-241-3/+6
* | tcp: make tcp_build_frag() staticPaolo Abeni2021-09-231-2/+0
* | tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni2021-09-231-0/+2
|/