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
/
subflow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-22
mptcp: use untruncated hash in ADD_ADDR HMAC
Todd Malsbary
1
-5
/
+10
2020-05-07
mptcp: set correct vfs info for subflows
Paolo Abeni
1
-0
/
+10
2020-04-30
mptcp: fix uninitialized value access
Paolo Abeni
1
-1
/
+1
2020-04-30
mptcp: move option parsing into mptcp_incoming_options()
Paolo Abeni
1
-31
/
+34
2020-04-30
mptcp: consolidate synack processing.
Paolo Abeni
1
-3
/
+24
2020-04-25
mptcp: fix race in msk status update
Paolo Abeni
1
-1
/
+1
2020-04-20
mptcp: drop req socket remote_key* fields
Paolo Abeni
1
-10
/
+10
2020-04-20
mptcp: avoid flipping mp_capable field in syn_recv_sock()
Paolo Abeni
1
-16
/
+30
2020-04-18
mptcp: fix 'Attempt to release TCP socket in state' warnings
Florian Westphal
1
-1
/
+7
2020-04-18
mptcp: fix splat when incoming connection is never accepted before exit/close
Florian Westphal
1
-1
/
+24
2020-04-02
mptcp: subflow: check parent mptcp socket on subflow state change
Florian Westphal
1
-2
/
+1
2020-03-29
mptcp: add and use MIB counter infrastructure
Florian Westphal
1
-6
/
+27
2020-03-29
mptcp: allow dumping subflow context to userspace
Davide Caratti
1
-0
/
+2
2020-03-29
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
1
-2
/
+148
2020-03-29
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
1
-16
/
+142
2020-03-29
mptcp: Add path manager interface
Peter Krystad
1
-2
/
+2
2020-03-23
net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback
Davide Caratti
1
-0
/
+6
2020-03-19
mptcp: rename fourth ack field
Paolo Abeni
1
-1
/
+1
2020-03-17
mptcp: move msk state update to subflow_syn_recv_sock()
Paolo Abeni
1
-0
/
+2
2020-03-15
mptcp: drop unneeded checks
Paolo Abeni
1
-11
/
+7
2020-03-15
mptcp: create msk early
Paolo Abeni
1
-11
/
+21
2020-02-26
mptcp: avoid work queue scheduling if possible
Florian Westphal
1
-2
/
+2
2020-02-26
mptcp: remove mptcp_read_actor
Florian Westphal
1
-5
/
+13
2020-02-26
mptcp: add and use mptcp_data_ready helper
Florian Westphal
1
-10
/
+4
2020-01-30
mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6
Geert Uytterhoeven
1
-3
/
+3
2020-01-29
mptcp: handle tcp fallback when using syn cookies
Florian Westphal
1
-1
/
+4
2020-01-29
mptcp: Fix build with PROC_FS disabled.
David S. Miller
1
-0
/
+2
2020-01-25
mptcp: Fix code formatting
Mat Martineau
1
-2
/
+2
2020-01-24
mptcp: process MP_CAPABLE data option
Christoph Paasch
1
-5
/
+35
2020-01-24
mptcp: parse and emit MP_CAPABLE option according to v1 spec
Christoph Paasch
1
-2
/
+12
2020-01-24
mptcp: add subflow write space signalling and mptcp_poll
Florian Westphal
1
-0
/
+3
2020-01-24
mptcp: Implement MPTCP receive path
Mat Martineau
1
-3
/
+380
2020-01-24
mptcp: Add key generation and token tree
Peter Krystad
1
-7
/
+62
2020-01-24
mptcp: Handle MP_CAPABLE options for outgoing connections
Peter Krystad
1
-1
/
+267
2020-01-24
mptcp: Associate MPTCP context with TCP socket
Peter Krystad
1
-0
/
+119