summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/output.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-18Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-6/+12
2022-11-18rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter1-2/+0
2022-11-16rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socketDavid Howells1-6/+12
2022-11-08rxrpc: Fix congestion managementDavid Howells1-0/+1
2022-11-08rxrpc: Remove call->lockDavid Howells1-5/+1
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-53/+36
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells1-37/+58
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells1-1/+1
2022-11-08rxrpc: Clean up ACK handlingDavid Howells1-0/+7
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells1-85/+72
2022-11-08rxrpc: Call udp_sendmsg() directlyDavid Howells1-10/+27
2022-11-08rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells1-1/+1
2022-11-08rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells1-0/+1
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells1-1/+6
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells1-0/+2
2022-11-08rxrpc: Trace setting of the request-ack flagDavid Howells1-9/+23
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells1-7/+11
2022-05-22rxrpc: Don't let ack.previousPacket regressDavid Howells1-1/+1
2022-01-22rxrpc: Adjust retransmission backoffDavid Howells1-1/+1
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells1-0/+6
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells1-21/+61
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig1-9/+5
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-6/+3
2020-04-14rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells1-32/+12
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells1-18/+9
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells1-3/+3
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells1-2/+1
2019-07-02rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-23rxrpc: avoid clang -Wuninitialized warningArnd Bergmann1-6/+5
2018-11-02rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells1-4/+31
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-10-15rxrpc: use correct kvec num when sending BUSY response packetYueHaibing1-1/+2
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells1-1/+1
2018-10-04rxrpc: Emit the data Tx trace line before transmittingDavid Howells1-4/+4
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells1-5/+18
2018-09-28rxrpc: Fix RTT gatheringDavid Howells1-13/+18
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells1-6/+6
2018-08-01rxrpc: Trace packet transmissionDavid Howells1-7/+25
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells1-2/+21
2018-05-10rxrpc: Fix missing start of call timeoutDavid Howells1-0/+11
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells1-1/+58
2018-02-22rxrpc: Fix send in rxrpc_send_data_packet()David Howells1-1/+1
2017-11-24rxrpc: Add keepalive for a callDavid Howells1-0/+23
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells1-2/+18
2017-11-02rxrpc: Fix call expiry handlingDavid Howells1-0/+10
2017-11-02rxrpc: Fix a null ptr deref in rxrpc_fill_out_ack()David Howells1-4/+5
2017-08-29rxrpc: Fix IPv6 supportDavid Howells1-1/+1
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells1-0/+4