summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rxrpc: Add IPv6 supportDavid Howells2016-09-147-83/+154
* rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells2016-09-142-34/+11Star
* rxrpc: Don't specify protocol to when creating transport socketDavid Howells2016-09-141-2/+2
* rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells2016-09-141-0/+12
* rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells2016-09-136-13/+26
* rxrpc: Fix prealloc refcountingDavid Howells2016-09-133-4/+9
* rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells2016-09-134-2/+7
* 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 unlock in rxrpc_call_accept()David Howells2016-09-131-3/+5
* rxrpc: Requeue call for recvmsg if more dataDavid Howells2016-09-131-0/+4
* rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells2016-09-131-1/+1
* rxrpc: Add missing wakeup on Tx window rotationDavid Howells2016-09-131-0/+2
* rxrpc: Make sure we initialise the peer hash keyDavid Howells2016-09-131-1/+1
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-0821-3286/+1983Star
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-088-10/+315