summaryrefslogtreecommitdiff
path: root/net/rxrpc/call_object.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-051-1/+8
|\
| * rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-011-1/+8
* | Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-4/+2
|/
* rxrpc: Fix overwaking on call pokingDavid Howells2023-02-071-2/+4
* rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells2023-01-311-1/+2
* rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells2023-01-311-2/+2
* 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