summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-011-4/+1
* rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells2022-12-011-12/+0
* rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells2022-12-011-0/+2
* rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells2022-12-011-0/+3
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-31/+19
* rxrpc: Extract the peer address from an incoming packet earlierDavid Howells2022-12-011-0/+2
* rxrpc: Reduce the use of RCU in packet inputDavid Howells2022-12-011-2/+1
* rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-011-1/+4
* rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-011-1/+6
* rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-011-1/+4
* rxrpc: Remove call->input_lockDavid Howells2022-12-011-1/+0
* rxrpc: Move error processing into the local endpoint I/O threadDavid Howells2022-12-011-1/+3
* rxrpc: Move packet reception processing into I/O threadDavid Howells2022-12-011-1/+2
* rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells2022-12-011-0/+10
* rxrpc: Split the receive codeDavid Howells2022-12-011-0/+7
* rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-011-17/+8
* rxrpc: Don't hold a ref for call timer or workqueueDavid Howells2022-12-011-4/+2
* rxrpc: Trace rxrpc_bundle refcountDavid Howells2022-12-011-2/+2
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-4/+4
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells2022-12-011-9/+12
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-011-5/+6
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-9/+32
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-011-2/+14
* rxrpc: Remove the [_k]net() debugging macrosDavid Howells2022-12-011-10/+0
* rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-011-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-0/+1
|\
| * rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2022-11-181-0/+1
* | rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells2022-11-081-2/+0
* | rxrpc: Fix congestion managementDavid Howells2022-11-081-4/+5
* | rxrpc: Remove the rxtx ringDavid Howells2022-11-081-15/+0
* | rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-081-7/+5
* | rxrpc: Remove call->lockDavid Howells2022-11-081-1/+0
* | rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-081-18/+13
* | rxrpc: Get rid of the Rx ringDavid Howells2022-11-081-11/+18
* | rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells2022-11-081-23/+9
* | rxrpc: Clean up ACK handlingDavid Howells2022-11-081-5/+5
* | rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-081-6/+15
* | rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells2022-11-081-0/+53
* | rxrpc: Remove call->tx_phaseDavid Howells2022-11-081-1/+0
* | rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells2022-11-081-1/+0
* | rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells2022-11-081-1/+0
* | net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-081-1/+1
* | rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells2022-11-081-0/+2
* | rxrpc: Record statistics about ACK typesDavid Howells2022-11-081-0/+6
* | rxrpc: Add stats procfile and DATA packet statsDavid Howells2022-11-081-0/+17
* | rxrpc: Track highest acked serialDavid Howells2022-11-081-0/+1
|/
* rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui2022-09-191-1/+0
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-6/+7
|\
| * rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-05-221-2/+2