- f6c2ef5 mptcp: optimize the input options processing by Paolo Abeni · 3 years, 5 months ago
- 74c7dfb mptcp: consolidate in_opt sub-options fields in a bitmask by Paolo Abeni · 3 years, 5 months ago
- a086aeb mptcp: better binary layout for mptcp_options_received by Paolo Abeni · 3 years, 5 months ago
- 8d548ea mptcp: do not set unconditionally csum_reqd on incoming opt by Paolo Abeni · 3 years, 5 months ago
- eb7f336 mptcp: add the mibs for MP_FAIL by Geliang Tang · 3 years, 5 months ago
- 5580d41 mptcp: MP_FAIL suboption receiving by Geliang Tang · 3 years, 5 months ago
- c25aeb4 mptcp: MP_FAIL suboption sending by Geliang Tang · 3 years, 5 months ago
- 1bff1e4 mptcp: optimize out option generation by Paolo Abeni · 3 years, 5 months ago
- 1f5e9e2 mptcp: move drop_other_suboptions check under pm lock by Yonglong Li · 3 years, 5 months ago
- f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
- 67b12f7 mptcp: full fully established support after ADD_ADDR by Matthieu Baerts · 3 years, 5 months ago
- 1e1d9d6 mptcp: handle pending data on closed subflow by Paolo Abeni · 3 years, 5 months ago
- 6787b7e mptcp: avoid processing packet if a subflow reset by Jianguo Wu · 3 years, 7 months ago
- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- df377be mptcp: add deny_join_id0 in mptcp_options_received by Geliang Tang · 3 years, 7 months ago
- bab6b88 mptcp: add allow_join_id0 in mptcp_out_options by Geliang Tang · 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
- 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
- 07718be mptcp: Fix out of bounds when parsing TCP options by Maxim Mikityanskiy · 3 years, 7 months ago
- d58300c mptcp: validate 'id' when stopping the ADD_ADDR retransmit timer by Davide Caratti · 3 years, 8 months ago
- 3812ce8 mptcp: drop unconditional pr_warn on bad opt by Paolo Abeni · 3 years, 8 months ago
- ed66bfb mptcp: add tracepoint in ack_update_msk by Geliang Tang · 3 years, 9 months ago
- 07f8252 mptcp: drop all sub-options except ADD_ADDR when the echo bit is set by Davide Caratti · 3 years, 10 months ago
- 761c124 mptcp: unify add_addr(6)_generate_hmac by Geliang Tang · 3 years, 10 months ago
- 1b1a6ef mptcp: drop MPTCP_ADDR_IPVERSION_4/6 by Geliang Tang · 3 years, 10 months ago
- f7dafee mptcp: use mptcp_addr_info in mptcp_options_received by Geliang Tang · 3 years, 10 months ago
- fef6b7e mptcp: drop OPTION_MPTCP_ADD_ADDR6 by Geliang Tang · 3 years, 10 months ago
- 30f60ba mptcp: use mptcp_addr_info in mptcp_out_options by Geliang Tang · 3 years, 10 months ago
- dc87efd mptcp: add mptcp reset option support by Florian Westphal · 3 years, 10 months ago
- 781bf13 mptcp: remove unneeded check on first subflow by Paolo Abeni · 3 years, 10 months ago
- 557963c mptcp: move to next addr when subflow creation fail by Geliang Tang · 3 years, 10 months ago
- 62535200 mptcp: drop unused subflow in mptcp_pm_subflow_established by Geliang Tang · 3 years, 10 months ago
- efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 10 months ago
- 13832ae mptcp: fix ADD_ADDR HMAC in case port is specified by Davide Caratti · 3 years, 10 months ago
- 5c4a824 mptcp: add rm_list in mptcp_options_received by Geliang Tang · 3 years, 10 months ago
- 6445e17 mptcp: add rm_list in mptcp_out_options by Geliang Tang · 3 years, 10 months ago
- d87903b mptcp: fix DATA_FIN generation on early shutdown by Paolo Abeni · 4 years ago
- d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years ago
- 6c714f1 mptcp: pass subflow socket to a few helpers by Florian Westphal · 4 years ago
- d09d818 mptcp: add a missing retransmission timer scheduling by Paolo Abeni · 4 years ago
- e385960 mptcp: better msk receive window updates by Paolo Abeni · 4 years ago
- 2fbdd9e mptcp: add the mibs for ADD_ADDR with port by Geliang Tang · 4 years ago
- ec99a47 mptcp: fix length of MP_PRIO suboption by Davide Caratti · 4 years ago
- 0be2ac2 mptcp: add the mibs for MP_PRIO by Geliang Tang · 4 years ago
- 40453a5 mptcp: add the incoming MP_PRIO support by Geliang Tang · 4 years ago
- 0670654 mptcp: add the outgoing MP_PRIO support by Geliang Tang · 4 years ago
- 219d049 mptcp: push pending frames when subflow has free space by Paolo Abeni · 4 years, 1 month ago
- 3ae32c0 mptcp: clear use_ack and use_map when dropping other suboptions by Geliang Tang · 4 years, 1 month ago
- d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
- 50c504a mptcp: parse and act on incoming FASTCLOSE option by Florian Westphal · 4 years, 1 month ago
- 5b950ff mptcp: link MPC subflow into msk only after accept by Paolo Abeni · 4 years, 1 month ago
- 90a4aea mptcp: print out port and ahmac when receiving ADD_ADDR by Geliang Tang · 4 years, 1 month ago
- fbe0f87 mptcp: send out dedicated packet for ADD_ADDR using port by Geliang Tang · 4 years, 1 month ago
- 4a2777a8 mptcp: add the outgoing ADD_ADDR port support by Geliang Tang · 4 years, 1 month ago
- 22fb85f mptcp: add port support for ADD_ADDR suboption writing by Geliang Tang · 4 years, 1 month ago
- e1ef683 mptcp: unify ADD_ADDR and ADD_ADDR6 suboptions writing by Geliang Tang · 4 years, 1 month ago
- 6eb3d1e mptcp: unify ADD_ADDR and echo suboptions writing by Geliang Tang · 4 years, 1 month ago
- 6e628cd mptcp: use mptcp release_cb for delayed tasks by Paolo Abeni · 4 years, 2 months ago
- 7439d68 mptcp: avoid a few atomic ops in the rx path by Paolo Abeni · 4 years, 2 months ago
- ea4ca58 mptcp: refine MPTCP-level ack scheduling by Paolo Abeni · 4 years, 2 months ago
- fa3fe2b mptcp: track window announced to peer by Florian Westphal · 4 years, 2 months ago
- 84dfe36 mptcp: send out dedicated ADD_ADDR packet by Geliang Tang · 4 years, 2 months ago
- a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
- 6f8a612 mptcp: keep track of advertised windows right edge by Florian Westphal · 4 years, 2 months ago
- e16163b mptcp: refactor shutdown and close by Paolo Abeni · 4 years, 2 months ago
- eaa2ffa mptcp: introduce MPTCP snd_nxt by Paolo Abeni · 4 years, 2 months ago
- 65b8c8a mptcp: move mptcp_options_received's port initialization by Geliang Tang · 4 years, 3 months ago
- fe2d9b1 mptcp: initialize mptcp_options_received's ahmac by Geliang Tang · 4 years, 3 months ago
- 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
- d582484 mptcp: fix fallback for MP_JOIN subflows by Paolo Abeni · 4 years, 3 months ago
- 37198e9 net: mptcp: make DACK4/DACK8 usage consistent among all subflows by Davide Caratti · 4 years, 4 months ago
- 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
- 017512a mptcp: more DATA FIN fixes by Paolo Abeni · 4 years, 4 months ago
- 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
- 456afe0 mptcp: ADD_ADDRs with echo bit are smaller by Matthieu Baerts · 4 years, 4 months ago
- 1a49b2c mptcp: Handle incoming 32-bit DATA_FIN values by Mat Martineau · 4 years, 4 months ago
- 917944d mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq by Mat Martineau · 4 years, 4 months ago
- 77d0cab net: tcp: drop unused function argument from mptcp_incoming_options by Florian Westphal · 4 years, 4 months ago
- 00cfd77 mptcp: retransmit ADD_ADDR when timeout by Geliang Tang · 4 years, 4 months ago
- a877de06 mptcp: add ADD_ADDR related mibs by Geliang Tang · 4 years, 4 months ago
- 6a6c05a mptcp: send out ADD_ADDR with echo flag by Geliang Tang · 4 years, 4 months ago
- d0876b2 mptcp: add the incoming RM_ADDR support by Geliang Tang · 4 years, 4 months ago
- 5cb104a mptcp: add the outgoing RM_ADDR support by Geliang Tang · 4 years, 4 months ago
- f643b80 mptcp: rename addr_signal and the related functions by Geliang Tang · 4 years, 4 months ago
- 06827b3 mptcp: Skip unnecessary skb extension allocation for bare acks by Mat Martineau · 4 years, 6 months ago
- 43b54c6 mptcp: Use full MPTCP-level disconnect state machine by Mat Martineau · 4 years, 6 months ago
- 3721b9b mptcp: Track received DATA_FIN sequence number and add related helpers by Mat Martineau · 4 years, 6 months ago
- 7279da6 mptcp: Use MPTCP-level flag for sending DATA_FIN by Mat Martineau · 4 years, 6 months ago
- 0bac966 mptcp: Allow DATA_FIN in headers without TCP FIN by Mat Martineau · 4 years, 6 months ago
- b93df08 mptcp: explicitly track the fully established status by Paolo Abeni · 4 years, 6 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 9c29e36 mptcp: fix DSS map generation on fin retransmission by Paolo Abeni · 4 years, 7 months ago
- e1ff9e8 net: mptcp: improve fallback to TCP by Davide Caratti · 4 years, 7 months ago