summaryrefslogtreecommitdiff
path: root/net/rxrpc/input.c
Commit message (Expand)AuthorAge
* rxrpc: Fix undefined packet handlingDavid Howells2018-04-04
* rxrpc: Don't treat call aborts as conn abortsDavid Howells2018-03-30
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-30
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-27
* rxrpc: Clean up whitespaceDavid Howells2017-11-29
* rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-24
* rxrpc: Fix call timeoutsDavid Howells2017-11-24
* rxrpc: Fix call expiry handlingDavid Howells2017-11-02
* net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-10-24
* rxrpc: Add service upgrade support for client connectionsDavid Howells2017-06-05
* rxrpc: Trace changes in a call's receive window sizeDavid Howells2017-04-06
* rxrpc: Trace received abortsDavid Howells2017-04-06
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-06
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-06
* rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells2017-03-10
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells2017-03-07
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-01
* rxrpc: Add some more tracingDavid Howells2017-01-05
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-05
* udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-07
* rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells2016-10-06
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-06
* rxrpc: Only ping for lost reply in client callDavid Howells2016-10-06
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-30
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-30
* rxrpc: Reduce ssthresh to peer's receive windowDavid Howells2016-09-30
* rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells2016-09-30
* rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells2016-09-29
* rxrpc: Implement slow-startDavid Howells2016-09-24
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-24
* rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-24
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-24
* rxrpc: Send an immediate ACK if we fill in a holeDavid Howells2016-09-24
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-23
* rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-23
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-23
* rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells2016-09-23
* rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells2016-09-23
* rxrpc: Reduce the number of PING ACKs sentDavid Howells2016-09-22
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-22
* rxrpc: Send pings to get RTT dataDavid Howells2016-09-22
* rxrpc: Add re-sent Tx annotationDavid Howells2016-09-22
* rxrpc: Add config to inject packet lossDavid Howells2016-09-17
* rxrpc: Improve skb tracingDavid Howells2016-09-17
* rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-17
* rxrpc: Add a tracepoint to log received ACK packetsDavid Howells2016-09-17
* rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-17
* rxrpc: Fix the parsing of soft-ACKsDavid Howells2016-09-17
* rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells2016-09-17
* rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells2016-09-13