summaryrefslogtreecommitdiffstats
path: root/net/mptcp/options.c
Commit message (Expand)AuthorAgeFilesLines
* mptcp: drop all sub-options except ADD_ADDR when the echo bit is setDavide Caratti2021-04-071-1/+2
* mptcp: unify add_addr(6)_generate_hmacGeliang Tang2021-04-071-56/+25
* mptcp: drop MPTCP_ADDR_IPVERSION_4/6Geliang Tang2021-04-071-7/+7
* mptcp: use mptcp_addr_info in mptcp_options_receivedGeliang Tang2021-04-071-36/+22
* mptcp: drop OPTION_MPTCP_ADD_ADDR6Geliang Tang2021-04-071-10/+5
* mptcp: use mptcp_addr_info in mptcp_out_optionsGeliang Tang2021-04-071-24/+20
* mptcp: add mptcp reset option supportFlorian Westphal2021-04-021-5/+62
* mptcp: remove unneeded check on first subflowPaolo Abeni2021-04-021-1/+1
* mptcp: move to next addr when subflow creation failGeliang Tang2021-03-261-0/+1
* mptcp: drop unused subflow in mptcp_pm_subflow_establishedGeliang Tang2021-03-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-10/+14
|\
| * mptcp: fix ADD_ADDR HMAC in case port is specifiedDavide Caratti2021-03-151-10/+14
* | mptcp: add rm_list in mptcp_options_receivedGeliang Tang2021-03-121-4/+8
* | mptcp: add rm_list in mptcp_out_optionsGeliang Tang2021-03-121-8/+27
|/
* mptcp: fix DATA_FIN generation on early shutdownPaolo Abeni2021-02-221-9/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-5/+5
|\
| * mptcp: add a missing retransmission timer schedulingPaolo Abeni2021-02-111-2/+1
| * mptcp: better msk receive window updatesPaolo Abeni2021-02-111-3/+4
* | mptcp: pass subflow socket to a few helpersFlorian Westphal2021-02-121-1/+1
* | mptcp: add the mibs for ADD_ADDR with portGeliang Tang2021-02-021-0/+4
* | mptcp: fix length of MP_PRIO suboptionDavide Caratti2021-02-021-2/+3
* | mptcp: add the mibs for MP_PRIOGeliang Tang2021-01-091-0/+1
* | mptcp: add the incoming MP_PRIO supportGeliang Tang2021-01-091-0/+15
* | mptcp: add the outgoing MP_PRIO supportGeliang Tang2021-01-091-0/+40
|/
* mptcp: push pending frames when subflow has free spacePaolo Abeni2020-12-171-5/+8
* mptcp: clear use_ack and use_map when dropping other suboptionsGeliang Tang2020-12-161-0/+2
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-55/+163
|\
| * mptcp: parse and act on incoming FASTCLOSE optionFlorian Westphal2020-12-141-0/+17
| * mptcp: link MPC subflow into msk only after acceptPaolo Abeni2020-12-091-1/+6
| * mptcp: print out port and ahmac when receiving ADD_ADDRGeliang Tang2020-12-091-3/+3
| * mptcp: send out dedicated packet for ADD_ADDR using portGeliang Tang2020-12-091-1/+2
| * mptcp: add the outgoing ADD_ADDR port supportGeliang Tang2020-12-091-3/+7
| * mptcp: add port support for ADD_ADDR suboption writingGeliang Tang2020-12-091-3/+27
| * mptcp: unify ADD_ADDR and ADD_ADDR6 suboptions writingGeliang Tang2020-12-091-20/+17
| * mptcp: unify ADD_ADDR and echo suboptions writingGeliang Tang2020-12-091-18/+19
| * mptcp: use mptcp release_cb for delayed tasksPaolo Abeni2020-11-301-4/+14
| * mptcp: avoid a few atomic ops in the rx pathPaolo Abeni2020-11-301-20/+13
| * mptcp: refine MPTCP-level ack schedulingPaolo Abeni2020-11-201-0/+1
| * mptcp: track window announced to peerFlorian Westphal2020-11-201-1/+21
| * mptcp: send out dedicated ADD_ADDR packetGeliang Tang2020-11-201-3/+22
| * mptcp: keep track of advertised windows right edgeFlorian Westphal2020-11-161-4/+20
| * mptcp: refactor shutdown and closePaolo Abeni2020-11-161-1/+1
| * mptcp: introduce MPTCP snd_nxtPaolo Abeni2020-11-161-2/+2
* | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
|/
* mptcp: move mptcp_options_received's port initializationGeliang Tang2020-10-201-1/+1
* mptcp: initialize mptcp_options_received's ahmacGeliang Tang2020-10-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-8/+26
|\
| * mptcp: fix fallback for MP_JOIN subflowsPaolo Abeni2020-10-101-7/+25
| * net: mptcp: make DACK4/DACK8 usage consistent among all subflowsDavide Caratti2020-10-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-5/+5
|\|