summaryrefslogtreecommitdiffstats
path: root/net/mptcp/options.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * mptcp: more DATA FIN fixesPaolo Abeni2020-10-061-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-5/+6
|\|
| * mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau2020-09-291-3/+4
| * mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau2020-09-291-2/+2
* | mptcp: ADD_ADDRs with echo bit are smallerMatthieu Baerts2020-10-031-1/+1
* | net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2020-09-241-2/+1
* | mptcp: retransmit ADD_ADDR when timeoutGeliang Tang2020-09-241-0/+1
* | mptcp: add ADD_ADDR related mibsGeliang Tang2020-09-241-1/+6
* | mptcp: send out ADD_ADDR with echo flagGeliang Tang2020-09-241-11/+16
* | mptcp: add the incoming RM_ADDR supportGeliang Tang2020-09-241-0/+5
* | mptcp: add the outgoing RM_ADDR supportGeliang Tang2020-09-241-0/+29
* | mptcp: rename addr_signal and the related functionsGeliang Tang2020-09-241-7/+7
|/
* mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau2020-07-281-3/+6
* mptcp: Use full MPTCP-level disconnect state machineMat Martineau2020-07-281-0/+11