summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells2022-12-193-14/+14
* rxrpc: rxperf: Fix uninitialised variableDavid Howells2022-12-191-1/+1
* rxrpc: Fix I/O thread stopDavid Howells2022-12-191-1/+3
* rxrpc: Fix switched parameters in peer tracingDavid Howells2022-12-191-2/+2
* rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells2022-12-193-23/+7
* rxrpc: Fix I/O thread startup getting skippedDavid Howells2022-12-193-0/+5
* rxrpc: Fix NULL deref in rxrpc_unuse_local()David Howells2022-12-191-1/+2
* rxrpc: Fix security setting propagationDavid Howells2022-12-193-5/+4
* rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells2022-12-191-1/+1
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-018-72/+5
* rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells2022-12-012-14/+10
* rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells2022-12-014-24/+39
* rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells2022-12-015-7/+23
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-0113-75/+75
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-0114-769/+525
* rxrpc: Extract the peer address from an incoming packet earlierDavid Howells2022-12-014-27/+31
* rxrpc: Reduce the use of RCU in packet inputDavid Howells2022-12-014-32/+59
* rxrpc: Simplify skbuff accounting in receive pathDavid Howells2022-12-012-61/+54
* rxrpc: Remove RCU from peer->error_targets listDavid Howells2022-12-016-11/+28
* rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-016-79/+156
* rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-0110-48/+84
* rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-015-5/+48
* rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changesDavid Howells2022-12-011-4/+0
* rxrpc: Remove call->input_lockDavid Howells2022-12-013-19/+5
* rxrpc: Move error processing into the local endpoint I/O threadDavid Howells2022-12-013-36/+38
* rxrpc: Move packet reception processing into I/O threadDavid Howells2022-12-015-25/+47
* rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells2022-12-014-21/+91
* rxrpc: Split the receive codeDavid Howells2022-12-014-366/+384
* rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-018-123/+118
* rxrpc: Don't hold a ref for call timer or workqueueDavid Howells2022-12-014-79/+51
* rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells2022-12-019-57/+51
* rxrpc: Trace rxrpc_bundle refcountDavid Howells2022-12-014-15/+21
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-0110-88/+72
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells2022-12-018-55/+55
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-019-38/+39
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-0112-63/+93
* rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells2022-12-012-23/+20
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-0114-108/+131
* rxrpc: Remove the [_k]net() debugging macrosDavid Howells2022-12-019-82/+3
* rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-017-46/+3
* rxrpc: Remove handling of duplicate packets in recvmsg_queueDavid Howells2022-12-011-18/+0
* rxrpc: Fix call leakDavid Howells2022-12-011-1/+0
* rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells2022-12-014-0/+654
* rxrpc: Fix checker warningDavid Howells2022-12-011-5/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-15/+24
|\
| * rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2022-11-182-15/+24
* | Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-11-183-11/+19
|\ \
| * | rxrpc: Fix network address validationDavid Howells2022-11-161-4/+5
| * | rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socketDavid Howells2022-11-161-6/+12
| * | rxrpc: Fix missing IPV6 #ifdefDavid Howells2022-11-141-1/+2