index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
tcp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
tcp: fix quick-ack counting to count actual ACKs of new data
Neal Cardwell
1
-2
/
+4
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+0
2023-08-18
mm: allow per-VMA locks on file-backed VMAs
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-01
tcp: Remove unused function declarations
Yue Haibing
1
-3
/
+0
2023-07-25
mptcp: fix rcv buffer auto-tuning
Paolo Abeni
1
-5
/
+15
2023-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+24
2023-07-20
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
1
-1
/
+5
2023-07-20
tcp: annotate data-races around tp->keepalive_probes
Eric Dumazet
1
-2
/
+7
2023-07-20
tcp: annotate data-races around tp->keepalive_intvl
Eric Dumazet
1
-2
/
+7
2023-07-20
tcp: annotate data-races around tp->keepalive_time
Eric Dumazet
1
-2
/
+5
2023-07-20
tcp: tcp_enter_quickack_mode() should be static
Eric Dumazet
1
-1
/
+0
2023-07-20
tcp: remove tcp_send_partial()
Eric Dumazet
1
-1
/
+0
2023-07-19
tcp: get rid of sysctl_tcp_adv_win_scale
Eric Dumazet
1
-4
/
+20
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-4
/
+0
2023-06-18
tcp: Use per-vma locking for receive zerocopy
Arjun Roy
1
-0
/
+1
2023-06-16
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
1
-1
/
+1
2023-06-12
tcp: remove size parameter from tcp_stream_alloc_skb()
Eric Dumazet
1
-1
/
+1
2023-06-12
tcp: let tcp_send_syn_data() build headless packets
Eric Dumazet
1
-0
/
+1
2023-06-09
ipv4, ipv6: Use splice_eof() to flush
David Howells
1
-0
/
+1
2023-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2023-06-01
tcp: fix mishandling when the sack compression is deferred.
fuyuanli
1
-0
/
+1
2023-05-31
net: Make gro complete function to return void
Parav Pandit
1
-1
/
+1
2023-05-26
tcp: remove unused TCP_SYNQ_INTERVAL definition
Neal Cardwell
1
-2
/
+0
2023-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+10
2023-05-24
tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
David Howells
1
-2
/
+0
2023-05-23
bpf, sockmap: Incorrectly handling copied_seq
John Fastabend
1
-0
/
+10
2023-04-14
Daniel Borkmann says:
Jakub Kicinski
1
-0
/
+3
2023-03-23
net: Update an existing TCP congestion control algorithm.
Kui-Feng Lee
1
-0
/
+3
2023-03-18
tcp: preserve const qualifier in tcp_sk()
Eric Dumazet
1
-1
/
+1
2022-12-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+2
2022-12-02
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
1
-3
/
+7
2022-12-01
bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
Pengcheng Yang
1
-2
/
+2
2022-10-28
tcp: add PLB functionality for TCP
Mubashir Adnan Qureshi
1
-0
/
+28
2022-10-04
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-29
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-03
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-08-19
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-07-27
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-16
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
[next]