summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/input.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-0/+1
* rxrpc: Add some more tracingDavid Howells2017-01-051-1/+5
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-051-10/+0
* udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-4/+3
* rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells2016-10-061-0/+37
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-061-2/+2
* rxrpc: Only ping for lost reply in client callDavid Howells2016-10-061-1/+2
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-301-1/+2
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-301-11/+12
* rxrpc: Reduce ssthresh to peer's receive windowDavid Howells2016-09-301-0/+2
* rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells2016-09-301-3/+3
* rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells2016-09-291-4/+4
* rxrpc: Implement slow-startDavid Howells2016-09-241-6/+163
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-241-0/+8
* rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-241-11/+34
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-241-0/+9
* rxrpc: Send an immediate ACK if we fill in a holeDavid Howells2016-09-241-1/+9
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-231-6/+13
* rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-231-6/+5
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-231-35/+67
* rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells2016-09-231-0/+2
* rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells2016-09-231-1/+1
* rxrpc: Reduce the number of PING ACKs sentDavid Howells2016-09-221-2/+5
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-221-0/+35
* rxrpc: Send pings to get RTT dataDavid Howells2016-09-221-1/+47
* rxrpc: Add re-sent Tx annotationDavid Howells2016-09-221-3/+11
* rxrpc: Add config to inject packet lossDavid Howells2016-09-171-0/+8
* rxrpc: Improve skb tracingDavid Howells2016-09-171-6/+7
* rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-171-1/+5
* 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-171-0/+2
* rxrpc: Fix the parsing of soft-ACKsDavid Howells2016-09-171-1/+1
* rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells2016-09-171-1/+3
* rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells2016-09-131-7/+16
* rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells2016-09-131-3/+5
* rxrpc: Use skb->len not skb->data_lenDavid Howells2016-09-131-4/+4
* rxrpc: Add missing wakeup on Tx window rotationDavid Howells2016-09-131-0/+2
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-511/+533
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-1/+1
* rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells2016-09-081-2/+6
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-3/+4
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-071-12/+14
* rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()David Howells2016-09-071-2/+2
* rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()David Howells2016-09-071-3/+4
* rxrpc: Cache the security index in the rxrpc_call structDavid Howells2016-09-071-1/+1
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-071-3/+3
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-011-2/+8
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-301-2/+2
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-301-34/+34
* rxrpc: Fix conn-based retransmitDavid Howells2016-08-241-1/+1