summaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_client.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-408/+125
* rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-061-60/+32
* rxrpc: Remove call->state_lockDavid Howells2023-01-061-6/+4
* rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-061-65/+67
* rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-061-25/+19
* rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells2023-01-061-3/+3
* rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-061-1/+1
* rxrpc: Fix security setting propagationDavid Howells2022-12-191-2/+0
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-011-2/+2
* rxrpc: Remove RCU from peer->error_targets listDavid Howells2022-12-011-0/+4
* rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-011-1/+1
* rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-011-23/+8
* rxrpc: Trace rxrpc_bundle refcountDavid Howells2022-12-011-11/+16
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-1/+1
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells2022-12-011-14/+14
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-011-4/+4
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-1/+1
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-011-21/+32
* rxrpc: Remove the [_k]net() debugging macrosDavid Howells2022-12-011-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-15/+23
|\
| * rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2022-11-181-15/+23
* | rxrpc: Fix congestion managementDavid Howells2022-11-081-1/+2
|/
* rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-221-14/+16
* rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata2021-11-291-5/+9
* rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells2020-11-231-6/+0
* rxrpc: Fix loss of final ack on shutdownDavid Howells2020-10-151-0/+3
* rxrpc: Fix bundle counting for exclusive connectionsDavid Howells2020-10-151-2/+3
* rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells2020-09-141-1/+0
* rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells2020-09-141-0/+1
* rxrpc: Fix an error goto in rxrpc_connect_call()David Howells2020-09-141-2/+3
* rxrpc: Allow multiple client connections to the same peerDavid Howells2020-09-081-0/+6
* rxrpc: Rewrite the client connection managerDavid Howells2020-09-081-594/+487
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* rxrpc: Fix call interruptibility handlingDavid Howells2020-03-131-3/+10
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-031-2/+1
* rxrpc: Fix call crypto state cleanupDavid Howells2019-10-071-0/+3
* rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2019-10-071-2/+4
* rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells2019-08-301-0/+44
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-6/+1
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-161-2/+6
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-081-2/+2
* rxrpc: Fix client call connect/disconnect raceDavid Howells2019-03-081-5/+15
* Revert "rxrpc: Allow failed client calls to be retried"David Howells2019-01-151-4/+1
* rxrpc: Fix some missed refs to init_netDavid Howells2018-10-051-4/+6
* rxrpc: Fix error distributionDavid Howells2018-09-281-2/+2
* rxrpc: Trace packet transmissionDavid Howells2018-08-011-0/+1
* rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing2018-08-011-2/+0
* rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells2018-03-301-0/+1
* rxrpc: Fix checker warnings and errorsDavid Howells2018-03-301-1/+1
* rxrpc: Fix received abort handlingDavid Howells2018-02-071-1/+2