- 612f71d mptcp: fix possible stall on recvmsg() by Paolo Abeni · 3 years, 3 months ago
- 4905455 net: introduce and use lock_sock_fast_nested() by Paolo Abeni · 3 years, 3 months ago
- 3f4a089 mptcp: allow changing the 'backup' bit when no sockets are open by Davide Caratti · 3 years, 3 months ago
- ea1300b mptcp: don't return sockets in foreign netns by Florian Westphal · 3 years, 3 months ago
- 977d293 mptcp: ensure tx skbs always have the MPTCP ext by Paolo Abeni · 3 years, 3 months ago
- 340fa66 mptcp: Only send extra TCP acks in eligible socket states by Mat Martineau · 3 years, 4 months ago
- 1094c6f mptcp: fix possible divide by zero by Paolo Abeni · 3 years, 4 months ago
- 780aa12 mptcp: Fix duplicated argument in protocol.h by Wan Jiabing · 3 years, 4 months ago
- 9758f40 mptcp: make the locking tx schema more readable by Paolo Abeni · 3 years, 4 months ago
- f6c2ef5 mptcp: optimize the input options processing by Paolo Abeni · 3 years, 4 months ago
- 74c7dfb mptcp: consolidate in_opt sub-options fields in a bitmask by Paolo Abeni · 3 years, 4 months ago
- a086aeb mptcp: better binary layout for mptcp_options_received by Paolo Abeni · 3 years, 4 months ago
- 8d548ea mptcp: do not set unconditionally csum_reqd on incoming opt by Paolo Abeni · 3 years, 4 months ago
- eb7f336 mptcp: add the mibs for MP_FAIL by Geliang Tang · 3 years, 4 months ago
- 478d770 mptcp: send out MP_FAIL when data checksum fails by Geliang Tang · 3 years, 4 months ago
- 5580d41 mptcp: MP_FAIL suboption receiving by Geliang Tang · 3 years, 4 months ago
- c25aeb4 mptcp: MP_FAIL suboption sending by Geliang Tang · 3 years, 4 months ago
- 1bff1e4 mptcp: optimize out option generation by Paolo Abeni · 3 years, 4 months ago
- c233ef1 mptcp: remove MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORT by Yonglong Li · 3 years, 4 months ago
- f462a44 mptcp: build ADD_ADDR/echo-ADD_ADDR option according pm.add_signal by Yonglong Li · 3 years, 4 months ago
- 119c022 mptcp: fix ADD_ADDR and RM_ADDR maybe flush addr_signal each other by Yonglong Li · 3 years, 4 months ago
- 18fc1a9 mptcp: make MPTCP_ADD_ADDR_SIGNAL and MPTCP_ADD_ADDR_ECHO separate by Yonglong Li · 3 years, 4 months ago
- 1f5e9e2 mptcp: move drop_other_suboptions check under pm lock by Yonglong Li · 3 years, 4 months ago
- f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
- 67b12f7 mptcp: full fully established support after ADD_ADDR by Matthieu Baerts · 3 years, 4 months ago
- a0eea5f mptcp: fix memory leak on address flush by Paolo Abeni · 3 years, 4 months ago
- 1a0d613 mptcp: local addresses fullmesh by Geliang Tang · 3 years, 5 months ago
- 2843ff6 mptcp: remote addresses fullmesh by Geliang Tang · 3 years, 5 months ago
- ee28525 mptcp: drop flags and ifindex arguments by Geliang Tang · 3 years, 5 months ago
- 0460ce2 mptcp: backup flag from incoming MPJ ack option by Paolo Abeni · 3 years, 5 months ago
- fc1b4e3 mptcp: add mibs for stale subflows processing by Paolo Abeni · 3 years, 5 months ago
- ff5a0b4 mptcp: faster active backup recovery by Paolo Abeni · 3 years, 5 months ago
- 6da14d7 mptcp: cleanup sysctl data and helpers by Paolo Abeni · 3 years, 5 months ago
- 1e1d9d6 mptcp: handle pending data on closed subflow by Paolo Abeni · 3 years, 5 months ago
- 71b7dec mptcp: less aggressive retransmission strategy by Paolo Abeni · 3 years, 5 months ago
- 33d41c9 mptcp: more accurate timeout by Paolo Abeni · 3 years, 5 months ago
- abc7285 mptcp: drop unused rcu member in mptcp_pm_addr_entry by Geliang Tang · 3 years, 5 months ago
- 01757f5 net: Use nlmsg_unicast() instead of netlink_unicast() by Yajun Deng · 3 years, 6 months ago
- ce599c5 mptcp: properly account bulk freed memory by Paolo Abeni · 3 years, 6 months ago
- 6787b7e mptcp: avoid processing packet if a subflow reset by Jianguo Wu · 3 years, 6 months ago
- 8547ea5 mptcp: fix syncookie process if mptcp can not_accept new subflow by Jianguo Wu · 3 years, 6 months ago
- 030d37b mptcp: remove redundant req destruct in subflow_check_req() by Jianguo Wu · 3 years, 6 months ago
- 0c71929 mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow join by Jianguo Wu · 3 years, 6 months ago
- d463126 net: sock: extend SO_TIMESTAMPING for PHC binding by Yangbo Lu · 3 years, 6 months ago
- 6c9a0a0 mptcp: setsockopt: convert to mptcp_setsockopt_sol_socket_timestamping() by Yangbo Lu · 3 years, 6 months ago
- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
- e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
- c4512c6 mptcp: fix 'masking a bool' warning by Matthieu Baerts · 3 years, 6 months ago
- fde56ee mptcp: refine mptcp_cleanup_rbuf by Paolo Abeni · 3 years, 6 months ago
- df377be mptcp: add deny_join_id0 in mptcp_options_received by Geliang Tang · 3 years, 6 months ago
- bab6b88 mptcp: add allow_join_id0 in mptcp_out_options by Geliang Tang · 3 years, 6 months ago
- d2f7796 mptcp: add sysctl allow_join_initial_addr_port by Geliang Tang · 3 years, 6 months ago
- 597dbae mptcp: drop duplicate mptcp_setsockopt() declaration by Paolo Abeni · 3 years, 6 months ago
- 490274b mptcp: avoid race on msk state changes by Paolo Abeni · 3 years, 6 months ago
- 06285da mptcp: add MIB counter for invalid mapping by Paolo Abeni · 3 years, 6 months ago
- 8cfc47f mptcp: drop redundant test in move_skbs_to_msk() by Paolo Abeni · 3 years, 6 months ago
- 3c90e37 mptcp: don't clear MPTCP_DATA_READY in sk_wait_event() by Paolo Abeni · 3 years, 6 months ago
- 75e908c mptcp: use fast lock for subflows when possible by Paolo Abeni · 3 years, 6 months ago
- 8ce568e mptcp: drop tx skb cache by Paolo Abeni · 3 years, 6 months ago
- 5957a89 mptcp: fix 32 bit DSN expansion by Paolo Abeni · 3 years, 7 months ago
- 1502328 mptcp: fix bad handling of 32 bit ack wrap-around by Paolo Abeni · 3 years, 7 months ago
- adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- fc3c82e mptcp: add a new sysctl checksum_enabled by Geliang Tang · 3 years, 7 months ago
- fe3ab1c mptcp: add the mib for data checksum by Geliang Tang · 3 years, 7 months ago
- 4e14867 mptcp: tune re-injections for csum enabled mode by Paolo Abeni · 3 years, 7 months ago
- dd8bcd1 mptcp: validate the data checksum by Paolo Abeni · 3 years, 7 months ago
- 390b95a mptcp: receive checksum for DSS by Geliang Tang · 3 years, 7 months ago
- 208e8f6 mptcp: receive checksum for MP_CAPABLE with data by Geliang Tang · 3 years, 7 months ago
- 0625118 mptcp: add csum_reqd in mptcp_options_received by Geliang Tang · 3 years, 7 months ago
- c863225 mptcp: add sk parameter for mptcp_get_options by Geliang Tang · 3 years, 7 months ago
- c5b39e2 mptcp: send out checksum for DSS by Geliang Tang · 3 years, 7 months ago
- c94b1f9 mptcp: send out checksum for MP_CAPABLE with data by Geliang Tang · 3 years, 7 months ago
- 06fe171 mptcp: add csum_reqd in mptcp_out_options by Geliang Tang · 3 years, 7 months ago
- d0cc298 mptcp: generate the data checksum by Geliang Tang · 3 years, 7 months ago
- 752e906 mptcp: add csum_enabled in mptcp_sock by Geliang Tang · 3 years, 7 months ago
- 499ada5 mptcp: fix soft lookup in subflow_error_report() by Paolo Abeni · 3 years, 7 months ago
- 61e7102 mptcp: do not warn on bad input from the network by Paolo Abeni · 3 years, 7 months ago
- 99d1055 mptcp: wake-up readers only for in sequence data by Paolo Abeni · 3 years, 7 months ago
- 72f9613 mptcp: try harder to borrow memory from subflow under pressure by Paolo Abeni · 3 years, 7 months ago
- 07718be mptcp: Fix out of bounds when parsing TCP options by Maxim Mikityanskiy · 3 years, 7 months ago
- 1262856 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 7 months ago
- b7f653b mptcp: receive path cmsg support by Florian Westphal · 3 years, 7 months ago
- 7a009a7 mptcp: setsockopt: handle SOL_SOCKET in one place only by Florian Westphal · 3 years, 7 months ago
- 9061f24 mptcp: sockopt: propagate timestamp request to subflows by Florian Westphal · 3 years, 7 months ago
- 744ee14 mptcp: restrict values of 'enabled' sysctl by Matthieu Baerts · 3 years, 7 months ago
- 804c72e mptcp: support SYSCTL only if enabled by Matthieu Baerts · 3 years, 7 months ago
- eb5fb62 mptcp: make sure flag signal is set when add addr with port by Jianguo Wu · 3 years, 7 months ago
- ae51498 mptcp: remove redundant initialization in pm_nl_init_net() by Jianguo Wu · 3 years, 7 months ago
- 0a4d8e9 mptcp: generate subflow hmac after mptcp_finish_join() by Jianguo Wu · 3 years, 7 months ago
- c68a0cd mptcp: using TOKEN_MAX_RETRIES instead of magic number by Jianguo Wu · 3 years, 7 months ago
- 2f1af44 mptcp: fix pr_debug in mptcp_token_new_connect by Jianguo Wu · 3 years, 7 months ago
- dea2b1e mptcp: do not reset MP_CAPABLE subflow on mapping errors by Paolo Abeni · 3 years, 7 months ago
- 06f9a43 mptcp: always parse mptcp options for MPC reqsk by Paolo Abeni · 3 years, 7 months ago
- b5941f0 mptcp: fix sk_forward_memory corruption on retransmission by Paolo Abeni · 3 years, 7 months ago
- d58300c mptcp: validate 'id' when stopping the ADD_ADDR retransmit timer by Davide Caratti · 3 years, 7 months ago
- 3ed0a58 mptcp: avoid error message on infinite mapping by Paolo Abeni · 3 years, 7 months ago
- 3812ce8 mptcp: drop unconditional pr_warn on bad opt by Paolo Abeni · 3 years, 7 months ago
- 20b5759 mptcp: avoid OOB access in setsockopt() by Paolo Abeni · 3 years, 7 months ago
- 29249ea mptcp: fix data stream corruption by Paolo Abeni · 3 years, 8 months ago
- 578c18ef mptcp: fix splat when closing unaccepted socket by Paolo Abeni · 3 years, 8 months ago