index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mptcp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-03
mptcp: add some missing pr_fmt defines
Geliang Tang
3
-0
/
+6
2020-04-02
mptcp: fix "fn parameter not described" warnings
Matthieu Baerts
1
-4
/
+5
2020-04-02
mptcp: re-check dsn before reading from subflow
Florian Westphal
1
-0
/
+26
2020-04-02
mptcp: subflow: check parent mptcp socket on subflow state change
Florian Westphal
3
-2
/
+36
2020-04-02
mptcp: fix tcp fallback crash
Florian Westphal
1
-4
/
+46
2020-03-29
mptcp: add netlink-based PM
Paolo Abeni
4
-2
/
+874
2020-03-29
mptcp: add and use MIB counter infrastructure
Florian Westphal
5
-15
/
+159
2020-03-29
mptcp: allow dumping subflow context to userspace
Davide Caratti
4
-1
/
+109
2020-03-29
mptcp: implement and use MPTCP-level retransmission
Paolo Abeni
2
-4
/
+95
2020-03-29
mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
Paolo Abeni
1
-49
/
+74
2020-03-29
mptcp: allow partial cleaning of rtx head dfrag
Florian Westphal
2
-0
/
+26
2020-03-29
mptcp: implement memory accounting for mptcp rtx queue
Paolo Abeni
1
-3
/
+39
2020-03-29
mptcp: introduce MPTCP retransmission timer
Paolo Abeni
3
-2
/
+93
2020-03-29
mptcp: queue data for mptcp level retransmission
Paolo Abeni
2
-8
/
+147
2020-03-29
mptcp: update per unacked sequence on pkt reception
Paolo Abeni
3
-6
/
+49
2020-03-29
mptcp: Implement path manager interface commands
Peter Krystad
3
-5
/
+129
2020-03-29
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
4
-17
/
+285
2020-03-29
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
5
-45
/
+366
2020-03-29
mptcp: Add path manager interface
Peter Krystad
6
-19
/
+264
2020-03-29
mptcp: Add ADD_ADDR handling
Peter Krystad
3
-16
/
+235
2020-03-23
net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback
Davide Caratti
2
-4
/
+6
2020-03-21
mptcp: Remove set but not used variable 'can_ack'
YueHaibing
1
-2
/
+0
2020-03-19
mptcp: rename fourth ack field
Paolo Abeni
3
-11
/
+11
2020-03-17
mptcp: move msk state update to subflow_syn_recv_sock()
Paolo Abeni
2
-6
/
+5
2020-03-15
mptcp: drop unneeded checks
Paolo Abeni
2
-23
/
+9
2020-03-15
mptcp: create msk early
Paolo Abeni
4
-80
/
+70
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+17
2020-03-11
net: mptcp: don't hang before sending 'MP capable with data'
Davide Caratti
1
-0
/
+4
2020-03-09
mptcp: don't grow mptcp socket receive buffer when rcvbuf is locked
Florian Westphal
1
-4
/
+6
2020-03-05
mptcp: always include dack if possible.
Paolo Abeni
1
-2
/
+17
2020-03-03
mptcp: Only send DATA_FIN with final mapping
Mat Martineau
1
-5
/
+6
2020-03-03
mptcp: Use per-subflow storage for DATA_FIN sequence number
Mat Martineau
3
-6
/
+21
2020-03-03
mptcp: Check connection state before attempting send
Mat Martineau
1
-2
/
+10
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+6
2020-02-26
mptcp: add dummy icsk_sync_mss()
Paolo Abeni
1
-0
/
+6
2020-02-26
mptcp: defer work schedule until mptcp lock is released
Paolo Abeni
1
-2
/
+36
2020-02-26
mptcp: avoid work queue scheduling if possible
Florian Westphal
3
-4
/
+31
2020-02-26
mptcp: remove mptcp_read_actor
Florian Westphal
3
-39
/
+13
2020-02-26
mptcp: add rmem queue accounting
Florian Westphal
1
-1
/
+17
2020-02-26
mptcp: update mptcp ack sequence from work queue
Florian Westphal
1
-69
/
+165
2020-02-26
mptcp: add work queue skeleton
Paolo Abeni
2
-0
/
+23
2020-02-26
mptcp: add and use mptcp_data_ready helper
Florian Westphal
3
-10
/
+13
2020-02-18
mptcp: fix bogus socket flag values
Florian Westphal
1
-2
/
+2
2020-02-16
mptcp: select CRYPTO
Matthieu Baerts
1
-0
/
+1
2020-02-16
mptcp: Protect subflow socket options before connection completes
Mat Martineau
1
-29
/
+19
2020-02-10
mptcp: make the symbol 'mptcp_sk_clone_lock' static
Chen Wandun
1
-1
/
+1
2020-02-06
mptcp: fix use-after-free for ipv6
Florian Westphal
1
-3
/
+33
2020-02-05
mptcp: fix use-after-free on tcp fallback
Florian Westphal
1
-70
/
+6
2020-01-30
mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6
Geert Uytterhoeven
1
-3
/
+3
2020-01-30
mptcp: MPTCP_HMAC_TEST should depend on MPTCP
Geert Uytterhoeven
1
-2
/
+4
[next]