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