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
/
protocol.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-0
/
+33
2020-04-02
mptcp: fix tcp fallback crash
Florian Westphal
1
-4
/
+46
2020-03-29
mptcp: add and use MIB counter infrastructure
Florian Westphal
1
-8
/
+22
2020-03-29
mptcp: implement and use MPTCP-level retransmission
Paolo Abeni
1
-4
/
+94
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
1
-0
/
+16
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
1
-1
/
+88
2020-03-29
mptcp: queue data for mptcp level retransmission
Paolo Abeni
1
-8
/
+127
2020-03-29
mptcp: update per unacked sequence on pkt reception
Paolo Abeni
1
-0
/
+2
2020-03-29
mptcp: Implement path manager interface commands
Peter Krystad
1
-0
/
+1
2020-03-29
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
1
-1
/
+30
2020-03-29
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
1
-17
/
+79
2020-03-29
mptcp: Add path manager interface
Peter Krystad
1
-0
/
+5
2020-03-23
net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback
Davide Caratti
1
-4
/
+0
2020-03-17
mptcp: move msk state update to subflow_syn_recv_sock()
Paolo Abeni
1
-6
/
+3
2020-03-15
mptcp: create msk early
Paolo Abeni
1
-38
/
+45
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-03
mptcp: Use per-subflow storage for DATA_FIN sequence number
Mat Martineau
1
-3
/
+17
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
1
-1
/
+28
2020-02-26
mptcp: remove mptcp_read_actor
Florian Westphal
1
-27
/
+0
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
1
-0
/
+22
2020-02-26
mptcp: add and use mptcp_data_ready helper
Florian Westphal
1
-0
/
+8
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 incorrect IPV6 dependency check
Geert Uytterhoeven
1
-1
/
+1
2020-01-29
mptcp: avoid a lockdep splat when mcast group was joined
Florian Westphal
1
-2
/
+6
2020-01-29
mptcp: fix panic on user pointer access
Florian Westphal
1
-18
/
+22
2020-01-29
mptcp: defer freeing of cached ext until last moment
Florian Westphal
1
-2
/
+4
2020-01-25
mptcp: Fix code formatting
Mat Martineau
1
-1
/
+1
2020-01-25
mptcp: do not inherit inet proto ops
Florian Westphal
1
-19
/
+51
2020-01-24
mptcp: cope with later TCP fallback
Paolo Abeni
1
-17
/
+102
2020-01-24
mptcp: process MP_CAPABLE data option
Christoph Paasch
1
-7
/
+9
2020-01-24
mptcp: new sysctl to control the activation per NS
Matthieu Baerts
1
-4
/
+12
2020-01-24
mptcp: allow collapsing consecutive sendpages on the same substream
Paolo Abeni
1
-15
/
+60
2020-01-24
mptcp: recvmsg() can drain data from multiple subflows
Paolo Abeni
1
-10
/
+168
2020-01-24
mptcp: add subflow write space signalling and mptcp_poll
Florian Westphal
1
-0
/
+53
2020-01-24
mptcp: Implement MPTCP receive path
Mat Martineau
1
-0
/
+34
2020-01-24
mptcp: Write MPTCP DSS headers to outgoing data packets
Mat Martineau
1
-2
/
+114
2020-01-24
mptcp: Add setsockopt()/getsockopt() socket operations
Peter Krystad
1
-0
/
+58
[next]