summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-07mptcp: introduce mptcp_schedule_workPaolo Abeni1-0/+1
2025-04-10mptcp: safety check before fallbackMatthieu Baerts (NGI0)1-0/+2
2024-10-22mptcp: track and update contiguous data statusGeliang Tang1-0/+1
2024-10-17mptcp: validate 'id' when stopping the ADD_ADDR retransmit timerDavide Caratti1-1/+1
2024-10-17mptcp: export lookup_anno_list_by_saddrGeliang Tang1-0/+3
2024-09-12mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)1-2/+2
2024-08-19mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)1-0/+2
2024-08-19mptcp: export local_addressGeliang Tang1-0/+1
2024-08-19mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)1-1/+2
2021-10-06mptcp: don't return sockets in foreign netnsFlorian Westphal1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2020-10-10mptcp: subflows garbage collectionPaolo Abeni1-0/+1
2020-10-10mptcp: fix fallback for MP_JOIN subflowsPaolo Abeni1-0/+1
2020-10-09net: mptcp: make DACK4/DACK8 usage consistent among all subflowsDavide Caratti1-1/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-10-04mptcp: ADD_ADDRs with echo bit are smallerMatthieu Baerts1-3/+4
2020-09-30mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau1-1/+1
2020-09-25mptcp: retransmit ADD_ADDR when timeoutGeliang Tang1-0/+3
2020-09-25mptcp: add mptcp_destroy_common helperGeliang Tang1-0/+1
2020-09-25mptcp: implement mptcp_pm_remove_subflowGeliang Tang1-1/+2
2020-09-25mptcp: remove addr and subflow in PM netlinkGeliang Tang1-0/+2
2020-09-25mptcp: send out ADD_ADDR with echo flagGeliang Tang1-2/+4
2020-09-25mptcp: add the incoming RM_ADDR supportGeliang Tang1-0/+7
2020-09-25mptcp: add the outgoing RM_ADDR supportGeliang Tang1-0/+9
2020-09-25mptcp: rename addr_signal and the related functionsGeliang Tang1-5/+5
2020-09-14mptcp: allow picking different xmit subflowsPaolo Abeni1-2/+4
2020-09-14mptcp: move address attribute into mptcp_addr_infoPaolo Abeni1-2/+3
2020-09-14mptcp: cleanup mptcp_subflow_discard_data()Paolo Abeni1-1/+0
2020-09-14mptcp: move ooo skbs into msk out of order queue.Paolo Abeni1-0/+2
2020-09-14mptcp: trigger msk processing even for OoO dataPaolo Abeni1-1/+8
2020-08-01mptcp: enable JOIN requests even if cookies are in useFlorian Westphal1-0/+20
2020-08-01mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal1-0/+1
2020-07-29mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau1-0/+3
2020-07-29mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau1-2/+1
2020-07-23mptcp: explicitly track the fully established statusPaolo Abeni1-0/+8
2020-07-22mptcp: move helper to where its usedFlorian Westphal1-11/+0
2020-07-09mptcp: add msk interations helperPaolo Abeni1-0/+2
2020-07-07mptcp: use mptcp worker for path managementFlorian Westphal1-3/+0
2020-07-02mptcp: add receive buffer auto-tuningFlorian Westphal1-0/+7
2020-06-30mptcp: fallback in case of simultaneous connectDavide Caratti1-0/+10
2020-06-30net: mptcp: improve fallback to TCPDavide Caratti1-0/+33
2020-06-27mptcp: refactor token containerPaolo Abeni1-3/+11
2020-06-27mptcp: add __init annotation on setup functionsPaolo Abeni1-5/+5
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-06-24tcp: move ipv4_specific to tcp include fileEric Dumazet1-2/+0
2020-06-24tcp: move ipv6_specific declaration to remove a warningEric Dumazet1-3/+0
2020-06-19mptcp: cache msk on MP_JOIN init_reqPaolo Abeni1-0/+1
2020-06-15mptcp: use list_first_entry_or_nullGeliang Tang1-4/+1
2020-06-15mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang1-2/+0
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0