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.12.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mptcp: add missing memory scheduling in the rx path
Paolo Abeni
2020-10-29
1
-0
/
+10
*
mptcp: depends on IPV6 but not as a module
Matthieu Baerts
2020-10-21
1
-1
/
+1
*
mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting it
Geert Uytterhoeven
2020-10-20
1
-1
/
+1
*
mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it
Geert Uytterhoeven
2020-10-20
1
-3
/
+1
*
mptcp: move mptcp_options_received's port initialization
Geliang Tang
2020-10-20
1
-1
/
+1
*
mptcp: initialize mptcp_options_received's ahmac
Geliang Tang
2020-10-20
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-15
4
-13
/
+61
|
\
|
*
mptcp: subflows garbage collection
Paolo Abeni
2020-10-10
3
-0
/
+24
|
*
mptcp: fix fallback for MP_JOIN subflows
Paolo Abeni
2020-10-10
3
-9
/
+34
|
*
net: mptcp: make DACK4/DACK8 usage consistent among all subflows
Davide Caratti
2020-10-09
3
-4
/
+3
*
|
mptcp: fix infinite loop on recvmsg()/worker() race.
Paolo Abeni
2020-10-08
1
-1
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-08
2
-6
/
+6
|
\
|
|
*
mptcp: more DATA FIN fixes
Paolo Abeni
2020-10-06
2
-6
/
+6
*
|
mptcp: don't skip needed ack
Paolo Abeni
2020-10-06
1
-2
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-05
4
-13
/
+27
|
\
|
|
*
mptcp: Handle incoming 32-bit DATA_FIN values
Mat Martineau
2020-09-29
3
-7
/
+18
|
*
mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq
Mat Martineau
2020-09-29
2
-6
/
+6
|
*
mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet
Mat Martineau
2020-09-23
1
-1
/
+4
*
|
mptcp: Constify mptcp_pm_ops
Rikard Falkeborn
2020-10-04
1
-1
/
+1
*
|
mptcp: ADD_ADDRs with echo bit are smaller
Matthieu Baerts
2020-10-03
3
-6
/
+8
*
|
genetlink: move to smaller ops wherever possible
Jakub Kicinski
2020-10-02
1
-3
/
+3
*
|
net: tcp: drop unused function argument from mptcp_incoming_options
Florian Westphal
2020-09-24
1
-2
/
+1
*
|
mptcp: retransmit ADD_ADDR when timeout
Geliang Tang
2020-09-24
3
-17
/
+96
*
|
mptcp: add struct mptcp_pm_add_entry
Geliang Tang
2020-09-24
1
-7
/
+12
*
|
mptcp: add mptcp_destroy_common helper
Geliang Tang
2020-09-24
3
-6
/
+10
*
|
mptcp: add RM_ADDR related mibs
Geliang Tang
2020-09-24
3
-0
/
+9
*
|
mptcp: implement mptcp_pm_remove_subflow
Geliang Tang
2020-09-24
3
-3
/
+42
*
|
mptcp: remove addr and subflow in PM netlink
Geliang Tang
2020-09-24
5
-11
/
+130
*
|
mptcp: add accept_subflow re-check
Geliang Tang
2020-09-24
1
-4
/
+6
*
|
mptcp: add ADD_ADDR related mibs
Geliang Tang
2020-09-24
3
-1
/
+10
*
|
mptcp: send out ADD_ADDR with echo flag
Geliang Tang
2020-09-24
4
-23
/
+32
*
|
mptcp: add the incoming RM_ADDR support
Geliang Tang
2020-09-24
5
-4
/
+66
*
|
mptcp: add the outgoing RM_ADDR support
Geliang Tang
2020-09-24
3
-0
/
+63
*
|
mptcp: rename addr_signal and the related functions
Geliang Tang
2020-09-24
3
-18
/
+18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-22
2
-5
/
+21
|
\
|
|
*
mptcp: fix kmalloc flag in mptcp_pm_nl_get_local_id
Geliang Tang
2020-09-10
1
-1
/
+1
|
*
mptcp: fix subflow's remote_id issues
Geliang Tang
2020-09-10
2
-3
/
+6
|
*
mptcp: fix subflow's local_id issues
Geliang Tang
2020-09-10
1
-1
/
+14
*
|
mptcp: fix integer overflow in mptcp_subflow_discard_data()
Paolo Abeni
2020-09-17
1
-1
/
+1
*
|
mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofo
Ye Bin
2020-09-17
1
-2
/
+3
*
|
mptcp: call tcp_cleanup_rbuf on subflows
Paolo Abeni
2020-09-14
2
-0
/
+8
*
|
mptcp: allow picking different xmit subflows
Paolo Abeni
2020-09-14
2
-18
/
+99
*
|
mptcp: allow creating non-backup subflows
Paolo Abeni
2020-09-14
1
-1
/
+2
*
|
mptcp: move address attribute into mptcp_addr_info
Paolo Abeni
2020-09-14
3
-24
/
+25
*
|
mptcp: add OoO related mibs
Paolo Abeni
2020-09-14
4
-1
/
+34
*
|
mptcp: cleanup mptcp_subflow_discard_data()
Paolo Abeni
2020-09-14
2
-45
/
+14
*
|
mptcp: move ooo skbs into msk out of order queue.
Paolo Abeni
2020-09-14
3
-56
/
+211
*
|
mptcp: introduce and use mptcp_try_coalesce()
Paolo Abeni
2020-09-14
1
-12
/
+19
*
|
mptcp: basic sndbuf autotuning
Paolo Abeni
2020-09-14
1
-4
/
+13
*
|
mptcp: trigger msk processing even for OoO data
Paolo Abeni
2020-09-14
3
-42
/
+78
[next]