summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
...
* rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-244-9/+33
* rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-231-0/+2
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-236-28/+73
* rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-231-6/+5Star
* rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-232-4/+6
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-235-7/+29
* rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells2016-09-231-15/+11Star
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-234-45/+81
* rxrpc: Fix call timerDavid Howells2016-09-232-13/+16
* rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells2016-09-231-0/+2
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-233-1/+11
* rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells2016-09-231-1/+1
* rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells2016-09-231-1/+1
* rxrpc: Make sure sendmsg() is woken on call completionDavid Howells2016-09-231-0/+1
* rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells2016-09-231-2/+0Star
* rxrpc: Preset timestamp on Tx sk_buffsDavid Howells2016-09-231-0/+5
* rxrpc: Reduce the number of PING ACKs sentDavid Howells2016-09-222-3/+6
* rxrpc: Reduce the number of ACK-Requests sentDavid Howells2016-09-224-4/+13
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-227-20/+57
* rxrpc: Expedite ping response transmissionDavid Howells2016-09-221-0/+4
* rxrpc: Send pings to get RTT dataDavid Howells2016-09-224-8/+80
* rxrpc: Add per-peer RTT trackerDavid Howells2016-09-223-4/+70
* rxrpc: Add re-sent Tx annotationDavid Howells2016-09-223-12/+32
* rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells2016-09-226-88/+71Star
* rxrpc: Add config to inject packet lossDavid Howells2016-09-173-0/+24
* rxrpc: Improve skb tracingDavid Howells2016-09-1713-55/+127
* rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells2016-09-171-8/+0Star
* rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-173-8/+57
* rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-175-1/+40
* rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2016-09-172-1/+9
* rxrpc: Add a tracepoint to log received ACK packetsDavid Howells2016-09-171-0/+2
* rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-174-1/+31
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-178-59/+214
* rxrpc: Add some additional call tracingDavid Howells2016-09-172-4/+17
* rxrpc: Print the packet type name in the Rx packet traceDavid Howells2016-09-171-3/+3
* rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells2016-09-171-1/+1
* rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells2016-09-171-1/+1
* rxrpc: Don't transmit an ACK if there's no reason setDavid Howells2016-09-171-0/+5
* rxrpc: Fix retransmission algorithmDavid Howells2016-09-171-8/+4Star
* rxrpc: Fix the parsing of soft-ACKsDavid Howells2016-09-171-1/+1
* rxrpc: Fix unexposed client conn releaseDavid Howells2016-09-171-1/+0Star
* rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells2016-09-171-24/+12Star
* rxrpc: Fix the putting of client connectionsDavid Howells2016-09-171-15/+13Star
* rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells2016-09-171-0/+10
* rxrpc: Record calls that need to be acceptedDavid Howells2016-09-171-0/+2
* rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells2016-09-172-17/+36
* rxrpc: Check the return value of rxrpc_locate_data()David Howells2016-09-171-1/+4
* rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerDavid Howells2016-09-171-5/+4Star
* rxrpc: Remove some whitespace.David Howells2016-09-171-1/+1
* rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells2016-09-178-2/+34