summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)Author
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary
2020-05-19mptcp: use rightmost 64 bits in ADD_ADDR HMACTodd Malsbary
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal
2020-05-17mptcp: move common nospace-pattern to a helperFlorian Westphal
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15mptcp: cope better with MP_JOIN failurePaolo Abeni
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni
2020-05-12mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch
2020-05-07mptcp: set correct vfs info for subflowsPaolo Abeni
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-30mptcp: fix uninitialized value accessPaolo Abeni
2020-04-30mptcp: initialize the data_fin field for mpc packetsPaolo Abeni
2020-04-30mptcp: fix 'use_ack' option access.Paolo Abeni
2020-04-30mptcp: avoid a WARN on bad input.Paolo Abeni
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni
2020-04-30mptcp: consolidate synack processing.Paolo Abeni
2020-04-29mptcp: replace mptcp_disconnect with a stubFlorian Westphal
2020-04-25mptcp: fix race in msk status updatePaolo Abeni
2020-04-25tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal
2020-04-23mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU
2020-04-22mptcp: fix data_fin handing in RX pathPaolo Abeni
2020-04-20mptcp: drop req socket remote_key* fieldsPaolo Abeni
2020-04-20mptcp: avoid flipping mp_capable field in syn_recv_sock()Paolo Abeni
2020-04-20mptcp: handle mptcp listener destruction via rcuFlorian Westphal
2020-04-18mptcp: fix 'Attempt to release TCP socket in state' warningsFlorian Westphal
2020-04-18mptcp: fix splat when incoming connection is never accepted before exit/closeFlorian Westphal
2020-04-12mptcp: fix double-unlock in mptcp_pollFlorian Westphal
2020-04-03mptcp: add some missing pr_fmt definesGeliang Tang
2020-04-02mptcp: fix "fn parameter not described" warningsMatthieu Baerts
2020-04-02mptcp: re-check dsn before reading from subflowFlorian Westphal
2020-04-02mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal
2020-04-02mptcp: fix tcp fallback crashFlorian Westphal
2020-03-29mptcp: add netlink-based PMPaolo Abeni
2020-03-29mptcp: add and use MIB counter infrastructureFlorian Westphal
2020-03-29mptcp: allow dumping subflow context to userspaceDavide Caratti
2020-03-29mptcp: implement and use MPTCP-level retransmissionPaolo Abeni
2020-03-29mptcp: rework mptcp_sendmsg_frag to accept optional dfragPaolo Abeni
2020-03-29mptcp: allow partial cleaning of rtx head dfragFlorian Westphal
2020-03-29mptcp: implement memory accounting for mptcp rtx queuePaolo Abeni
2020-03-29mptcp: introduce MPTCP retransmission timerPaolo Abeni
2020-03-29mptcp: queue data for mptcp level retransmissionPaolo Abeni
2020-03-29mptcp: update per unacked sequence on pkt receptionPaolo Abeni