aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_accept.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-17rxrpc: Fix to use conn aborts for conn-wide failuresDavid Howells1-6/+6
2025-07-17rxrpc: Fix recv-recv race of completed callDavid Howells1-0/+1
2025-07-17rxrpc: Fix irq-disabled in local_bh_enable()David Howells1-0/+1
2025-07-09rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells1-0/+3
2025-07-09rxrpc: Fix bug due to prealloc collisionDavid Howells1-0/+1
2025-04-14rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells1-18/+16
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells1-10/+10
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells1-1/+1
2023-01-30rxrpc: Fix trace stringDavid Howells1-1/+1
2023-01-07rxrpc: Fix incoming call setup raceDavid Howells1-7/+7
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-1/+1
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells1-22/+21
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells1-1/+1
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells1-9/+9
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-4/+4
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-69/+57
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells1-4/+6
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells1-10/+3
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells1-0/+6
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells1-0/+2
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells1-0/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-9/+7
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-6/+3
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-3/+5
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-2/+2
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-3/+3
2022-11-08rxrpc: Fix congestion managementDavid Howells1-1/+2
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells1-3/+2
2022-05-22rxrpc: Fix locking issueDavid Howells1-3/+3
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells1-2/+2
2021-01-28rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa1-0/+1
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells1-7/+7
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells1-225/+38
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-20rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-1/+1
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells1-3/+11
2019-12-20rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells1-17/+3
2019-12-20rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells1-8/+28
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells1-0/+1
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells1-1/+1
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-10-15rxrpc: Fix an uninitialised variableDavid Howells1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+18
2018-10-08rxrpc: Fix the packet reception routineDavid Howells1-6/+15
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells1-2/+2
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells1-1/+1
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells1-1/+1
2018-09-28rxrpc: Make service call handling more robustDavid Howells1-29/+12
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells1-3/+3
2018-08-01rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing1-2/+2
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+17
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells1-0/+2
2018-03-30rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells1-2/+1
2018-03-30rxrpc: Fix potential call vs socket/net destruction raceDavid Howells1-0/+1
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells1-1/+2
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-7/+11
2017-11-24rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells1-1/+1
2017-08-29rxrpc: Fix IPv6 supportDavid Howells1-1/+1
2017-08-18rxrpc: Fix oops when discarding a preallocated service callDavid Howells1-0/+1
2017-06-14rxrpc: Cache the congestion window settingDavid Howells1-0/+1
2017-06-05rxrpc: Implement service upgradeDavid Howells1-1/+1
2017-06-05rxrpc: Permit multiple service bindingDavid Howells1-1/+2
2017-05-25rxrpc: Support network namespacingDavid Howells1-6/+8
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells1-3/+3
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells1-0/+48
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells1-1/+2
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells1-1/+1
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells1-1/+1
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells1-4/+4
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells1-0/+3
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells1-0/+4
2016-09-17rxrpc: Record calls that need to be acceptedDavid Howells1-0/+2
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells1-1/+8
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells1-1/+2
2016-09-13rxrpc: Add missing unlock in rxrpc_call_accept()David Howells1-3/+5
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-283/+189
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-0/+229
2016-09-08rxrpc: Convert rxrpc_local::services to an hlistDavid Howells1-1/+1
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells1-40/+15
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells1-5/+5
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-4/+9
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells1-2/+3
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-13/+6
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells1-0/+1
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-0/+1
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells1-24/+7
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells1-1/+0
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells1-3/+3
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-10/+1
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells1-1/+1
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells1-2/+2
2016-06-22rxrpc: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2016-06-15rxrpc: Rework local endpoint managementDavid Howells1-20/+5
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells1-1/+1
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-0/+518