aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22rxrpc: Reduce the number of PING ACKs sentDavid Howells2-3/+6
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells4-4/+13
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells7-20/+57
2016-09-22rxrpc: Expedite ping response transmissionDavid Howells1-0/+4
2016-09-22rxrpc: Send pings to get RTT dataDavid Howells4-8/+80
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells3-4/+70
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells3-12/+32
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells6-88/+71
2016-09-17rxrpc: Add config to inject packet lossDavid Howells3-0/+24
2016-09-17rxrpc: Improve skb tracingDavid Howells13-55/+127
2016-09-17rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells1-8/+0
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells3-8/+57
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells5-1/+40
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2-1/+9
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsDavid Howells1-0/+2
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells4-1/+31
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells8-59/+214
2016-09-17rxrpc: Add some additional call tracingDavid Howells2-4/+17
2016-09-17rxrpc: Print the packet type name in the Rx packet traceDavid Howells1-3/+3
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells1-1/+1
2016-09-17rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells1-1/+1
2016-09-17rxrpc: Don't transmit an ACK if there's no reason setDavid Howells1-0/+5
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells1-8/+4
2016-09-17rxrpc: Fix the parsing of soft-ACKsDavid Howells1-1/+1
2016-09-17rxrpc: Fix unexposed client conn releaseDavid Howells1-1/+0
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells1-24/+12
2016-09-17rxrpc: Fix the putting of client connectionsDavid Howells1-15/+13
2016-09-17rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells1-0/+10
2016-09-17rxrpc: Record calls that need to be acceptedDavid Howells1-0/+2
2016-09-17rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells2-17/+36
2016-09-17rxrpc: Check the return value of rxrpc_locate_data()David Howells1-1/+4
2016-09-17rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerDavid Howells1-5/+4
2016-09-17rxrpc: Remove some whitespace.David Howells1-1/+1
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells8-2/+34
2016-09-13rxrpc: Add IPv6 supportDavid Howells7-83/+154
2016-09-13rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells2-34/+11
2016-09-13rxrpc: Don't specify protocol to when creating transport socketDavid Howells1-2/+2
2016-09-13rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells1-0/+12
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells6-13/+26
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells3-4/+9
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells4-2/+7
2016-09-13rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells1-3/+5
2016-09-13rxrpc: Use skb->len not skb->data_lenDavid Howells1-4/+4
2016-09-13rxrpc: Add missing unlock in rxrpc_call_accept()David Howells1-3/+5
2016-09-13rxrpc: Requeue call for recvmsg if more dataDavid Howells1-0/+4
2016-09-13rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells1-1/+1
2016-09-13rxrpc: Add missing wakeup on Tx window rotationDavid Howells1-0/+2
2016-09-13rxrpc: Make sure we initialise the peer hash keyDavid Howells1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells21-3286/+1983
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells8-10/+315