summaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_client.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells1-2/+2
2023-12-24rxrpc: Create a procfile to display outstanding client conn bundlesDavid Howells1-0/+10
2023-11-17rxrpc: Fix some minor issues with bundle tracingDavid Howells1-3/+4
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells1-408/+125
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells1-60/+32
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-6/+4
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells1-65/+67
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells1-25/+19
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells1-3/+3
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells1-1/+1
2022-12-19rxrpc: Fix security setting propagationDavid Howells1-2/+0
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-2/+2
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells1-0/+4
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells1-1/+1
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells1-23/+8
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells1-11/+16
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-14/+14
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-1/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-21/+32
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells1-2/+0
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+23
2022-11-18rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells1-15/+23
2022-11-08rxrpc: Fix congestion managementDavid Howells1-1/+2
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells1-14/+16
2021-11-29rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata1-5/+9
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells1-6/+0
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells1-0/+3
2020-10-15rxrpc: Fix bundle counting for exclusive connectionsDavid Howells1-2/+3
2020-09-14rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells1-1/+0
2020-09-14rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells1-0/+1
2020-09-14rxrpc: Fix an error goto in rxrpc_connect_call()David Howells1-2/+3
2020-09-08rxrpc: Allow multiple client connections to the same peerDavid Howells1-0/+6
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells1-594/+487
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells1-3/+10
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells1-2/+1
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells1-0/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells1-2/+4
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells1-0/+44
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-6/+1
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells1-2/+6
2019-03-08rxrpc: Fix client call queueing, waiting for channelDavid Howells1-2/+2
2019-03-08rxrpc: Fix client call connect/disconnect raceDavid Howells1-5/+15
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells1-4/+1
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells1-4/+6
2018-09-28rxrpc: Fix error distributionDavid Howells1-2/+2
2018-08-01rxrpc: Trace packet transmissionDavid Howells1-0/+1
2018-08-01rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing1-2/+0