summaryrefslogtreecommitdiff
path: root/net/mptcp/subflow.c
AgeCommit message (Expand)Author
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-26mptcp: fix tracking issue in mptcp_subflow_create_socket()Eric Dumazet
2022-10-24mptcp: set msk local address earlierPaolo Abeni
2022-09-28mptcp: fix unreleased socket in accept queueMenglong Dong
2022-08-05mptcp: move subflow cleanup in mptcp_destroy_common()Paolo Abeni
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26mptcp: Do not return EINPROGRESS when subflow creation succeedsMat Martineau
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-28net: mptcp: fix some spelling mistake in mptcpMenglong Dong
2022-06-28mptcp: fix race on unaccepted mptcp socketsPaolo Abeni
2022-06-28mptcp: consistent map handling on failurePaolo Abeni
2022-06-28mptcp: fix shutdown vs fallback racePaolo Abeni
2022-06-28mptcp: invoke MP_FAIL response when neededGeliang Tang
2022-06-28mptcp: introduce MAPPING_BAD_CSUMPaolo Abeni
2022-06-28mptcp: fix error mibs accountingPaolo Abeni
2022-05-19mptcp: Check for orphaned subflow before handling MP_FAIL timerMat Martineau
2022-05-19mptcp: stop using the mptcp_has_another_subflow() helperPaolo Abeni
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-18mptcp: Do TCP fallback on early DSS checksum failureMat Martineau
2022-05-18mptcp: fix checksum byte orderPaolo Abeni
2022-05-13mptcp: fix subflow accounting on closePaolo Abeni
2022-05-04mptcp: read attributes of addr entries managed by userspace PMsKishen Maloor
2022-05-03mptcp: store remote id from MP_JOIN SYN/ACK in local ctxKishen Maloor
2022-05-03mptcp: bypass in-kernel PM restrictions for non-kernel PMsKishen Maloor
2022-04-27mptcp: reset subflow when MP_FAIL doesn't respondGeliang Tang
2022-04-27mptcp: add MP_FAIL response supportGeliang Tang
2022-04-23mptcp: infinite mapping receivingGeliang Tang
2022-04-23mptcp: track and update contiguous data statusGeliang Tang
2022-04-23mptcp: add the fallback checkGeliang Tang
2022-04-23mptcp: don't send RST for single subflowGeliang Tang
2022-03-08mptcp: strict local address ID selectionPaolo Abeni
2022-03-08mptcp: use MPTCP_SUBFLOW_NODATAGeliang Tang
2022-02-16mptcp: don't save tcp data_ready and write space callbacksFlorian Westphal
2022-02-16mptcp: mark ops structures as ro_after_initFlorian Westphal
2022-02-16mptcp: drop unneeded type casts for hmacGeliang Tang
2022-02-16mptcp: drop unused sk in mptcp_get_optionsGeliang Tang
2022-01-07mptcp: reuse __mptcp_make_csum in validate_data_csumGeliang Tang
2022-01-07mptcp: avoid atomic bit manipulation when possiblePaolo Abeni
2022-01-07mptcp: cleanup MPJ subflow list handlingPaolo Abeni
2022-01-07mptcp: cleanup accept and pollPaolo Abeni
2021-12-14mptcp: adjust to use netns refcount trackerEric Dumazet
2021-11-20mptcp: sockopt: add SOL_IP freebind & transparent optionsFlorian Westphal
2021-11-16net: make sock_inuse_add() availableEric Dumazet
2021-09-24mptcp: don't return sockets in foreign netnsFlorian Westphal
2021-08-27mptcp: consolidate in_opt sub-options fields in a bitmaskPaolo Abeni
2021-08-25mptcp: add the mibs for MP_FAILGeliang Tang
2021-08-25mptcp: send out MP_FAIL when data checksum failsGeliang Tang
2021-08-18mptcp: drop flags and ifindex argumentsGeliang Tang
2021-08-14mptcp: backup flag from incoming MPJ ack optionPaolo Abeni
2021-07-09mptcp: fix syncookie process if mptcp can not_accept new subflowJianguo Wu