summaryrefslogtreecommitdiff
path: root/net/rxrpc/call_event.c
AgeCommit message (Expand)Author
2017-11-02rxrpc: Fix call expiry handlingDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells
2016-10-06rxrpc: Add missing notificationDavid Howells
2016-10-06rxrpc: Queue the call on expiryDavid Howells
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-09-30rxrpc: Fix the call timer handlingDavid Howells
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells
2016-09-24rxrpc: Implement slow-startDavid Howells
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells
2016-09-23rxrpc: Fix call timerDavid Howells
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells
2016-09-22rxrpc: Reduce the number of PING ACKs sentDavid Howells
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells
2016-09-17rxrpc: Remove some whitespace.David Howells
2016-09-13rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells
2016-09-02rxrpc: Fix uninitialised variable warningDavid Howells
2016-08-30rxrpc: Use call->peer rather than going to the connectionDavid Howells
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells
2016-08-23rxrpc: Calculate serial skew on packet receptionDavid Howells
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells
2016-08-23rxrpc: Remove RXRPC_CALL_PROC_BUSYDavid Howells
2016-08-09rxrpc: Don't access connection from call if pointer is NULLDavid Howells
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells
2016-07-06rxrpc: Access socket accept queue under right lockDavid Howells
2016-07-06rxrpc: Release a call's connection ref on call disconnectionDavid Howells
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells