index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
protocol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
mptcp: attempt coalescing when moving skbs to mptcp rx queue
Florian Westphal
1
-2
/
+19
2020-05-19
ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
1
-0
/
+1
2020-05-17
net: allow __skb_ext_alloc to sleep
Florian Westphal
1
-1
/
+3
2020-05-17
mptcp: remove inner wait loop from mptcp_sendmsg_frag
Florian Westphal
1
-14
/
+0
2020-05-17
mptcp: fill skb page frag cache outside of mptcp_sendmsg_frag
Florian Westphal
1
-1
/
+6
2020-05-17
mptcp: fill skb extension cache outside of mptcp_sendmsg_frag
Florian Westphal
1
-4
/
+14
2020-05-17
mptcp: avoid blocking in tcp_sendpages
Florian Westphal
1
-3
/
+32
2020-05-17
mptcp: break and restart in case mptcp sndbuf is full
Florian Westphal
1
-0
/
+36
2020-05-17
mptcp: move common nospace-pattern to a helper
Florian Westphal
1
-14
/
+13
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2020-05-15
mptcp: add new sock flag to deal with join subflows
Paolo Abeni
1
-7
/
+0
2020-05-12
mptcp: Initialize map_seq upon subflow establishment
Christoph Paasch
1
-0
/
+2
2020-04-30
mptcp: move option parsing into mptcp_incoming_options()
Paolo Abeni
1
-3
/
+3
2020-04-29
mptcp: replace mptcp_disconnect with a stub
Florian Westphal
1
-5
/
+6
2020-04-20
mptcp: drop req socket remote_key* fields
Paolo Abeni
1
-3
/
+5
2020-04-20
mptcp: handle mptcp listener destruction via rcu
Florian Westphal
1
-0
/
+3
2020-04-19
mptcp: fix 'Attempt to release TCP socket in state' warnings
Florian Westphal
1
-2
/
+5
2020-04-19
mptcp: fix splat when incoming connection is never accepted before exit/close
Florian Westphal
1
-0
/
+1
2020-04-13
mptcp: fix double-unlock in mptcp_poll
Florian Westphal
1
-12
/
+13
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-30
mptcp: add and use MIB counter infrastructure
Florian Westphal
1
-8
/
+22
2020-03-30
mptcp: implement and use MPTCP-level retransmission
Paolo Abeni
1
-4
/
+94
2020-03-30
mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
Paolo Abeni
1
-49
/
+74
2020-03-30
mptcp: allow partial cleaning of rtx head dfrag
Florian Westphal
1
-0
/
+16
2020-03-30
mptcp: implement memory accounting for mptcp rtx queue
Paolo Abeni
1
-3
/
+39
2020-03-30
mptcp: introduce MPTCP retransmission timer
Paolo Abeni
1
-1
/
+88
2020-03-30
mptcp: queue data for mptcp level retransmission
Paolo Abeni
1
-8
/
+127
2020-03-30
mptcp: update per unacked sequence on pkt reception
Paolo Abeni
1
-0
/
+2
2020-03-30
mptcp: Implement path manager interface commands
Peter Krystad
1
-0
/
+1
2020-03-30
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
1
-1
/
+30
2020-03-30
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
1
-17
/
+79
2020-03-30
mptcp: Add path manager interface
Peter Krystad
1
-0
/
+5
2020-03-24
net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback
Davide Caratti
1
-4
/
+0
2020-03-18
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-12
net: mptcp: don't hang before sending 'MP capable with data'
Davide Caratti
1
-0
/
+4
2020-03-10
mptcp: don't grow mptcp socket receive buffer when rcvbuf is locked
Florian Westphal
1
-4
/
+6
2020-03-04
mptcp: Use per-subflow storage for DATA_FIN sequence number
Mat Martineau
1
-3
/
+17
2020-03-04
mptcp: Check connection state before attempting send
Mat Martineau
1
-2
/
+10
2020-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+6
2020-02-27
mptcp: add dummy icsk_sync_mss()
Paolo Abeni
1
-0
/
+6
2020-02-27
mptcp: defer work schedule until mptcp lock is released
Paolo Abeni
1
-2
/
+36
2020-02-27
mptcp: avoid work queue scheduling if possible
Florian Westphal
1
-1
/
+28
2020-02-27
mptcp: remove mptcp_read_actor
Florian Westphal
1
-27
/
+0
2020-02-27
mptcp: add rmem queue accounting
Florian Westphal
1
-1
/
+17
2020-02-27
mptcp: update mptcp ack sequence from work queue
Florian Westphal
1
-69
/
+165
2020-02-27
mptcp: add work queue skeleton
Paolo Abeni
1
-0
/
+22
2020-02-27
mptcp: add and use mptcp_data_ready helper
Florian Westphal
1
-0
/
+8
[next]