summaryrefslogtreecommitdiff
path: root/net/rxrpc/call_object.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-10/+10
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-22/+34
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells1-1/+1
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells1-0/+6
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells1-19/+31
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells1-0/+24
2022-12-01rxrpc: Remove call->input_lockDavid Howells1-1/+0
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells1-1/+1
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells1-69/+42
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-58/+44
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_peer tracingDavid Howells1-1/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-3/+3
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells1-6/+0
2022-11-08rxrpc: Fix congestion managementDavid Howells1-1/+6
2022-11-08rxrpc: Remove the rxtx ringDavid Howells1-24/+0
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-0/+2
2022-11-08rxrpc: Remove call->lockDavid Howells1-3/+0
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-3/+12
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells1-2/+5
2022-11-08rxrpc: Clean up ACK handlingDavid Howells1-1/+1
2022-11-08rxrpc: Remove call->tx_phaseDavid Howells1-1/+0
2022-11-08rxrpc: Split call timer-expiration from call timer-set tracepointDavid Howells1-1/+1
2022-08-25rxrpc: Fix locking in rxrpc's sendmsgDavid Howells1-1/+3
2022-05-22rxrpc: Fix locking issueDavid Howells1-9/+9
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells1-21/+23
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells1-5/+35
2021-02-05rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells1-2/+0
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells1-4/+1
2020-09-08rxrpc: Impose a maximum number of client callsDavid Howells1-0/+43
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells1-0/+1
2020-07-31rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells1-8/+19
2020-03-14rxrpc: Fix call interruptibility handlingDavid Howells1-2/+1
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells1-3/+19
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells1-2/+2
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells1-3/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells1-11/+17
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-17/+16
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells1-4/+2
2019-08-27rxrpc: Abstract out rxtx ring cleanupDavid Howells1-16/+17
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells1-0/+2
2019-04-30rxrpc: Fix net namespace cleanupDavid Howells1-16/+16
2019-01-16Revert "rxrpc: Allow failed client calls to be retried"David Howells1-97/+0
2018-10-09rxrpc: Fix the packet reception routineDavid Howells1-0/+1
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells1-2/+2
2018-09-28rxrpc: Fix error distributionDavid Howells1-1/+1