summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)Author
2021-12-22mptcp: clear 'kern' flag from fallback socketsFlorian Westphal
2021-12-01mptcp: fix delack timerEric Dumazet
2021-10-06mptcp: don't return sockets in foreign netnsFlorian Westphal
2021-07-28mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow joinJianguo Wu
2021-07-14mptcp: generate subflow hmac after mptcp_finish_join()Jianguo Wu
2021-07-14mptcp: fix pr_debug in mptcp_token_new_connectJianguo Wu
2021-06-23mptcp: do not warn on bad input from the networkPaolo Abeni
2021-06-23mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni
2021-06-23mptcp: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy
2021-06-10mptcp: always parse mptcp options for MPC reqskPaolo Abeni
2021-06-03mptcp: fix data stream corruptionPaolo Abeni
2021-06-03mptcp: drop unconditional pr_warn on bad optPaolo Abeni
2021-06-03mptcp: avoid error message on infinite mappingPaolo Abeni
2021-05-19mptcp: fix splat when closing unaccepted socketPaolo Abeni
2021-04-14mptcp: forbit mcast-related sockopt on MPTCP socketsPaolo Abeni
2021-03-30ipv6: weaken the v4mapped source checkJakub Kicinski
2021-03-07mptcp: do not wakeup listener for MPJ subflowsPaolo Abeni
2021-02-23mptcp: skip to next candidate if subflow has unacked dataFlorian Westphal
2021-01-06mptcp: fix security context on server socketPaolo Abeni
2020-12-07mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu
2020-11-27mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni
2020-11-09mptcp: provide rmem[0] limitPaolo Abeni
2020-11-03mptcp: token: fix unititialized variableDavide Caratti
2020-10-29mptcp: add missing memory scheduling in the rx pathPaolo Abeni
2020-10-21mptcp: depends on IPV6 but not as a moduleMatthieu Baerts
2020-10-20mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting itGeert Uytterhoeven
2020-10-20mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting itGeert Uytterhoeven
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: subflows garbage collectionPaolo Abeni
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-08mptcp: fix infinite loop on recvmsg()/worker() race.Paolo Abeni
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-06mptcp: don't skip needed ackPaolo Abeni
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-04mptcp: Constify mptcp_pm_opsRikard Falkeborn
2020-10-03mptcp: ADD_ADDRs with echo bit are smallerMatthieu Baerts
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
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 struct mptcp_pm_add_entryGeliang Tang
2020-09-24mptcp: add mptcp_destroy_common helperGeliang Tang
2020-09-24mptcp: add RM_ADDR related mibsGeliang Tang
2020-09-24mptcp: implement mptcp_pm_remove_subflowGeliang Tang
2020-09-24mptcp: remove addr and subflow in PM netlinkGeliang Tang