aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/input.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-10rxrpc: Wake up the transmitter if Rx window size increases on the peerGravatar David Howells 1-3/+12
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesGravatar David Howells 1-5/+7
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgGravatar David Howells 1-0/+1
2017-01-05rxrpc: Add some more tracingGravatar David Howells 1-1/+5
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingGravatar David Howells 1-10/+0
2016-11-07udp: do fwd memory scheduling on dequeueGravatar Paolo Abeni 1-4/+3
2016-10-06rxrpc: Partially handle OpenAFS's improper termination of callsGravatar David Howells 1-0/+37
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsGravatar David Howells 1-2/+2
2016-10-06rxrpc: Only ping for lost reply in client callGravatar David Howells 1-1/+2
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesGravatar David Howells 1-1/+2
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryGravatar David Howells 1-11/+12
2016-09-30rxrpc: Reduce ssthresh to peer's receive windowGravatar David Howells 1-0/+2
2016-09-30rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshGravatar David Howells 1-3/+3
2016-09-29rxrpc: Note serial number being ACK'd in the congestion management traceGravatar David Howells 1-4/+4
2016-09-24rxrpc: Implement slow-startGravatar David Howells 1-6/+163
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueGravatar David Howells 1-0/+8
2016-09-24rxrpc: Generate a summary of the ACK state for later useGravatar David Howells 1-11/+34
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseGravatar David Howells 1-0/+9
2016-09-24rxrpc: Send an immediate ACK if we fill in a holeGravatar David Howells 1-1/+9
2016-09-23rxrpc: Add tracepoint for ACK proposalGravatar David Howells 1-6/+13
2016-09-23rxrpc: Add a tracepoint to log injected Rx packet lossGravatar David Howells 1-6/+5
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferGravatar David Howells 1-35/+67
2016-09-23rxrpc: Fix accidental cancellation of scheduled resend by ACK parserGravatar David Howells 1-0/+2
2016-09-23rxrpc: Use before_eq() and friends to compare serial numbersGravatar David Howells 1-1/+1
2016-09-22rxrpc: Reduce the number of PING ACKs sentGravatar David Howells 1-2/+5
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsGravatar David Howells 1-0/+35
2016-09-22rxrpc: Send pings to get RTT dataGravatar David Howells 1-1/+47
2016-09-22rxrpc: Add re-sent Tx annotationGravatar David Howells 1-3/+11
2016-09-17rxrpc: Add config to inject packet lossGravatar David Howells 1-0/+8
2016-09-17rxrpc: Improve skb tracingGravatar David Howells 1-6/+7
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferGravatar David Howells 1-1/+5
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsGravatar David Howells 1-0/+2
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferGravatar David Howells 1-0/+2
2016-09-17rxrpc: Fix the parsing of soft-ACKsGravatar David Howells 1-1/+1
2016-09-17rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()Gravatar David Howells 1-1/+3
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeGravatar David Howells 1-7/+16
2016-09-13rxrpc: Allow tx_winsize to grow in response to an ACKGravatar David Howells 1-3/+5
2016-09-13rxrpc: Use skb->len not skb->data_lenGravatar David Howells 1-4/+4
2016-09-13rxrpc: Add missing wakeup on Tx window rotationGravatar David Howells 1-0/+2
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-511/+533
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsGravatar David Howells 1-1/+1
2016-09-08rxrpc: Add tracepoints to record received packets and end of data_readyGravatar David Howells 1-2/+6
2016-09-07rxrpc: Add tracepoint for working out where aborts happenGravatar David Howells 1-3/+4
2016-09-07rxrpc: Calls shouldn't hold socket refsGravatar David Howells 1-12/+14
2016-09-07rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()Gravatar David Howells 1-2/+2
2016-09-07rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()Gravatar David Howells 1-3/+4
2016-09-07rxrpc: Cache the security index in the rxrpc_call structGravatar David Howells 1-1/+1
2016-09-07rxrpc: Improve the call tracking tracepointGravatar David Howells 1-3/+3
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]Gravatar David Howells 1-2/+8
2016-08-30rxrpc: Trace rxrpc_call usageGravatar David Howells 1-2/+2