- 54f1944e mptcp: factor out mptcp_connect() by Paolo Abeni · 2 years, 5 months ago
- e72e4032 mptcp: set msk local address earlier by Paolo Abeni · 2 years, 5 months ago
- accc3b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 5 months ago
- 30e51b9 mptcp: fix unreleased socket in accept queue by Menglong Dong · 2 years, 5 months ago
- 26d3e21 mptcp: factor out __mptcp_close() without socket lock by Menglong Dong · 2 years, 5 months ago
- 5efbf6f mptcp: add mptcp_for_each_subflow_safe helper by Matthieu Baerts · 2 years, 6 months ago
- c886d70 mptcp: do not queue data on closed subflows by Paolo Abeni · 2 years, 7 months ago
- c0bf3c6 mptcp: move subflow cleanup in mptcp_destroy_common() by Paolo Abeni · 2 years, 7 months ago
- 3ad14f5 mptcp: more accurate MPC endpoint tracking by Paolo Abeni · 2 years, 8 months ago
- f5360e9 mptcp: introduce and use mptcp_pm_send_ack() by Paolo Abeni · 2 years, 8 months ago
- f7657ff mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.h by Geliang Tang · 2 years, 8 months ago
- 892f396c mptcp: netlink: issue MP_PRIO signals from userspace PMs by Kishen Maloor · 2 years, 8 months ago
- a657430 mptcp: Acquire the subflow socket lock before modifying MP_PRIO flags by Mat Martineau · 2 years, 8 months ago
- 6aeed90 mptcp: fix race on unaccepted mptcp sockets by Paolo Abeni · 2 years, 9 months ago
- d51991e mptcp: fix shutdown vs fallback race by Paolo Abeni · 2 years, 9 months ago
- 76a13b3 mptcp: invoke MP_FAIL response when needed by Geliang Tang · 2 years, 9 months ago
- d9fb797 mptcp: Do not traverse the subflow connection list without lock by Mat Martineau · 2 years, 10 months ago
- 7b16871 mptcp: stop using the mptcp_has_another_subflow() helper by Paolo Abeni · 2 years, 10 months ago
- d7e6f58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
- ae66fb2 mptcp: Do TCP fallback on early DSS checksum failure by Mat Martineau · 2 years, 10 months ago
- ba2c89e mptcp: fix checksum byte order by Paolo Abeni · 2 years, 10 months ago
- 95d6865 mptcp: fix subflow accounting on close by Paolo Abeni · 2 years, 10 months ago
- f3589be mptcp: never shrink offered window by Paolo Abeni · 2 years, 10 months ago
- 702c2f6 mptcp: netlink: allow userspace-driven subflow establishment by Florian Westphal · 2 years, 10 months ago
- d9a4594 mptcp: netlink: Add MPTCP_PM_CMD_REMOVE by Kishen Maloor · 2 years, 10 months ago
- 9ab4807 mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCE by Kishen Maloor · 2 years, 10 months ago
- 8b20137 mptcp: read attributes of addr entries managed by userspace PMs by Kishen Maloor · 2 years, 10 months ago
- 4638de5 mptcp: handle local addrs announced by userspace PMs by Kishen Maloor · 2 years, 10 months ago
- 70c708e mptcp: establish subflows from either end of connection by Kishen Maloor · 2 years, 10 months ago
- d1ace2d mptcp: reflect remote port (not 0) in ANNOUNCED events by Kishen Maloor · 2 years, 10 months ago
- 4d25247 mptcp: bypass in-kernel PM restrictions for non-kernel PMs by Kishen Maloor · 2 years, 10 months ago
- 6bb63cc mptcp: Add a per-namespace sysctl to set the default path manager type by Mat Martineau · 2 years, 11 months ago
- 14b0681 mptcp: Bypass kernel PM when userspace PM is enabled by Mat Martineau · 2 years, 11 months ago
- d85a8fd mptcp: Add a member to mptcp_pm_data to track kernel vs userspace mode by Mat Martineau · 2 years, 11 months ago
- 9273b9d mptcp: Remove redundant assignments in path manager init by Mat Martineau · 2 years, 11 months ago
- 49fa191 mptcp: reset subflow when MP_FAIL doesn't respond by Geliang Tang · 2 years, 11 months ago
- 9c81be0 mptcp: add MP_FAIL response support by Geliang Tang · 2 years, 11 months ago
- 1e39e5a mptcp: infinite mapping sending by Geliang Tang · 2 years, 11 months ago
- 0530020 mptcp: track and update contiguous data status by Geliang Tang · 2 years, 11 months ago
- 43f5b111 mptcp: reset the packet scheduler on incoming MP_PRIO by Paolo Abeni · 3 years ago
- 4cf86ae mptcp: strict local address ID selection by Paolo Abeni · 3 years ago
- 952382c mptcp: don't save tcp data_ready and write space callbacks by Florian Westphal · 3 years, 1 month ago
- 90d9308 mptcp: constify a bunch of of helpers by Paolo Abeni · 3 years, 1 month ago
- af7939f mptcp: drop port parameter of mptcp_pm_add_addr_signal by Geliang Tang · 3 years, 1 month ago
- 0799e21 mptcp: drop unused sk in mptcp_get_options by Geliang Tang · 3 years, 1 month ago
- 63ec72b mptcp: Use struct_group() to avoid cross-field memset() by Kees Cook · 3 years, 2 months ago
- c312ee2 mptcp: change the parameter of __mptcp_make_csum by Geliang Tang · 3 years, 2 months ago
- e9d09ba mptcp: avoid atomic bit manipulation when possible by Paolo Abeni · 3 years, 2 months ago
- 3e50149 mptcp: cleanup MPJ subflow list handling by Paolo Abeni · 3 years, 2 months ago
- a88c9e4 mptcp: do not block subflows creation on errors by Paolo Abeni · 3 years, 2 months ago
- 86e39e0 mptcp: keep track of local endpoint still available for each msk by Paolo Abeni · 3 years, 2 months ago
- 71ba088 mptcp: cleanup accept and poll by Paolo Abeni · 3 years, 2 months ago
- b29fcfb mptcp: full disconnect implementation by Paolo Abeni · 3 years, 2 months ago
- f284c0c mptcp: implement fastclose xmit path by Paolo Abeni · 3 years, 2 months ago
- 3ce0852 mptcp: enforce HoL-blocking estimation by Paolo Abeni · 3 years, 3 months ago
- 4f6e14b mptcp: support TCP_CORK and TCP_NODELAY by Maxim Galaganov · 3 years, 3 months ago
- 8b38217 mptcp: expose mptcp_check_and_set_pending by Maxim Galaganov · 3 years, 3 months ago
- 2c9e776 mptcp: add TCP_INQ cmsg support by Florian Westphal · 3 years, 3 months ago
- bcd9773 mptcp: use delegate action to schedule 3rd ack retrans by Paolo Abeni · 3 years, 4 months ago
- 6511882 mptcp: allocate fwd memory separately on the rx and tx path by Paolo Abeni · 3 years, 4 months ago
- 3828c51 mptcp: Make mptcp_pm_nl_mp_prio_send_ack() static by Mat Martineau · 3 years, 5 months ago
- dd9a887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
- 9e65b6a mptcp: remove tx_pending_data by Florian Westphal · 3 years, 6 months ago
- ea1300b mptcp: don't return sockets in foreign netns by Florian Westphal · 3 years, 6 months ago
- 340fa66 mptcp: Only send extra TCP acks in eligible socket states by Mat Martineau · 3 years, 6 months ago
- 780aa12 mptcp: Fix duplicated argument in protocol.h by Wan Jiabing · 3 years, 6 months ago
- 74c7dfb mptcp: consolidate in_opt sub-options fields in a bitmask by Paolo Abeni · 3 years, 7 months ago
- a086aeb mptcp: better binary layout for mptcp_options_received by Paolo Abeni · 3 years, 7 months ago
- 478d770 mptcp: send out MP_FAIL when data checksum fails by Geliang Tang · 3 years, 7 months ago
- 5580d41 mptcp: MP_FAIL suboption receiving by Geliang Tang · 3 years, 7 months ago
- c25aeb4 mptcp: MP_FAIL suboption sending by Geliang Tang · 3 years, 7 months ago
- 1bff1e4 mptcp: optimize out option generation by Paolo Abeni · 3 years, 7 months ago
- c233ef1 mptcp: remove MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORT by Yonglong Li · 3 years, 7 months ago
- f462a44 mptcp: build ADD_ADDR/echo-ADD_ADDR option according pm.add_signal by Yonglong Li · 3 years, 7 months ago
- 18fc1a9 mptcp: make MPTCP_ADD_ADDR_SIGNAL and MPTCP_ADD_ADDR_ECHO separate by Yonglong Li · 3 years, 7 months ago
- 1f5e9e2 mptcp: move drop_other_suboptions check under pm lock by Yonglong Li · 3 years, 7 months ago
- ee28525 mptcp: drop flags and ifindex arguments by Geliang Tang · 3 years, 7 months ago
- ff5a0b4 mptcp: faster active backup recovery by Paolo Abeni · 3 years, 7 months ago
- 6da14d7 mptcp: cleanup sysctl data and helpers by Paolo Abeni · 3 years, 7 months ago
- 1e1d9d6 mptcp: handle pending data on closed subflow by Paolo Abeni · 3 years, 7 months ago
- 71b7dec mptcp: less aggressive retransmission strategy by Paolo Abeni · 3 years, 7 months ago
- ce599c5 mptcp: properly account bulk freed memory by Paolo Abeni · 3 years, 8 months ago
- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
- fde56ee mptcp: refine mptcp_cleanup_rbuf by Paolo Abeni · 3 years, 9 months ago
- df377be mptcp: add deny_join_id0 in mptcp_options_received by Geliang Tang · 3 years, 9 months ago
- bab6b88 mptcp: add allow_join_id0 in mptcp_out_options by Geliang Tang · 3 years, 9 months ago
- d2f7796 mptcp: add sysctl allow_join_initial_addr_port by Geliang Tang · 3 years, 9 months ago
- 597dbae mptcp: drop duplicate mptcp_setsockopt() declaration by Paolo Abeni · 3 years, 9 months ago
- 490274b mptcp: avoid race on msk state changes by Paolo Abeni · 3 years, 9 months ago
- 8ce568e mptcp: drop tx skb cache by Paolo Abeni · 3 years, 9 months ago
- 1502328 mptcp: fix bad handling of 32 bit ack wrap-around by Paolo Abeni · 3 years, 9 months ago
- adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- fc3c82e mptcp: add a new sysctl checksum_enabled by Geliang Tang · 3 years, 9 months ago
- dd8bcd1 mptcp: validate the data checksum by Paolo Abeni · 3 years, 9 months ago
- 208e8f6 mptcp: receive checksum for MP_CAPABLE with data by Geliang Tang · 3 years, 9 months ago
- 0625118 mptcp: add csum_reqd in mptcp_options_received by Geliang Tang · 3 years, 9 months ago
- c863225 mptcp: add sk parameter for mptcp_get_options by Geliang Tang · 3 years, 9 months ago
- 06fe171 mptcp: add csum_reqd in mptcp_out_options by Geliang Tang · 3 years, 9 months ago
- d0cc298 mptcp: generate the data checksum by Geliang Tang · 3 years, 9 months ago
- 752e906 mptcp: add csum_enabled in mptcp_sock by Geliang Tang · 3 years, 9 months ago