aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/output.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06rxrpc: Remove call->state_lockGravatar David Howells 1-2/+2
2023-01-06rxrpc: Clean up connection abortGravatar David Howells 1-0/+56
2022-12-01rxrpc: Transmit ACKs at the point of generationGravatar David Howells 1-40/+2
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsGravatar David Howells 1-0/+2
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksGravatar David Howells 1-4/+4
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 1-55/+37
2022-12-01rxrpc: Remove RCU from peer->error_targets listGravatar David Howells 1-6/+0
2022-12-01rxrpc: Move DATA transmission into call processor work itemGravatar David Howells 1-0/+48
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierGravatar David Howells 1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingGravatar David Howells 1-3/+3
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingGravatar David Howells 1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingGravatar David Howells 1-2/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleGravatar David Howells 1-16/+16
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosGravatar David Howells 1-2/+0
2022-11-18Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar David S. Miller 1-6/+12
2022-11-18rxrpc: uninitialized variable in rxrpc_send_ack_packet()Gravatar Dan Carpenter 1-2/+0
2022-11-16rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socketGravatar David Howells 1-6/+12
2022-11-08rxrpc: Fix congestion managementGravatar David Howells 1-0/+1
2022-11-08rxrpc: Remove call->lockGravatar David Howells 1-5/+1
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueGravatar David Howells 1-53/+36
2022-11-08rxrpc: Get rid of the Rx ringGravatar David Howells 1-37/+58
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyGravatar David Howells 1-1/+1
2022-11-08rxrpc: Clean up ACK handlingGravatar David Howells 1-0/+7
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionGravatar David Howells 1-85/+72
2022-11-08rxrpc: Call udp_sendmsg() directlyGravatar David Howells 1-10/+27
2022-11-08rxrpc: Fix ack.bufferSize to be 0 when generating an ackGravatar David Howells 1-1/+1
2022-11-08rxrpc: Record stats for why the REQUEST-ACK flag is being setGravatar David Howells 1-0/+1
2022-11-08rxrpc: Record statistics about ACK typesGravatar David Howells 1-1/+6
2022-11-08rxrpc: Add stats procfile and DATA packet statsGravatar David Howells 1-0/+2
2022-11-08rxrpc: Trace setting of the request-ack flagGravatar David Howells 1-9/+23
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKGravatar David Howells 1-7/+11
2022-05-22rxrpc: Don't let ack.previousPacket regressGravatar David Howells 1-1/+1
2022-01-22rxrpc: Adjust retransmission backoffGravatar David Howells 1-1/+1
2020-09-08rxrpc: Rewrite the client connection managerGravatar David Howells 1-0/+6
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKGravatar David Howells 1-21/+61
2020-05-28ipv4: add ip_sock_set_mtu_discoverGravatar Christoph Hellwig 1-9/+5
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutGravatar David Howells 1-6/+3
2020-04-14rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketGravatar David Howells 1-32/+12
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectGravatar David Howells 1-18/+9
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingGravatar David Howells 1-3/+3
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetGravatar David Howells 1-2/+1
2019-07-02rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()Gravatar David Howells 1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-23rxrpc: avoid clang -Wuninitialized warningGravatar Arnd Bergmann 1-6/+5
2018-11-02rxrpc: Fix lockup due to no error backoff after ack transmit errorGravatar David Howells 1-4/+31
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2018-10-15rxrpc: use correct kvec num when sending BUSY response packetGravatar YueHaibing 1-1/+2
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()Gravatar David Howells 1-1/+1
2018-10-04rxrpc: Emit the data Tx trace line before transmittingGravatar David Howells 1-4/+4
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsGravatar David Howells 1-5/+18