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