summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_accept.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa2021-01-281-0/+1
* rxrpc: Don't retain the server key in the connectionDavid Howells2020-11-231-7/+7
* rxrpc: Fix accept on a connection that need securingDavid Howells2020-10-051-225/+38
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-201-0/+7
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-1/+1
* rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-201-3/+11
* rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2019-12-201-17/+3
* rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2019-12-201-8/+28
* rxrpc: Fix call crypto state cleanupDavid Howells2019-10-071-0/+1
* rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2019-10-071-1/+1
* rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2019-10-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-1/+1
|\
| * rxrpc: Fix an uninitialised variableDavid Howells2018-10-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-9/+18
|\|
| * rxrpc: Fix the packet reception routineDavid Howells2018-10-081-6/+15
| * rxrpc: Fix connection-level abort handlingDavid Howells2018-10-081-2/+2
| * rxrpc: Fix some missed refs to init_netDavid Howells2018-10-051-1/+1
* | rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells2018-10-041-1/+1
|/
* rxrpc: Make service call handling more robustDavid Howells2018-09-281-29/+12
* rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells2018-09-281-3/+3
* rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-10/+17
|\
| * rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells2018-03-301-0/+2
| * rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells2018-03-301-2/+1
| * rxrpc: Fix potential call vs socket/net destruction raceDavid Howells2018-03-301-0/+1
| * rxrpc: Fix checker warnings and errorsDavid Howells2018-03-301-1/+2
| * rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-271-7/+11
|/
* rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells2017-11-241-1/+1
* rxrpc: Fix IPv6 supportDavid Howells2017-08-291-1/+1
* rxrpc: Fix oops when discarding a preallocated service callDavid Howells2017-08-181-0/+1
* rxrpc: Cache the congestion window settingDavid Howells2017-06-141-0/+1
* rxrpc: Implement service upgradeDavid Howells2017-06-051-1/+1
* rxrpc: Permit multiple service bindingDavid Howells2017-06-051-1/+2
* rxrpc: Support network namespacingDavid Howells2017-05-251-6/+8
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-3/+3
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-0/+48
* rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells2017-01-091-1/+2
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-061-1/+1
* rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells2016-10-061-1/+1
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-291-4/+4
* rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-171-0/+3
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-0/+4
* rxrpc: Record calls that need to be acceptedDavid Howells2016-09-171-0/+2
* rxrpc: Fix prealloc refcountingDavid Howells2016-09-131-1/+8
* rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells2016-09-131-1/+2
* rxrpc: Add missing unlock in rxrpc_call_accept()David Howells2016-09-131-3/+5
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-283/+189
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-0/+229