summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)Author
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-11mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis
2024-09-11mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)
2024-09-11mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)
2024-09-11mptcp: export mptcp_subflow_early_fallback()Matthieu Baerts (NGI0)
2024-09-03mptcp: MIB counters for sent MP_JOINMatthieu Baerts (NGI0)
2024-09-03mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)
2024-09-03mptcp: pm: rename helpers linked to 'flush'Matthieu Baerts (NGI0)
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-29mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)
2024-08-29mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)
2024-08-27mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)
2024-08-27mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-20mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)
2024-08-20mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)
2024-08-20mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)
2024-08-19mptcp: Remove unused declaration mptcp_sockopt_sync()Yue Haibing
2024-08-13mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov
2024-08-01mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)
2024-08-01mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)
2024-08-01mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)
2024-08-01mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)
2024-08-01mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)
2024-08-01mptcp: fix duplicate data handlingPaolo Abeni
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)
2024-07-30mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)
2024-07-30mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)
2024-07-29mptcp: fix NL PM announced address accountingPaolo Abeni
2024-07-29mptcp: fix user-space PM announced address accountingPaolo Abeni
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski