index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
protocol.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mptcp: fix double-unlock in mptcp_poll
Florian Westphal
2020-04-13
1
-12
/
+13
*
mptcp: re-check dsn before reading from subflow
Florian Westphal
2020-04-02
1
-0
/
+26
*
mptcp: subflow: check parent mptcp socket on subflow state change
Florian Westphal
2020-04-02
1
-0
/
+33
*
mptcp: fix tcp fallback crash
Florian Westphal
2020-04-02
1
-4
/
+46
*
mptcp: add and use MIB counter infrastructure
Florian Westphal
2020-03-30
1
-8
/
+22
*
mptcp: implement and use MPTCP-level retransmission
Paolo Abeni
2020-03-30
1
-4
/
+94
*
mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
Paolo Abeni
2020-03-30
1
-49
/
+74
*
mptcp: allow partial cleaning of rtx head dfrag
Florian Westphal
2020-03-30
1
-0
/
+16
*
mptcp: implement memory accounting for mptcp rtx queue
Paolo Abeni
2020-03-30
1
-3
/
+39
*
mptcp: introduce MPTCP retransmission timer
Paolo Abeni
2020-03-30
1
-1
/
+88
*
mptcp: queue data for mptcp level retransmission
Paolo Abeni
2020-03-30
1
-8
/
+127
*
mptcp: update per unacked sequence on pkt reception
Paolo Abeni
2020-03-30
1
-0
/
+2
*
mptcp: Implement path manager interface commands
Peter Krystad
2020-03-30
1
-0
/
+1
*
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
2020-03-30
1
-1
/
+30
*
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
2020-03-30
1
-17
/
+79
*
mptcp: Add path manager interface
Peter Krystad
2020-03-30
1
-0
/
+5
*
net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback
Davide Caratti
2020-03-24
1
-4
/
+0
*
mptcp: move msk state update to subflow_syn_recv_sock()
Paolo Abeni
2020-03-18
1
-6
/
+3
*
mptcp: create msk early
Paolo Abeni
2020-03-15
1
-38
/
+45
*
net: mptcp: don't hang before sending 'MP capable with data'
Davide Caratti
2020-03-12
1
-0
/
+4
*
mptcp: don't grow mptcp socket receive buffer when rcvbuf is locked
Florian Westphal
2020-03-10
1
-4
/
+6
*
mptcp: Use per-subflow storage for DATA_FIN sequence number
Mat Martineau
2020-03-04
1
-3
/
+17
*
mptcp: Check connection state before attempting send
Mat Martineau
2020-03-04
1
-2
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-28
1
-0
/
+6
|
\
|
*
mptcp: add dummy icsk_sync_mss()
Paolo Abeni
2020-02-27
1
-0
/
+6
*
|
mptcp: defer work schedule until mptcp lock is released
Paolo Abeni
2020-02-27
1
-2
/
+36
*
|
mptcp: avoid work queue scheduling if possible
Florian Westphal
2020-02-27
1
-1
/
+28
*
|
mptcp: remove mptcp_read_actor
Florian Westphal
2020-02-27
1
-27
/
+0
*
|
mptcp: add rmem queue accounting
Florian Westphal
2020-02-27
1
-1
/
+17
*
|
mptcp: update mptcp ack sequence from work queue
Florian Westphal
2020-02-27
1
-69
/
+165
*
|
mptcp: add work queue skeleton
Paolo Abeni
2020-02-27
1
-0
/
+22
*
|
mptcp: add and use mptcp_data_ready helper
Florian Westphal
2020-02-27
1
-0
/
+8
|
/
*
mptcp: Protect subflow socket options before connection completes
Mat Martineau
2020-02-17
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 incorrect IPV6 dependency check
Geert Uytterhoeven
2020-01-30
1
-1
/
+1
*
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
*
mptcp: Fix code formatting
Mat Martineau
2020-01-25
1
-1
/
+1
*
mptcp: do not inherit inet proto ops
Florian Westphal
2020-01-25
1
-19
/
+51
*
mptcp: cope with later TCP fallback
Paolo Abeni
2020-01-24
1
-17
/
+102
*
mptcp: process MP_CAPABLE data option
Christoph Paasch
2020-01-24
1
-7
/
+9
*
mptcp: new sysctl to control the activation per NS
Matthieu Baerts
2020-01-24
1
-4
/
+12
*
mptcp: allow collapsing consecutive sendpages on the same substream
Paolo Abeni
2020-01-24
1
-15
/
+60
*
mptcp: recvmsg() can drain data from multiple subflows
Paolo Abeni
2020-01-24
1
-10
/
+168
*
mptcp: add subflow write space signalling and mptcp_poll
Florian Westphal
2020-01-24
1
-0
/
+53
*
mptcp: Implement MPTCP receive path
Mat Martineau
2020-01-24
1
-0
/
+34
*
mptcp: Write MPTCP DSS headers to outgoing data packets
Mat Martineau
2020-01-24
1
-2
/
+114
[next]