aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/input.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedGravatar David Howells 1-11/+35
2024-05-08rxrpc: Fix congestion control algorithmGravatar David Howells 1-3/+0
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataGravatar David Howells 1-34/+27
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyGravatar David Howells 1-15/+13
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingGravatar David Howells 1-9/+6
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structGravatar David Howells 1-11/+11
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsGravatar David Howells 1-1/+1
2024-02-05rxrpc: Fix counting of new acks and nacksGravatar David Howells 1-18/+97
2023-11-17rxrpc: Defer the response to a PING ACK until we've parsed itGravatar David Howells 1-13/+13
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceGravatar David Howells 1-19/+16
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()Gravatar David Howells 1-1/+1
2023-01-31rxrpc: Simplify ACK handlingGravatar David Howells 1-23/+23
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedGravatar David Howells 1-7/+7
2023-01-06rxrpc: Remove call->state_lockGravatar David Howells 1-55/+41
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadGravatar David Howells 1-1/+37
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 1-35/+30
2023-01-06rxrpc: Only disconnect calls in the I/O threadGravatar David Howells 1-6/+0
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadGravatar David Howells 1-4/+2
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsGravatar David Howells 1-22/+27
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsGravatar David Howells 1-2/+5
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksGravatar David Howells 1-2/+2
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 1-125/+42
2022-12-01rxrpc: Reduce the use of RCU in packet inputGravatar David Howells 1-4/+3
2022-12-01rxrpc: Simplify skbuff accounting in receive pathGravatar David Howells 1-23/+22
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callGravatar David Howells 1-2/+1
2022-12-01rxrpc: Remove call->input_lockGravatar David Howells 1-17/+5
2022-12-01rxrpc: Split the receive codeGravatar David Howells 1-366/+6
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingGravatar David Howells 1-18/+18
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingGravatar David Howells 1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingGravatar David Howells 1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingGravatar David Howells 1-2/+2
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierGravatar David Howells 1-12/+19
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleGravatar David Howells 1-2/+2
2022-12-01rxrpc: Remove the [_k]net() debugging macrosGravatar David Howells 1-1/+0
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosGravatar David Howells 1-17/+0
2022-11-08rxrpc: Fix congestion managementGravatar David Howells 1-1/+20
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsGravatar David Howells 1-88/+76
2022-11-08rxrpc: Remove call->lockGravatar David Howells 1-3/+0
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueGravatar David Howells 1-84/+61
2022-11-08rxrpc: Get rid of the Rx ringGravatar David Howells 1-82/+131
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyGravatar David Howells 1-216/+185
2022-11-08rxrpc: Clean up ACK handlingGravatar David Howells 1-4/+4
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionGravatar David Howells 1-51/+38
2022-11-08rxrpc: Remove call->tx_phaseGravatar David Howells 1-4/+1
2022-11-08rxrpc: Remove unnecessary header inclusionsGravatar David Howells 1-14/+0
2022-11-08rxrpc: Record statistics about ACK typesGravatar David Howells 1-0/+1
2022-11-08rxrpc: Add stats procfile and DATA packet statsGravatar David Howells 1-0/+6
2022-11-08rxrpc: Track highest acked serialGravatar David Howells 1-0/+4
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-11/+20
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKGravatar David Howells 1-2/+9