summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-051-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-091-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-311-8/+19
* rxrpc: Fix call interruptibility handlingDavid Howells2020-03-141-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
|\
| * rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-4/+2
| * rxrpc: Abstract out rxtx ring cleanupDavid Howells2019-08-271-16/+17
* | rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells2019-07-301-1/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-161-0/+2
* rxrpc: Fix net namespace cleanupDavid Howells2019-04-301-16/+16
* Revert "rxrpc: Allow failed client calls to be retried"David Howells2019-01-161-97/+0
* rxrpc: Fix the packet reception routineDavid Howells2018-10-081-0/+1
* rxrpc: Fix some missed refs to init_netDavid Howells2018-10-051-2/+2
* rxrpc: Fix error distributionDavid Howells2018-09-281-1/+1
* atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-9/+23
|\
| * rxrpc: Fix potential call vs socket/net destruction raceDavid Howells2018-03-301-3/+13
| * rxrpc: Fix checker warnings and errorsDavid Howells2018-03-301-0/+1
| * rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-281-6/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-291-23/+39
|\
| * rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-241-0/+1
| * rxrpc: Fix call timeoutsDavid Howells2017-11-241-11/+16
| * rxrpc: Split the call params from the operation paramsDavid Howells2017-11-241-8/+7
| * rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells2017-11-241-4/+15
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3
|/
* rxrpc: Lock around calling a kernel service Rx notificationDavid Howells2017-11-021-0/+1
* rxrpc: Allow failed client calls to be retriedDavid Howells2017-08-291-5/+97