index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
tcp.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Daniel Borkmann says:
Jakub Kicinski
2023-04-14
1
-0
/
+3
|
\
|
*
net: Update an existing TCP congestion control algorithm.
Kui-Feng Lee
2023-03-23
1
-0
/
+3
*
|
tcp: preserve const qualifier in tcp_sk()
Eric Dumazet
2023-03-18
1
-1
/
+1
|
/
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-12-12
1
-2
/
+2
|
\
|
*
bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
Pengcheng Yang
2022-12-01
1
-2
/
+2
*
|
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
2022-12-02
1
-3
/
+7
|
/
*
tcp: add PLB functionality for TCP
Mubashir Adnan Qureshi
2022-10-28
1
-0
/
+28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-04
1
-1
/
+4
|
\
|
*
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
2022-09-30
1
-1
/
+4
*
|
tcp: export tcp_sendmsg_fastopen
Benjamin Hesmans
2022-09-29
1
-0
/
+2
*
|
tcp: Save unnecessary inet_twsk_purge() calls.
Kuniyuki Iwashima
2022-09-20
1
-0
/
+1
*
|
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-09-03
1
-0
/
+2
*
|
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
2022-08-19
1
-0
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-29
1
-1
/
+1
|
\
|
*
tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
*
|
tcp: allow tls to decrypt directly from the tcp rcv queue
Jakub Kicinski
2022-07-26
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-8
/
+12
|
\
|
|
*
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
Kuniyuki Iwashima
2022-07-20
1
-2
/
+2
|
*
tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
Kuniyuki Iwashima
2022-07-18
1
-1
/
+1
|
*
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
2022-07-18
1
-1
/
+2
|
*
tcp: Fix data-races around keepalive sysctl knobs.
Kuniyuki Iwashima
2022-07-18
1
-3
/
+6
|
*
tcp/udp: Make early_demux back namespacified.
Kuniyuki Iwashima
2022-07-16
1
-1
/
+1
*
|
net: Introduce a new proto_ops ->read_skb()
Cong Wang
2022-06-20
1
-2
/
+1
*
|
tcp: Introduce tcp_read_skb()
Cong Wang
2022-06-20
1
-0
/
+2
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-18
1
-0
/
+1
|
\
\
|
*
|
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
2022-06-17
1
-0
/
+1
|
|
/
*
/
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
2022-06-11
1
-0
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-28
1
-0
/
+8
|
\
|
*
tcp: make sure treq->af_specific is initialized
Eric Dumazet
2022-04-25
1
-0
/
+1
|
*
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2022-04-25
1
-0
/
+1
|
*
tcp: ensure to use the most recently sent skb when filling the rate sample
Pengcheng Yang
2022-04-23
1
-0
/
+6
*
|
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2022-04-27
1
-12
/
+0
*
|
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-12
1
-1
/
+1
*
|
tcp: Add tracepoint for tcp_set_ca_state
Ping Gan
2022-04-08
1
-9
/
+3
*
|
tcp: add accessors to read/set tp->snd_cwnd
Eric Dumazet
2022-04-06
1
-4
/
+15
|
/
*
net: tcp: fix shim definition of tcp_inbound_md5_hash
Vladimir Oltean
2022-03-09
1
-1
/
+1
*
skb: make drop reason booleanable
Jakub Kicinski
2022-03-09
1
-10
/
+11
*
tcp: Remove the unused api
Tao Chen
2022-03-03
1
-5
/
+0
*
net/tcp: Merge TCP-MD5 inbound callbacks
Dmitry Safonov
2022-02-25
1
-0
/
+13
*
net: tcp: add skb drop reasons to tcp_add_backlog()
Menglong Dong
2022-02-20
1
-1
/
+2
*
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
2022-02-02
1
-1
/
+1
*
tcp: Add a stub for sk_defer_free_flush()
Gal Pressman
2022-01-21
1
-0
/
+4
*
tcp: defer skb freeing after socket lock is released
Eric Dumazet
2021-11-16
1
-0
/
+10
*
tcp: annotate data-races on tp->segs_in and tp->data_segs_in
Eric Dumazet
2021-11-16
1
-2
/
+6
*
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-03
1
-2
/
+6
*
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
2021-11-02
1
-6
/
+2
*
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-02
1
-2
/
+6
*
tcp: rename sk_wmem_free_skb
Talal Ahmad
2021-11-02
1
-1
/
+8
*
tcp: cleanup tcp_remove_empty_skb() use
Eric Dumazet
2021-10-28
1
-1
/
+1
*
tcp: rename sk_stream_alloc_skb
Eric Dumazet
2021-10-26
1
-0
/
+2
[next]