index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 netlink-based PM
Paolo Abeni
2020-03-29
4
-2
/
+874
*
mptcp: add and use MIB counter infrastructure
Florian Westphal
2020-03-29
5
-15
/
+159
*
mptcp: allow dumping subflow context to userspace
Davide Caratti
2020-03-29
4
-1
/
+109
*
mptcp: implement and use MPTCP-level retransmission
Paolo Abeni
2020-03-29
2
-4
/
+95
*
mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
Paolo Abeni
2020-03-29
1
-49
/
+74
*
mptcp: allow partial cleaning of rtx head dfrag
Florian Westphal
2020-03-29
2
-0
/
+26
*
mptcp: implement memory accounting for mptcp rtx queue
Paolo Abeni
2020-03-29
1
-3
/
+39
*
mptcp: introduce MPTCP retransmission timer
Paolo Abeni
2020-03-29
3
-2
/
+93
*
mptcp: queue data for mptcp level retransmission
Paolo Abeni
2020-03-29
2
-8
/
+147
*
mptcp: update per unacked sequence on pkt reception
Paolo Abeni
2020-03-29
3
-6
/
+49
*
mptcp: Implement path manager interface commands
Peter Krystad
2020-03-29
3
-5
/
+129
*
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
2020-03-29
4
-17
/
+285
*
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
2020-03-29
5
-45
/
+366
*
mptcp: Add path manager interface
Peter Krystad
2020-03-29
6
-19
/
+264
*
mptcp: Add ADD_ADDR handling
Peter Krystad
2020-03-29
3
-16
/
+235
*
net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback
Davide Caratti
2020-03-23
2
-4
/
+6
*
mptcp: Remove set but not used variable 'can_ack'
YueHaibing
2020-03-21
1
-2
/
+0
*
mptcp: rename fourth ack field
Paolo Abeni
2020-03-19
3
-11
/
+11
*
mptcp: move msk state update to subflow_syn_recv_sock()
Paolo Abeni
2020-03-17
2
-6
/
+5
*
mptcp: drop unneeded checks
Paolo Abeni
2020-03-15
2
-23
/
+9
*
mptcp: create msk early
Paolo Abeni
2020-03-15
4
-80
/
+70
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-12
1
-2
/
+17
|
\
|
*
mptcp: always include dack if possible.
Paolo Abeni
2020-03-05
1
-2
/
+17
*
|
net: mptcp: don't hang before sending 'MP capable with data'
Davide Caratti
2020-03-11
1
-0
/
+4
*
|
mptcp: don't grow mptcp socket receive buffer when rcvbuf is locked
Florian Westphal
2020-03-09
1
-4
/
+6
*
|
mptcp: Only send DATA_FIN with final mapping
Mat Martineau
2020-03-03
1
-5
/
+6
*
|
mptcp: Use per-subflow storage for DATA_FIN sequence number
Mat Martineau
2020-03-03
3
-6
/
+21
*
|
mptcp: Check connection state before attempting send
Mat Martineau
2020-03-03
1
-2
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-27
1
-0
/
+6
|
\
|
|
*
mptcp: add dummy icsk_sync_mss()
Paolo Abeni
2020-02-26
1
-0
/
+6
*
|
mptcp: defer work schedule until mptcp lock is released
Paolo Abeni
2020-02-26
1
-2
/
+36
*
|
mptcp: avoid work queue scheduling if possible
Florian Westphal
2020-02-26
3
-4
/
+31
*
|
mptcp: remove mptcp_read_actor
Florian Westphal
2020-02-26
3
-39
/
+13
*
|
mptcp: add rmem queue accounting
Florian Westphal
2020-02-26
1
-1
/
+17
*
|
mptcp: update mptcp ack sequence from work queue
Florian Westphal
2020-02-26
1
-69
/
+165
*
|
mptcp: add work queue skeleton
Paolo Abeni
2020-02-26
2
-0
/
+23
*
|
mptcp: add and use mptcp_data_ready helper
Florian Westphal
2020-02-26
3
-10
/
+13
|
/
*
mptcp: fix bogus socket flag values
Florian Westphal
2020-02-18
1
-2
/
+2
*
mptcp: select CRYPTO
Matthieu Baerts
2020-02-16
1
-0
/
+1
*
mptcp: Protect subflow socket options before connection completes
Mat Martineau
2020-02-16
1
-29
/
+19
*
mptcp: make the symbol 'mptcp_sk_clone_lock' static
Chen Wandun
2020-02-10
1
-1
/
+1
*
mptcp: fix use-after-free for ipv6
Florian Westphal
2020-02-06
1
-3
/
+33
*
mptcp: fix use-after-free on tcp fallback
Florian Westphal
2020-02-05
1
-70
/
+6
*
mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6
Geert Uytterhoeven
2020-01-30
1
-3
/
+3
*
mptcp: MPTCP_HMAC_TEST should depend on MPTCP
Geert Uytterhoeven
2020-01-30
1
-2
/
+4
*
mptcp: Fix incorrect IPV6 dependency check
Geert Uytterhoeven
2020-01-30
1
-1
/
+1
*
mptcp: handle tcp fallback when using syn cookies
Florian Westphal
2020-01-29
1
-1
/
+4
*
mptcp: avoid a lockdep splat when mcast group was joined
Florian Westphal
2020-01-29
1
-2
/
+6
*
mptcp: fix panic on user pointer access
Florian Westphal
2020-01-29
1
-18
/
+22
*
mptcp: defer freeing of cached ext until last moment
Florian Westphal
2020-01-29
1
-2
/
+4
[prev]
[next]