index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
protocol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+11
2024-11-12
mptcp: fix possible integer overflow in mptcp_reset_tout_timer
Dmitry Kandybka
1
-2
/
+2
2024-11-11
mptcp: cope racing subflow creation in mptcp_rcv_space_adjust
Paolo Abeni
1
-1
/
+2
2024-11-11
mptcp: error out earlier on disconnect
Paolo Abeni
1
-4
/
+9
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2024-10-28
mptcp: implement mptcp_pm_connection_closed
Geliang Tang
1
-4
/
+2
2024-10-28
mptcp: annotate data-races around subflow->fully_established
Gang Yan
1
-1
/
+1
2024-10-28
mptcp: init: protect sched with rcu_read_lock
Matthieu Baerts (NGI0)
1
-0
/
+2
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+21
2024-10-09
mptcp: handle consistently DSS corruption
Paolo Abeni
1
-3
/
+21
2024-10-04
tcp: add a fast path in tcp_delack_timer()
Eric Dumazet
1
-1
/
+2
2024-09-11
mptcp: disable active MPTCP in case of blackhole
Matthieu Baerts (NGI0)
1
-3
/
+8
2024-09-11
mptcp: export mptcp_subflow_early_fallback()
Matthieu Baerts (NGI0)
1
-7
/
+0
2024-08-29
mptcp: avoid duplicated SUB_CLOSED events
Matthieu Baerts (NGI0)
1
-0
/
+6
2024-08-27
mptcp: pr_debug: add missing \n at the end
Matthieu Baerts (NGI0)
1
-26
/
+26
2024-08-27
mptcp: sched: check both backup in retrans
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-08-27
mptcp: close subflow when receiving TCP+FIN
Matthieu Baerts (NGI0)
1
-1
/
+4
2024-08-01
mptcp: fix bad RCVPRUNED mib accounting
Paolo Abeni
1
-4
/
+4
2024-07-30
mptcp: sched: check both directions for backup
Matthieu Baerts (NGI0)
1
-4
/
+6
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-06-10
mptcp: ensure snd_una is properly initialized on connect
Paolo Abeni
1
-0
/
+1
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+7
2024-06-06
mptcp: refer to 'MPTCP' socket in comments
Davide Caratti
1
-2
/
+2
2024-06-06
mptcp: add mptcp_space_from_win helper
Geliang Tang
1
-1
/
+1
2024-06-06
mptcp: use mptcp_win_from_space helper
Geliang Tang
1
-1
/
+1
2024-06-05
mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
Jason Xing
1
-2
/
+7
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+5
2024-05-13
mptcp: prefer strscpy over strcpy
Matthieu Baerts (NGI0)
1
-2
/
+3
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-6
/
+5
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2024-04-30
mptcp: ensure snd_nxt is properly initialized on connect
Paolo Abeni
1
-0
/
+3
2024-04-30
net: move sysctl_max_skb_frags to net_hotdata
Eric Dumazet
1
-1
/
+2
2024-04-26
mptcp: introducing a helper into active reset logic
Jason Xing
1
-3
/
+1
2024-04-26
rstreason: prepare for active reset
Jason Xing
1
-1
/
+3
2024-04-11
mptcp: add last time fields in mptcp_info
Geliang Tang
1
-0
/
+7
2024-04-05
tcp: annotate data-races around tp->window_clamp
Eric Dumazet
1
-1
/
+1
2024-04-01
mptcp: don't account accept() of non-MPC client as fallback to TCP
Davide Caratti
1
-2
/
+0
2024-03-06
mptcp: drop duplicate header inclusions
Geliang Tang
1
-1
/
+0
2024-03-04
mptcp: implement TCP_NOTSENT_LOWAT support
Paolo Abeni
1
-5
/
+34
2024-03-04
mptcp: cleanup writer wake-up
Paolo Abeni
1
-12
/
+3
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+51
2024-02-26
mptcp: fix double-free on socket dismantle
Davide Caratti
1
-0
/
+49
2024-02-26
mptcp: fix snd_wnd initialization for passive socket
Paolo Abeni
1
-1
/
+1
2024-02-26
mptcp: push at DSS boundaries
Paolo Abeni
1
-0
/
+1
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-02-18
mptcp: fix data races on local_id
Paolo Abeni
1
-1
/
+1
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+17
2024-02-12
mptcp: corner case locking for rx path fields initialization
Paolo Abeni
1
-3
/
+6
2024-02-12
mptcp: fix more tx path fields initialization
Paolo Abeni
1
-4
/
+2
2024-02-12
mptcp: fix rcv space initialization
Paolo Abeni
1
-4
/
+6
[next]