index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
protocol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mptcp: use mptcp_set_state
Geliang Tang
2024-01-02
1
-19
/
+19
*
mptcp: add CurrEstab MIB counter support
Geliang Tang
2024-01-02
1
-0
/
+18
*
mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()
Davide Caratti
2023-12-26
1
-64
/
+44
*
mptcp: fix inconsistent state on fastopen race
Paolo Abeni
2023-12-17
1
-3
/
+3
*
mptcp: fix possible NULL pointer dereference on close
Paolo Abeni
2023-11-14
1
-3
/
+4
*
mptcp: deal with large GSO size
Paolo Abeni
2023-11-14
1
-0
/
+4
*
mptcp: use mptcp_get_ext helper
Geliang Tang
2023-10-27
1
-2
/
+2
*
mptcp: drop useless ssk in pm_subflow_check_next
Geliang Tang
2023-10-27
1
-1
/
+1
*
mptcp: refactor sndbuf auto-tuning
Paolo Abeni
2023-10-25
1
-2
/
+16
*
mptcp: consolidate sockopt synchronization
Paolo Abeni
2023-10-25
1
-2
/
+0
*
mptcp: use copy_from_iter helpers on transmit
Paolo Abeni
2023-10-25
1
-4
/
+15
*
mptcp: give rcvlowat some love
Paolo Abeni
2023-10-25
1
-13
/
+11
*
mptcp: add a new sysctl for make after break timeout
Paolo Abeni
2023-10-25
1
-3
/
+3
*
mptcp: avoid sending RST when closing the initial subflow
Geliang Tang
2023-10-19
1
-6
/
+22
*
mptcp: more conservative check for zero probes
Paolo Abeni
2023-10-19
1
-7
/
+1
*
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
2023-10-13
1
-7
/
+0
*
mptcp: fix delegated action races
Paolo Abeni
2023-10-05
1
-14
/
+14
*
mptcp: fix dangling connection hang-up
Paolo Abeni
2023-09-18
1
-44
/
+42
*
mptcp: rename timer related helper to less confusing names
Paolo Abeni
2023-09-18
1
-21
/
+21
*
mptcp: process pending subflow error on close
Paolo Abeni
2023-09-18
1
-29
/
+34
*
mptcp: move __mptcp_error_report in protocol.c
Paolo Abeni
2023-09-18
1
-0
/
+36
*
mptcp: annotate data-races around msk->rmem_fwd_alloc
Eric Dumazet
2023-09-01
1
-6
/
+13
*
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
2023-09-01
1
-3
/
+3
*
mptcp: register default scheduler
Geliang Tang
2023-08-22
1
-0
/
+1
*
mptcp: use get_retrans wrapper
Geliang Tang
2023-08-22
1
-28
/
+37
*
mptcp: use get_send wrapper
Geliang Tang
2023-08-22
1
-45
/
+68
*
mptcp: add scheduler wrappers
Geliang Tang
2023-08-22
1
-2
/
+2
*
mptcp: add sched in mptcp_sock
Geliang Tang
2023-08-22
1
-0
/
+8
*
mptcp: drop last_snd and MPTCP_RESET_SCHEDULER
Geliang Tang
2023-08-22
1
-10
/
+1
*
mptcp: refactor push_pending logic
Geliang Tang
2023-08-22
1
-72
/
+81
*
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
2023-08-16
1
-4
/
+6
*
mptcp: Remove unnecessary test for __mptcp_init_sock()
Kuniyuki Iwashima
2023-08-14
1
-7
/
+2
*
mptcp: get rid of msk->subflow
Paolo Abeni
2023-08-14
1
-19
/
+6
*
mptcp: change the mpc check helper to return a sk
Paolo Abeni
2023-08-14
1
-25
/
+15
*
mptcp: avoid unneeded indirection in mptcp_stream_accept()
Paolo Abeni
2023-08-14
1
-19
/
+10
*
mptcp: avoid additional indirection in mptcp_poll()
Paolo Abeni
2023-08-14
1
-3
/
+3
*
mptcp: avoid additional indirection in mptcp_listen()
Paolo Abeni
2023-08-14
1
-4
/
+9
*
mptcp: mptcp: avoid additional indirection in mptcp_bind()
Paolo Abeni
2023-08-14
1
-5
/
+12
*
mptcp: avoid subflow socket usage in mptcp_get_port()
Paolo Abeni
2023-08-14
1
-5
/
+3
*
mptcp: avoid additional __inet_stream_connect() call
Paolo Abeni
2023-08-14
1
-16
/
+33
*
mptcp: avoid unneeded mptcp_token_destroy() calls
Paolo Abeni
2023-08-14
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-10
1
-2
/
+2
|
\
|
*
mptcp: avoid bogus reset on fallback close
Paolo Abeni
2023-08-04
1
-1
/
+1
|
*
mptcp: fix the incorrect judgment for msk->cb_flags
Xiang Yang
2023-08-04
1
-1
/
+1
*
|
net: annotate data-races around sock->ops
Eric Dumazet
2023-08-09
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-27
1
-2
/
+1
|
\
|
|
*
mptcp: more accurate NL event generation
Paolo Abeni
2023-07-26
1
-2
/
+1
*
|
mptcp: fix rcv buffer auto-tuning
Paolo Abeni
2023-07-24
1
-8
/
+7
*
|
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
2023-07-24
1
-0
/
+1
|
/
*
mptcp: do not rely on implicit state check in mptcp_listen()
Paolo Abeni
2023-07-05
1
-0
/
+5
[next]