summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)Author
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski
2022-05-04mptcp: netlink: allow userspace-driven subflow establishmentFlorian Westphal
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_REMOVEKishen Maloor
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCEKishen Maloor
2022-05-04mptcp: netlink: split mptcp_pm_parse_addr into two functionsFlorian Westphal
2022-05-04mptcp: read attributes of addr entries managed by userspace PMsKishen Maloor
2022-05-04mptcp: handle local addrs announced by userspace PMsKishen Maloor
2022-05-03mptcp: allow ADD_ADDR reissuance by userspace PMsKishen Maloor
2022-05-03mptcp: expose server_side attribute in MPTCP netlink eventsKishen Maloor
2022-05-03mptcp: establish subflows from either end of connectionKishen Maloor
2022-05-03mptcp: reflect remote port (not 0) in ANNOUNCED eventsKishen Maloor
2022-05-03mptcp: store remote id from MP_JOIN SYN/ACK in local ctxKishen Maloor
2022-05-03mptcp: bypass in-kernel PM restrictions for non-kernel PMsKishen Maloor
2022-04-29mptcp: Add a per-namespace sysctl to set the default path manager typeMat Martineau
2022-04-29mptcp: Make kernel path manager check for userspace-managed socketsMat Martineau
2022-04-29mptcp: Bypass kernel PM when userspace PM is enabledMat Martineau
2022-04-29mptcp: Add a member to mptcp_pm_data to track kernel vs userspace modeMat Martineau
2022-04-29mptcp: Remove redundant assignments in path manager initMat Martineau
2022-04-27mptcp: reset subflow when MP_FAIL doesn't respondGeliang Tang
2022-04-27mptcp: add MP_FAIL response supportGeliang Tang
2022-04-27mptcp: add data lock for sk timersGeliang Tang
2022-04-27mptcp: use mptcp_stop_timerGeliang Tang
2022-04-23mptcp: add mib for infinite map sendingGeliang Tang
2022-04-23mptcp: infinite mapping receivingGeliang Tang
2022-04-23mptcp: infinite mapping sendingGeliang Tang
2022-04-23mptcp: track and update contiguous data statusGeliang Tang
2022-04-23mptcp: add the fallback checkGeliang Tang
2022-04-23mptcp: don't send RST for single subflowGeliang Tang
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-11mptcp: listen diag dump supportFlorian Westphal
2022-04-11mptcp: remove locking in mptcp_diag_fill_infoFlorian Westphal
2022-04-11mptcp: diag: switch to context structureFlorian Westphal
2022-04-11mptcp: add pm_nl_pernet helpersGeliang Tang
2022-04-11mptcp: reset the packet scheduler on PRIO changePaolo Abeni
2022-04-11mptcp: reset the packet scheduler on incoming MP_PRIOPaolo Abeni
2022-04-11mptcp: optimize release_cb for the common casePaolo Abeni
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-18mptcp: send ADD_ADDR echo before create subflowsYonglong Li
2022-03-18mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skbYonglong Li
2022-03-08mptcp: add fullmesh flag check for adding addressGeliang Tang
2022-03-08mptcp: strict local address ID selectionPaolo Abeni
2022-03-08mptcp: introduce implicit endpointsPaolo Abeni
2022-03-08mptcp: more careful RM_ADDR generationPaolo Abeni
2022-03-08mptcp: use MPTCP_SUBFLOW_NODATAGeliang Tang
2022-03-08mptcp: add tracepoint in mptcp_sendmsg_fragGeliang Tang
2022-03-04mptcp: add the mibs for MP_RSTGeliang Tang
2022-03-04mptcp: add the mibs for MP_FASTCLOSEGeliang Tang
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24mptcp: Correctly set DATA_FIN timeout when number of retransmits is largeMat Martineau
2022-02-24mptcp: accurate SIOCOUTQ for fallback socketPaolo Abeni