summaryrefslogtreecommitdiffstats
path: root/include/trace/events/rxrpc.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix overproduction of wakeups to recvmsg()David Howells2023-02-201-0/+1
* rxrpc: Trace ack.rwindDavid Howells2023-02-071-4/+7
* rxrpc: Change rx_packet tracepoint to display securityIndex not type twiceDavid Howells2023-01-311-3/+2
* rxrpc: Simplify ACK handlingDavid Howells2023-01-311-0/+36
* rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells2023-01-311-4/+6
* rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells2023-01-311-1/+2
* rxrpc: Shrink the tabulation in the rxrpc trace header a bitDavid Howells2023-01-311-98/+98
* rxrpc: Remove whitespace before ')' in trace headerDavid Howells2023-01-311-213/+213
* rxrpc: Fix trace stringDavid Howells2023-01-301-1/+1
* rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-3/+2
* rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-061-2/+1
* rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-061-0/+2
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-29/+111
* rxrpc: Clean up connection abortDavid Howells2023-01-061-0/+2
* rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-061-3/+2
* rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-061-0/+1
* rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-061-0/+1
* rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells2023-01-061-0/+3
* rxrpc: Fix a couple of potential use-after-freesDavid Howells2022-12-281-3/+3
* rxrpc: Fix switched parameters in peer tracingDavid Howells2022-12-191-1/+1
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-011-3/+0
* rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells2022-12-011-0/+38
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-22/+20
* rxrpc: Simplify skbuff accounting in receive pathDavid Howells2022-12-011-1/+2
* rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-011-1/+5
* rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-011-0/+3
* rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-011-0/+52
* rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-011-6/+5
* rxrpc: Don't hold a ref for call timer or workqueueDavid Howells2022-12-011-5/+1
* rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells2022-12-011-24/+33
* rxrpc: Trace rxrpc_bundle refcountDavid Howells2022-12-011-0/+34
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-34/+49
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells2022-12-011-21/+37
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-011-17/+26
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-13/+36
* rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-011-0/+60
* rxrpc: Fix congestion managementDavid Howells2022-11-081-0/+1
* rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-081-3/+4
* rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-081-38/+40
* rxrpc: Get rid of the Rx ringDavid Howells2022-11-081-8/+11
* rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells2022-11-081-7/+5
* rxrpc: Split the rxrpc_recvmsg tracepointDavid Howells2022-11-081-0/+24
* rxrpc: Clean up ACK handlingDavid Howells2022-11-081-16/+36
* rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-081-12/+35
* rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells2022-11-081-0/+45
* rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells2022-11-081-6/+3
* rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells2022-11-081-0/+1
* rxrpc: Split call timer-expiration from call timer-set tracepointDavid Howells2022-11-081-1/+41
* rxrpc: Trace setting of the request-ack flagDavid Howells2022-11-081-0/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-1/+1
|\