summaryrefslogtreecommitdiff
path: root/net/rxrpc/output.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Trace ack.rwindDavid Howells2023-02-071-3/+7
* rxrpc: Remove local->defrag_semDavid Howells2023-01-311-7/+0
* rxrpc: Simplify ACK handlingDavid Howells2023-01-311-33/+13
* rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells2023-01-311-8/+5
* rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells2023-01-311-2/+5
* rxrpc: Remove call->state_lockDavid Howells2023-01-061-2/+2
* rxrpc: Clean up connection abortDavid Howells2023-01-061-0/+56
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-011-40/+2
* rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells2022-12-011-0/+2
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-011-4/+4
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-55/+37
* rxrpc: Remove RCU from peer->error_targets listDavid Howells2022-12-011-6/+0
* rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-011-0/+48
* rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-011-1/+1
* rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells2022-12-011-3/+3
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-1/+1
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-2/+1
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-011-16/+16
* rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-011-2/+0
* Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-11-181-6/+12
|\
| * rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socketDavid Howells2022-11-161-6/+12
* | rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter2022-11-181-2/+0
|/
* rxrpc: Fix congestion managementDavid Howells2022-11-081-0/+1
* rxrpc: Remove call->lockDavid Howells2022-11-081-5/+1
* rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-081-53/+36
* rxrpc: Get rid of the Rx ringDavid Howells2022-11-081-37/+58
* rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells2022-11-081-1/+1
* rxrpc: Clean up ACK handlingDavid Howells2022-11-081-0/+7
* rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-081-85/+72
* rxrpc: Call udp_sendmsg() directlyDavid Howells2022-11-081-10/+27
* rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells2022-11-081-1/+1
* rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells2022-11-081-0/+1
* rxrpc: Record statistics about ACK typesDavid Howells2022-11-081-1/+6
* rxrpc: Add stats procfile and DATA packet statsDavid Howells2022-11-081-0/+2
* rxrpc: Trace setting of the request-ack flagDavid Howells2022-11-081-9/+23
* rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-05-221-7/+11
* rxrpc: Don't let ack.previousPacket regressDavid Howells2022-05-221-1/+1
* rxrpc: Adjust retransmission backoffDavid Howells2022-01-221-1/+1
* rxrpc: Rewrite the client connection managerDavid Howells2020-09-081-0/+6
* rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells2020-08-201-21/+61
* ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig2020-05-281-9/+5
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-6/+3
* rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2020-04-141-32/+12
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-031-18/+9
* rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-3/+3
* rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells2019-08-091-2/+1
* rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells2019-07-021-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rxrpc: avoid clang -Wuninitialized warningArnd Bergmann2019-03-231-6/+5
* rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-021-4/+31