aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells1-5/+6
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells1-16/+22
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells1-69/+87
2016-09-29rxrpc: Request more ACKs in slow-start modeDavid Howells1-0/+1
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells1-8/+9
2016-09-24rxrpc: Implement slow-startDavid Howells1-2/+7
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells1-8/+17
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells1-1/+2
2016-09-23rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells1-1/+4
2016-09-23rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells1-15/+11
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells1-2/+11
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells1-2/+5
2016-09-22rxrpc: Send pings to get RTT dataDavid Howells1-0/+22
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells1-27/+56
2016-09-17rxrpc: Add config to inject packet lossDavid Howells1-0/+9
2016-09-17rxrpc: Improve skb tracingDavid Howells1-2/+2
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionDavid Howells1-1/+6
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: Make IPv6 support conditional on CONFIG_IPV6David Howells1-0/+2
2016-09-13rxrpc: Add IPv6 supportDavid Howells1-0/+16
2016-09-13rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells1-26/+6
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells1-2/+2
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-9/+116
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells1-0/+145
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells1-630/+0
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-1/+1
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells1-9/+11
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells1-0/+1
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-17/+10
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells1-2/+4
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells1-0/+1
2016-08-23rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells1-2/+2
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-23/+1
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells1-10/+1
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells1-22/+29
2016-06-22rxrpc: Fix exclusive connection handlingDavid Howells1-5/+14
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells1-1/+1
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-7/+17
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells1-1/+3
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-0/+724