summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_object.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells2023-01-121-1/+1
* rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-14/+44
* rxrpc: Remove call->state_lockDavid Howells2023-01-061-16/+14
* rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-061-1/+3
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-2/+4
* rxrpc: Clean up connection abortDavid Howells2023-01-061-6/+2
* rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-061-8/+1
* rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-061-3/+4
* rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells2023-01-061-0/+2
* rxrpc: Fix security setting propagationDavid Howells2022-12-191-0/+1
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-011-10/+10
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-22/+34
* rxrpc: Remove RCU from peer->error_targets listDavid Howells2022-12-011-1/+1
* rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-011-0/+6
* rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-011-19/+31
* rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-011-0/+24
* rxrpc: Remove call->input_lockDavid Howells2022-12-011-1/+0
* rxrpc: Move packet reception processing into I/O threadDavid Howells2022-12-011-1/+1
* rxrpc: Don't hold a ref for call timer or workqueueDavid Howells2022-12-011-69/+42
* rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells2022-12-011-1/+1
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-58/+44
* 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_peer tracingDavid Howells2022-12-011-1/+1
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-011-3/+3
* rxrpc: Remove the [_k]net() debugging macrosDavid Howells2022-12-011-6/+0
* rxrpc: Fix congestion managementDavid Howells2022-11-081-1/+6
* rxrpc: Remove the rxtx ringDavid Howells2022-11-081-24/+0
* rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-081-0/+2
* rxrpc: Remove call->lockDavid Howells2022-11-081-3/+0
* rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-081-3/+12
* rxrpc: Get rid of the Rx ringDavid Howells2022-11-081-2/+5
* rxrpc: Clean up ACK handlingDavid Howells2022-11-081-1/+1
* rxrpc: Remove call->tx_phaseDavid Howells2022-11-081-1/+0
* rxrpc: Split call timer-expiration from call timer-set tracepointDavid Howells2022-11-081-1/+1
* rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2022-08-251-1/+3
* rxrpc: Fix locking issueDavid Howells2022-05-221-9/+9
* rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-221-21/+23
* rxrpc: Fix call timer start racing with call destructionDavid Howells2022-03-311-5/+35
* rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells2021-02-041-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-4/+1
|\
| * rxrpc: Fix accept on a connection that need securingDavid Howells2020-10-051-4/+1
* | rxrpc: Impose a maximum number of client callsDavid Howells2020-09-081-0/+43
|/
* rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells2020-08-201-0/+1
* rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-07-301-8/+19
* rxrpc: Fix call interruptibility handlingDavid Howells2020-03-131-2/+1
* rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells2020-02-071-3/+19
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-031-2/+2
* rxrpc: Fix call crypto state cleanupDavid Howells2019-10-071-3/+3
* rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2019-10-071-11/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-17/+16
|\