summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/misc.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells2024-03-051-4/+4
* rxrpc: Allow a delay to be injected into packet receptionDavid Howells2023-01-311-0/+7
* rxrpc: Get rid of the Rx ringDavid Howells2022-11-081-4/+1
* rxrpc: Clean up ACK handlingDavid Howells2022-11-081-18/+0
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-5/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* rxrpc: Fix call timeoutsDavid Howells2017-11-241-12/+7
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-051-151/+0
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-061-0/+2
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-061-1/+1
* rxrpc: Fix duplicate constDavid Howells2016-10-061-1/+1
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-301-5/+10
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-291-1/+0
* rxrpc: Implement slow-startDavid Howells2016-09-241-0/+19
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-241-0/+2
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-241-0/+1
* rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-241-0/+1
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-231-11/+19
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-231-0/+8
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-231-1/+2
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-221-2/+4
* rxrpc: Send pings to get RTT dataDavid Howells2016-09-221-5/+6
* rxrpc: Add per-peer RTT trackerDavid Howells2016-09-221-0/+8
* rxrpc: Improve skb tracingDavid Howells2016-09-171-0/+18
* rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-171-0/+14
* rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-171-0/+9
* rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-171-0/+9
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-0/+31
* rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells2016-09-131-1/+4
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-1/+1
* rxrpc: Split sendmsg from packet transmission codeDavid Howells2016-09-041-0/+5
* rxrpc: Limit the listening backlogDavid Howells2016-06-101-0/+6
* rxrpc: Static arrays of strings should be const char *const[]David Howells2016-04-111-1/+1
* rxrpc: Move some miscellaneous bits out into their own fileDavid Howells2016-04-111-0/+89