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-09-24
mptcp: implement mptcp_pm_remove_subflow
Geliang Tang
3
-3
/
+42
2020-09-24
mptcp: remove addr and subflow in PM netlink
Geliang Tang
5
-11
/
+130
2020-09-24
mptcp: add accept_subflow re-check
Geliang Tang
1
-4
/
+6
2020-09-24
mptcp: add ADD_ADDR related mibs
Geliang Tang
3
-1
/
+10
2020-09-24
mptcp: send out ADD_ADDR with echo flag
Geliang Tang
4
-23
/
+32
2020-09-24
mptcp: add the incoming RM_ADDR support
Geliang Tang
5
-4
/
+66
2020-09-24
mptcp: add the outgoing RM_ADDR support
Geliang Tang
3
-0
/
+63
2020-09-24
mptcp: rename addr_signal and the related functions
Geliang Tang
3
-18
/
+18
2020-09-23
mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet
Mat Martineau
1
-1
/
+4
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-5
/
+21
2020-09-17
mptcp: fix integer overflow in mptcp_subflow_discard_data()
Paolo Abeni
1
-1
/
+1
2020-09-17
mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofo
Ye Bin
1
-2
/
+3
2020-09-14
mptcp: call tcp_cleanup_rbuf on subflows
Paolo Abeni
2
-0
/
+8
2020-09-14
mptcp: allow picking different xmit subflows
Paolo Abeni
2
-18
/
+99
2020-09-14
mptcp: allow creating non-backup subflows
Paolo Abeni
1
-1
/
+2
2020-09-14
mptcp: move address attribute into mptcp_addr_info
Paolo Abeni
3
-24
/
+25
2020-09-14
mptcp: add OoO related mibs
Paolo Abeni
4
-1
/
+34
2020-09-14
mptcp: cleanup mptcp_subflow_discard_data()
Paolo Abeni
2
-45
/
+14
2020-09-14
mptcp: move ooo skbs into msk out of order queue.
Paolo Abeni
3
-56
/
+211
2020-09-14
mptcp: introduce and use mptcp_try_coalesce()
Paolo Abeni
1
-12
/
+19
2020-09-14
mptcp: basic sndbuf autotuning
Paolo Abeni
1
-4
/
+13
2020-09-14
mptcp: trigger msk processing even for OoO data
Paolo Abeni
3
-42
/
+78
2020-09-14
mptcp: set data_ready status bit in subflow_check_data_avail()
Paolo Abeni
1
-11
/
+8
2020-09-14
mptcp: rethink 'is writable' conditional
Paolo Abeni
2
-27
/
+50
2020-09-10
mptcp: fix kmalloc flag in mptcp_pm_nl_get_local_id
Geliang Tang
1
-1
/
+1
2020-09-10
mptcp: fix subflow's remote_id issues
Geliang Tang
2
-3
/
+6
2020-09-10
mptcp: fix subflow's local_id issues
Geliang Tang
1
-1
/
+14
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+2
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+1
2020-08-31
mptcp: Remove unused macro MPTCP_SAME_STATE
YueHaibing
1
-2
/
+0
2020-08-26
mptcp: free acked data before waiting for more memory
Florian Westphal
1
-2
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+1
2020-08-18
netlink: consistently use NLA_POLICY_EXACT_LEN()
Johannes Berg
1
-2
/
+2
2020-08-16
mptcp: sendmsg: reset iter on error redux
Florian Westphal
1
-3
/
+5
2020-08-14
mptcp: sendmsg: reset iter on error
Florian Westphal
1
-2
/
+6
2020-08-07
mptcp: fix warn at shutdown time for unaccepted msk sockets
Paolo Abeni
1
-3
/
+3
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
15
-619
/
+1803
2020-08-05
mptcp: be careful on subflow creation
Paolo Abeni
1
-0
/
+6
2020-08-03
mptcp: fix bogus sendmsg() return code under pressure
Paolo Abeni
1
-2
/
+1
2020-08-03
mptcp: use mptcp_for_each_subflow in mptcp_stream_accept
Geliang Tang
1
-1
/
+1
2020-08-03
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-12
/
+3
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-08-01
mptcp: fix syncookie build error on UP
Florian Westphal
1
-3
/
+1
2020-07-31
mptcp: enable JOIN requests even if cookies are in use
Florian Westphal
5
-0
/
+168
2020-07-31
mptcp: subflow: add mptcp_subflow_init_cookie_req helper
Florian Westphal
3
-1
/
+76
2020-07-31
mptcp: rename and export mptcp_subflow_request_sock_ops
Florian Westphal
1
-5
/
+6
2020-07-31
mptcp: subflow: split subflow_init_req
Florian Westphal
1
-10
/
+22
2020-07-31
mptcp: token: move retry to caller
Florian Westphal
2
-9
/
+12
2020-07-28
mptcp: Safely store sequence number when sending data
Mat Martineau
1
-1
/
+1
2020-07-28
mptcp: Safely read sequence number when lock isn't held
Mat Martineau
1
-1
/
+1
[prev]
[next]