summaryrefslogtreecommitdiff
path: root/net/rxrpc/input.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells1-11/+35
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells1-3/+0
2024-03-06rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells1-34/+27
2024-03-06rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells1-15/+13
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells1-9/+6
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells1-11/+11
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells1-1/+1
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells1-18/+97
2023-11-17rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells1-13/+13
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells1-19/+16
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()David Howells1-1/+1
2023-01-31rxrpc: Simplify ACK handlingDavid Howells1-23/+23
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells1-7/+7
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-55/+41
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells1-1/+37
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells1-35/+30
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells1-6/+0
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells1-4/+2
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells1-22/+27
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells1-2/+5
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-2/+2
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-125/+42
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells1-4/+3
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells1-23/+22
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells1-2/+1
2022-12-01rxrpc: Remove call->input_lockDavid Howells1-17/+5
2022-12-01rxrpc: Split the receive codeDavid Howells1-366/+6
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells1-18/+18
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-2/+2
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells1-12/+19
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-2/+2
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells1-1/+0
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells1-17/+0
2022-11-08rxrpc: Fix congestion managementDavid Howells1-1/+20
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-88/+76
2022-11-08rxrpc: Remove call->lockDavid Howells1-3/+0
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-84/+61
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells1-82/+131
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells1-216/+185
2022-11-08rxrpc: Clean up ACK handlingDavid Howells1-4/+4
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells1-51/+38
2022-11-08rxrpc: Remove call->tx_phaseDavid Howells1-4/+1
2022-11-08rxrpc: Remove unnecessary header inclusionsDavid Howells1-14/+0
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells1-0/+1
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells1-0/+6
2022-11-08rxrpc: Track highest acked serialDavid Howells1-0/+4
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+20
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells1-2/+9