index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
tcp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-09-30
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
1
-1
/
+4
2022-09-28
tcp: export tcp_sendmsg_fastopen
Benjamin Hesmans
1
-0
/
+2
2022-09-20
tcp: Save unnecessary inet_twsk_purge() calls.
Kuniyuki Iwashima
1
-0
/
+1
2022-09-02
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-08-18
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-07-26
tcp: allow tls to decrypt directly from the tcp rcv queue
Jakub Kicinski
1
-0
/
+2
2022-07-22
tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+12
2022-07-20
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
Kuniyuki Iwashima
1
-2
/
+2
2022-07-18
tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-18
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-18
tcp: Fix data-races around keepalive sysctl knobs.
Kuniyuki Iwashima
1
-3
/
+6
2022-07-15
tcp/udp: Make early_demux back namespacified.
Kuniyuki Iwashima
1
-1
/
+1
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
1
-2
/
+1
2022-06-20
tcp: Introduce tcp_read_skb()
Cong Wang
1
-0
/
+2
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+1
2022-06-16
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
1
-0
/
+1
2022-06-10
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
1
-0
/
+2
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+8
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
1
-12
/
+0
2022-04-25
tcp: make sure treq->af_specific is initialized
Eric Dumazet
1
-0
/
+1
2022-04-25
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
1
-0
/
+1
2022-04-22
tcp: ensure to use the most recently sent skb when filling the rate sample
Pengcheng Yang
1
-0
/
+6
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
1
-1
/
+1
2022-04-07
tcp: Add tracepoint for tcp_set_ca_state
Ping Gan
1
-9
/
+3
2022-04-06
tcp: add accessors to read/set tp->snd_cwnd
Eric Dumazet
1
-4
/
+15
2022-03-09
net: tcp: fix shim definition of tcp_inbound_md5_hash
Vladimir Oltean
1
-1
/
+1
2022-03-09
skb: make drop reason booleanable
Jakub Kicinski
1
-10
/
+11
2022-03-02
tcp: Remove the unused api
Tao Chen
1
-5
/
+0
2022-02-24
net/tcp: Merge TCP-MD5 inbound callbacks
Dmitry Safonov
1
-0
/
+13
2022-02-20
net: tcp: add skb drop reasons to tcp_add_backlog()
Menglong Dong
1
-1
/
+2
2022-02-02
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
1
-1
/
+1
2022-01-20
tcp: Add a stub for sk_defer_free_flush()
Gal Pressman
1
-0
/
+4
2021-11-16
tcp: defer skb freeing after socket lock is released
Eric Dumazet
1
-0
/
+10
2021-11-16
tcp: annotate data-races on tp->segs_in and tp->data_segs_in
Eric Dumazet
1
-2
/
+6
2021-11-03
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
1
-2
/
+6
2021-11-01
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
1
-6
/
+2
2021-11-01
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
1
-2
/
+6
2021-11-01
tcp: rename sk_wmem_free_skb
Talal Ahmad
1
-1
/
+8
2021-10-28
tcp: cleanup tcp_remove_empty_skb() use
Eric Dumazet
1
-1
/
+1
2021-10-26
tcp: rename sk_stream_alloc_skb
Eric Dumazet
1
-0
/
+2
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+3
2021-10-15
tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0
Leonard Crestez
1
-2
/
+3
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
1
-14
/
+3
2021-09-30
tcp: adjust rcv_ssthresh according to sk_reserved_mem
Wei Wang
1
-0
/
+11
2021-09-24
tcp: tracking packets with CE marks in BW rate sample
Yuchung Cheng
1
-3
/
+6
2021-09-23
tcp: make tcp_build_frag() static
Paolo Abeni
1
-2
/
+0
2021-09-23
tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
Paolo Abeni
1
-0
/
+2
[next]