summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/input.c
AgeCommit message (Expand)AuthorLines
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()David Howells-1/+1
2023-01-31rxrpc: Simplify ACK handlingDavid Howells-23/+23
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells-7/+7
2023-01-06rxrpc: Remove call->state_lockDavid Howells-55/+41
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells-1/+37
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells-35/+30
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells-6/+0
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells-4/+2
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells-22/+27
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells-2/+5
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells-2/+2
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells-125/+42
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells-4/+3
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells-23/+22
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells-2/+1
2022-12-01rxrpc: Remove call->input_lockDavid Howells-17/+5
2022-12-01rxrpc: Split the receive codeDavid Howells-366/+6
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells-18/+18
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells-2/+2
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells-12/+19
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells-2/+2
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells-1/+0
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells-17/+0
2022-11-08rxrpc: Fix congestion managementDavid Howells-1/+20
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells-88/+76
2022-11-08rxrpc: Remove call->lockDavid Howells-3/+0
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells-84/+61
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells-82/+131
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells-216/+185
2022-11-08rxrpc: Clean up ACK handlingDavid Howells-4/+4
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells-51/+38
2022-11-08rxrpc: Remove call->tx_phaseDavid Howells-4/+1
2022-11-08rxrpc: Remove unnecessary header inclusionsDavid Howells-14/+0
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells-0/+1
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells-0/+6
2022-11-08rxrpc: Track highest acked serialDavid Howells-0/+4
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+20
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells-2/+9
2022-05-22rxrpc: Don't let ack.previousPacket regressDavid Howells-1/+3
2022-05-22rxrpc: Fix overlapping ACK accountingDavid Howells-8/+8
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells-0/+27
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells-3/+1
2021-01-13rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers-1/+1
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-53/+70
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells-44/+60
2020-08-20rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells-10/+11
2020-06-17rxrpc: Fix handling of rwind from an ACK packetDavid Howells-4/+3