summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter2022-11-181-2/+0
* | | rxrpc: fix rxkad_verify_response()Dan Carpenter2022-11-181-2/+4
|/ /
* | rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells2022-11-082-26/+28
* | rxrpc: Fix congestion managementDavid Howells2022-11-0810-20/+59
* | rxrpc: Remove the rxtx ringDavid Howells2022-11-082-39/+0
* | rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-085-116/+180
* | rxrpc: Remove call->lockDavid Howells2022-11-085-32/+3
* | rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-0811-423/+309
* | rxrpc: Get rid of the Rx ringDavid Howells2022-11-0810-199/+279