summaryrefslogtreecommitdiffstats
path: root/net/mptcp
Commit message (Expand)AuthorAgeFilesLines
* mptcp: pm: use _rcu variant under rcu_read_lockMatthieu Baerts (NGI0)12 days1-1/+2
* mptcp: hold pm lock when deleting entryGeliang Tang12 days1-0/+3
* mptcp: update local address flags when setting itGeliang Tang12 days1-0/+12
* mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni13 days1-1/+2
* mptcp: error out earlier on disconnectPaolo Abeni13 days1-4/+9
* mptcp: use sock_kfree_s instead of kfreeGeliang Tang2024-11-051-1/+2
* mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)2024-11-051-1/+0
* mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)2024-10-281-0/+2
* mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)2024-10-171-1/+1
* mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni2024-10-155-0/+15
* mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)2024-10-091-1/+2
* mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)2024-10-091-1/+1
* mptcp: handle consistently DSS corruptionPaolo Abeni2024-10-094-4/+28
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-121-4/+9
|\
| * mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis2024-09-111-4/+9
* | mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)2024-09-116-8/+140
* | mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)2024-09-113-0/+22
* | mptcp: export mptcp_subflow_early_fallback()Matthieu Baerts (NGI0)2024-09-112-7/+8
* | mptcp: MIB counters for sent MP_JOINMatthieu Baerts (NGI0)2024-09-033-3/+26
* | mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)2024-09-035-100/+62
* | mptcp: pm: rename helpers linked to 'flush'Matthieu Baerts (NGI0)2024-09-031-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-299-136/+195
|\|
| * mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)2024-08-293-1/+14
| * mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)2024-08-292-1/+8
| * mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)2024-08-291-2/+5
| * mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)2024-08-291-0/+2
| * mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)2024-08-291-2/+11
| * mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)2024-08-291-3/+6
| * mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)2024-08-291-3/+6
| * mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)2024-08-291-13/+15
| * mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)2024-08-291-0/+10
| * mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)2024-08-279-107/+107
| * mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)2024-08-271-1/+1
| * mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)2024-08-272-3/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-223-64/+94
|\|
| * mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)2024-08-201-30/+34
| * mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)2024-08-201-1/+10
| * mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)2024-08-202-3/+4
| * mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)2024-08-201-2/+2
| * mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)2024-08-201-2/+6
| * mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)2024-08-201-9/+17
| * mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)2024-08-203-22/+7
| * mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)2024-08-201-0/+7
| * mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)2024-08-201-1/+10
| * mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)2024-08-201-1/+4
* | mptcp: Remove unused declaration mptcp_sockopt_sync()Yue Haibing2024-08-191-1/+0
|/
* mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov2024-08-131-1/+1
* mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)2024-08-011-4/+12
* mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)2024-08-011-4/+6