index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+9
2024-09-11
mptcp: pm: Fix uaf in __timer_delete_sync
Edward Adam Davis
1
-4
/
+9
2024-09-11
mptcp: disable active MPTCP in case of blackhole
Matthieu Baerts (NGI0)
6
-8
/
+140
2024-09-11
mptcp: fallback to TCP after SYN+MPC drops
Matthieu Baerts (NGI0)
3
-0
/
+22
2024-09-11
mptcp: export mptcp_subflow_early_fallback()
Matthieu Baerts (NGI0)
2
-7
/
+8
2024-09-03
mptcp: MIB counters for sent MP_JOIN
Matthieu Baerts (NGI0)
3
-3
/
+26
2024-09-03
mptcp: pm: reduce entries iterations on connect
Matthieu Baerts (NGI0)
5
-100
/
+62
2024-09-03
mptcp: pm: rename helpers linked to 'flush'
Matthieu Baerts (NGI0)
1
-6
/
+6
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-136
/
+195
2024-08-29
mptcp: pm: ADD_ADDR 0 is not a new address
Matthieu Baerts (NGI0)
3
-1
/
+14
2024-08-29
mptcp: avoid duplicated SUB_CLOSED events
Matthieu Baerts (NGI0)
2
-1
/
+8
2024-08-29
mptcp: pm: fix ID 0 endp usage after multiple re-creations
Matthieu Baerts (NGI0)
1
-2
/
+5
2024-08-29
mptcp: pm: do not remove already closed subflows
Matthieu Baerts (NGI0)
1
-0
/
+2
2024-08-29
mptcp: pm: reset MPC endp ID when re-added
Matthieu Baerts (NGI0)
1
-2
/
+11
2024-08-29
mptcp: pm: skip connecting to already established sf
Matthieu Baerts (NGI0)
1
-3
/
+6
2024-08-29
mptcp: pm: send ACK on an active subflow
Matthieu Baerts (NGI0)
1
-3
/
+6
2024-08-29
mptcp: pm: fix RM_ADDR ID for the initial subflow
Matthieu Baerts (NGI0)
1
-13
/
+15
2024-08-29
mptcp: pm: reuse ID 0 after delete and re-add
Matthieu Baerts (NGI0)
1
-0
/
+10
2024-08-27
mptcp: pr_debug: add missing \n at the end
Matthieu Baerts (NGI0)
9
-107
/
+107
2024-08-27
mptcp: sched: check both backup in retrans
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-08-27
mptcp: close subflow when receiving TCP+FIN
Matthieu Baerts (NGI0)
2
-3
/
+10
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-64
/
+94
2024-08-20
mptcp: pm: avoid possible UaF when selecting endp
Matthieu Baerts (NGI0)
1
-30
/
+34
2024-08-20
mptcp: pm: fullmesh: select the right ID later
Matthieu Baerts (NGI0)
1
-1
/
+10
2024-08-20
mptcp: pm: only in-kernel cannot have entries with ID 0
Matthieu Baerts (NGI0)
2
-3
/
+4
2024-08-20
mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR
Matthieu Baerts (NGI0)
1
-2
/
+2
2024-08-20
mptcp: pm: only decrement add_addr_accepted for MPJ req
Matthieu Baerts (NGI0)
1
-2
/
+6
2024-08-20
mptcp: pm: only mark 'subflow' endp as available
Matthieu Baerts (NGI0)
1
-9
/
+17
2024-08-20
mptcp: pm: remove mptcp_pm_remove_subflow()
Matthieu Baerts (NGI0)
3
-22
/
+7
2024-08-20
mptcp: pm: re-using ID of unused flushed subflows
Matthieu Baerts (NGI0)
1
-0
/
+7
2024-08-20
mptcp: pm: re-using ID of unused removed subflows
Matthieu Baerts (NGI0)
1
-1
/
+10
2024-08-20
mptcp: pm: re-using ID of unused removed ADD_ADDR
Matthieu Baerts (NGI0)
1
-1
/
+4
2024-08-19
mptcp: Remove unused declaration mptcp_sockopt_sync()
Yue Haibing
1
-1
/
+0
2024-08-13
mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved size
Eugene Syromiatnikov
1
-1
/
+1
2024-08-01
mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set
Matthieu Baerts (NGI0)
1
-4
/
+12
2024-08-01
mptcp: pm: don't try to create sf if alloc failed
Matthieu Baerts (NGI0)
1
-4
/
+6
2024-08-01
mptcp: pm: reduce indentation blocks
Matthieu Baerts (NGI0)
1
-8
/
+11
2024-08-01
mptcp: pm: deny endp with signal + subflow + port
Matthieu Baerts (NGI0)
1
-2
/
+2
2024-08-01
mptcp: fully established after ADD_ADDR echo on MPJ
Matthieu Baerts (NGI0)
1
-1
/
+2
2024-08-01
mptcp: fix duplicate data handling
Paolo Abeni
1
-4
/
+12
2024-08-01
mptcp: fix bad RCVPRUNED mib accounting
Paolo Abeni
1
-4
/
+4
2024-07-30
mptcp: pm: fix backup support in signal endpoints
Matthieu Baerts (NGI0)
5
-0
/
+54
2024-07-30
mptcp: mib: count MPJ with backup flag
Matthieu Baerts (NGI0)
3
-0
/
+10
2024-07-30
mptcp: pm: only set request_bkup flag when sending MP_PRIO
Matthieu Baerts (NGI0)
1
-1
/
+0
2024-07-30
mptcp: distinguish rcv vs sent backup flag in requests
Matthieu Baerts (NGI0)
3
-1
/
+3
2024-07-30
mptcp: sched: check both directions for backup
Matthieu Baerts (NGI0)
1
-4
/
+6
2024-07-29
mptcp: fix NL PM announced address accounting
Paolo Abeni
1
-4
/
+6
2024-07-29
mptcp: fix user-space PM announced address accounting
Paolo Abeni
1
-4
/
+13
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-2
/
+2
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+15
[next]