summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2016-09-23rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells
2016-09-23rxrpc: Fix call timerDavid Howells
2016-09-23rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells
2016-09-23rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells
2016-09-23rxrpc: Make sure sendmsg() is woken on call completionDavid Howells
2016-09-23rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells
2016-09-23rxrpc: Preset timestamp on Tx sk_buffsDavid Howells
2016-09-22rxrpc: Reduce the number of PING ACKs sentDavid Howells
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells
2016-09-22rxrpc: Expedite ping response transmissionDavid Howells
2016-09-22rxrpc: Send pings to get RTT dataDavid Howells
2016-09-22rxrpc: Add per-peer RTT trackerDavid 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: Add config to inject packet lossDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionDavid Howells
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells
2016-09-17rxrpc: Add some additional call tracingDavid Howells
2016-09-17rxrpc: Print the packet type name in the Rx packet traceDavid Howells
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells
2016-09-17rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells
2016-09-17rxrpc: Don't transmit an ACK if there's no reason setDavid Howells
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells
2016-09-17rxrpc: Fix the parsing of soft-ACKsDavid Howells
2016-09-17rxrpc: Fix unexposed client conn releaseDavid Howells
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells
2016-09-17rxrpc: Fix the putting of client connectionsDavid Howells
2016-09-17rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells
2016-09-17rxrpc: Record calls that need to be acceptedDavid Howells
2016-09-17rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells
2016-09-17rxrpc: Check the return value of rxrpc_locate_data()David Howells
2016-09-17rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerDavid Howells
2016-09-17rxrpc: Remove some whitespace.David Howells
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells
2016-09-13rxrpc: Add IPv6 supportDavid Howells
2016-09-13rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells
2016-09-13rxrpc: Don't specify protocol to when creating transport socketDavid Howells
2016-09-13rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells