summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/input.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-011-2/+1
* rxrpc: Remove call->input_lockDavid Howells2022-12-011-17/+5
* rxrpc: Split the receive codeDavid Howells2022-12-011-366/+6
* rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells2022-12-011-18/+18
* 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-1/+1
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-2/+2
* rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells2022-12-011-12/+19
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-011-2/+2
* rxrpc: Remove the [_k]net() debugging macrosDavid Howells2022-12-011-1/+0
* rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-011-17/+0
* rxrpc: Fix congestion managementDavid Howells2022-11-081-1/+20
* rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-081-88/+76
* rxrpc: Remove call->lockDavid Howells2022-11-081-3/+0
* rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-081-84/+61
* rxrpc: Get rid of the Rx ringDavid Howells2022-11-081-82/+131
* rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells2022-11-081-216/+185
* rxrpc: Clean up ACK handlingDavid Howells2022-11-081-4/+4
* rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-081-51/+38
* rxrpc: Remove call->tx_phaseDavid Howells2022-11-081-4/+1
* rxrpc: Remove unnecessary header inclusionsDavid Howells2022-11-081-14/+0
* rxrpc: Record statistics about ACK typesDavid Howells2022-11-081-0/+1
* rxrpc: Add stats procfile and DATA packet statsDavid Howells2022-11-081-0/+6
* rxrpc: Track highest acked serialDavid Howells2022-11-081-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-241-11/+20
|\
| * rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-05-221-2/+9
| * rxrpc: Don't let ack.previousPacket regressDavid Howells2022-05-221-1/+3
| * rxrpc: Fix overlapping ACK accountingDavid Howells2022-05-221-8/+8
* | afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-05-221-0/+27
* | rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-221-3/+1
|/
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers2021-01-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-53/+70
|\
| * rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells2020-08-201-44/+60
| * rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells2020-08-201-10/+11
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-3/+3
|/
* rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-181-4/+3
* rxrpc: Fix missing notificationDavid Howells2020-06-051-5/+2
* rxrpc: Fix ack discardDavid Howells2020-05-201-4/+26
* rxrpc: Trace discarded ACKsDavid Howells2020-05-201-2/+10
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-3/+3
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-141-1/+0
* rxrpc: Fix insufficient receive notification generationDavid Howells2020-01-301-4/+2
* rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells2020-01-271-5/+7
* rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2019-12-201-18/+0
* rxrpc: Fix misplaced tracelineDavid Howells2019-09-051-1/+1
* rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells2019-08-271-0/+18
* rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-11/+11
* rxrpc: Pass the input handler's data skb reference to the Rx ringDavid Howells2019-08-271-5/+15
* rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells2019-08-271-117/+114
* rxrpc: Improve jumbo packet countingDavid Howells2019-08-271-9/+14