summaryrefslogtreecommitdiff
path: root/net/rxrpc/call_object.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+8
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells1-1/+8
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-4/+2
2023-02-08rxrpc: Fix overwaking on call pokingDavid Howells1-2/+4
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells1-1/+2
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells1-2/+2
2023-01-13rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells1-1/+1
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells1-14/+44
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-16/+14
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells1-1/+3
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells1-2/+4
2023-01-06rxrpc: Clean up connection abortDavid Howells1-6/+2
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells1-8/+1
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells1-3/+4
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells1-0/+2
2022-12-19rxrpc: Fix security setting propagationDavid Howells1-0/+1
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