summaryrefslogtreecommitdiff
path: root/net/mptcp/options.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-17mptcp: push pending frames when subflow has free spacePaolo Abeni1-5/+8
2020-12-17mptcp: clear use_ack and use_map when dropping other suboptionsGeliang Tang1-0/+2
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-55/+163
2020-12-15mptcp: parse and act on incoming FASTCLOSE optionFlorian Westphal1-0/+17
2020-12-10mptcp: link MPC subflow into msk only after acceptPaolo Abeni1-1/+6
2020-12-10mptcp: print out port and ahmac when receiving ADD_ADDRGeliang Tang1-3/+3
2020-12-10mptcp: send out dedicated packet for ADD_ADDR using portGeliang Tang1-1/+2
2020-12-10mptcp: add the outgoing ADD_ADDR port supportGeliang Tang1-3/+7
2020-12-10mptcp: add port support for ADD_ADDR suboption writingGeliang Tang1-3/+27
2020-12-10mptcp: unify ADD_ADDR and ADD_ADDR6 suboptions writingGeliang Tang1-20/+17
2020-12-10mptcp: unify ADD_ADDR and echo suboptions writingGeliang Tang1-18/+19
2020-12-01mptcp: use mptcp release_cb for delayed tasksPaolo Abeni1-4/+14
2020-12-01mptcp: avoid a few atomic ops in the rx pathPaolo Abeni1-20/+13
2020-11-21mptcp: refine MPTCP-level ack schedulingPaolo Abeni1-0/+1
2020-11-21mptcp: track window announced to peerFlorian Westphal1-1/+21
2020-11-21mptcp: send out dedicated ADD_ADDR packetGeliang Tang1-3/+22
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-11-16mptcp: keep track of advertised windows right edgeFlorian Westphal1-4/+20
2020-11-16mptcp: refactor shutdown and closePaolo Abeni1-1/+1
2020-11-16mptcp: introduce MPTCP snd_nxtPaolo Abeni1-2/+2
2020-10-21mptcp: move mptcp_options_received's port initializationGeliang Tang1-1/+1
2020-10-21mptcp: initialize mptcp_options_received's ahmacGeliang Tang1-0/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+26
2020-10-10mptcp: fix fallback for MP_JOIN subflowsPaolo Abeni1-7/+25
2020-10-09net: mptcp: make DACK4/DACK8 usage consistent among all subflowsDavide Caratti1-1/+1
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2020-10-06mptcp: more DATA FIN fixesPaolo Abeni1-5/+5
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+6
2020-10-04mptcp: ADD_ADDRs with echo bit are smallerMatthieu Baerts1-1/+1
2020-09-30mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau1-3/+4
2020-09-30mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau1-2/+2
2020-09-25net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal1-2/+1
2020-09-25mptcp: retransmit ADD_ADDR when timeoutGeliang Tang1-0/+1
2020-09-25mptcp: add ADD_ADDR related mibsGeliang Tang1-1/+6
2020-09-25mptcp: send out ADD_ADDR with echo flagGeliang Tang1-11/+16
2020-09-25mptcp: add the incoming RM_ADDR supportGeliang Tang1-0/+5
2020-09-25mptcp: add the outgoing RM_ADDR supportGeliang Tang1-0/+29
2020-09-25mptcp: rename addr_signal and the related functionsGeliang Tang1-7/+7
2020-07-29mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau1-3/+6
2020-07-29mptcp: Use full MPTCP-level disconnect state machineMat Martineau1-0/+11
2020-07-29mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau1-0/+16
2020-07-29mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau1-6/+12
2020-07-29mptcp: Allow DATA_FIN in headers without TCP FINMat Martineau1-10/+3
2020-07-23mptcp: explicitly track the fully established statusPaolo Abeni1-3/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-07-08mptcp: fix DSS map generation on fin retransmissionPaolo Abeni1-3/+3
2020-06-30net: mptcp: improve fallback to TCPDavide Caratti1-1/+8
2020-06-23mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang1-2/+0
2020-06-09mptcp: bugfix for RM_ADDR option parsingGeliang Tang1-0/+2
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+5