summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+11
2024-11-12mptcp: fix possible integer overflow in mptcp_reset_tout_timerDmitry Kandybka1-2/+2
2024-11-11mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni1-1/+2
2024-11-11mptcp: error out earlier on disconnectPaolo Abeni1-4/+9
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-10-28mptcp: implement mptcp_pm_connection_closedGeliang Tang1-4/+2
2024-10-28mptcp: annotate data-races around subflow->fully_establishedGang Yan1-1/+1
2024-10-28mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)1-0/+2
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+21
2024-10-09mptcp: handle consistently DSS corruptionPaolo Abeni1-3/+21
2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet1-1/+2
2024-09-11mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)1-3/+8
2024-09-11mptcp: export mptcp_subflow_early_fallback()Matthieu Baerts (NGI0)1-7/+0
2024-08-29mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)1-0/+6
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)1-26/+26
2024-08-27mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)1-1/+1
2024-08-27mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)1-1/+4
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni1-4/+4
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)1-4/+6
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-06-10mptcp: ensure snd_una is properly initialized on connectPaolo Abeni1-0/+1
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2024-06-06mptcp: refer to 'MPTCP' socket in commentsDavide Caratti1-2/+2
2024-06-06mptcp: add mptcp_space_from_win helperGeliang Tang1-1/+1
2024-06-06mptcp: use mptcp_win_from_space helperGeliang Tang1-1/+1
2024-06-05mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing1-2/+7
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-6/+5
2024-05-13mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)1-2/+3
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-6/+5
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-04-30mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni1-0/+3
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet1-1/+2
2024-04-26mptcp: introducing a helper into active reset logicJason Xing1-3/+1
2024-04-26rstreason: prepare for active resetJason Xing1-1/+3
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang1-0/+7
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet1-1/+1
2024-04-01mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti1-2/+0
2024-03-06mptcp: drop duplicate header inclusionsGeliang Tang1-1/+0
2024-03-04mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni1-5/+34
2024-03-04mptcp: cleanup writer wake-upPaolo Abeni1-12/+3
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+51
2024-02-26mptcp: fix double-free on socket dismantleDavide Caratti1-0/+49
2024-02-26mptcp: fix snd_wnd initialization for passive socketPaolo Abeni1-1/+1
2024-02-26mptcp: push at DSS boundariesPaolo Abeni1-0/+1
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-02-18mptcp: fix data races on local_idPaolo Abeni1-1/+1
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+17
2024-02-12mptcp: corner case locking for rx path fields initializationPaolo Abeni1-3/+6
2024-02-12mptcp: fix more tx path fields initializationPaolo Abeni1-4/+2
2024-02-12mptcp: fix rcv space initializationPaolo Abeni1-4/+6