summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_event.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells2024-02-291-8/+8
* rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells2024-02-051-0/+8
* rxrpc: Fix generation of serial numbers to skip zeroDavid Howells2024-02-051-1/+1
* rxrpc: Trace ack.rwindDavid Howells2023-02-071-1/+1
* rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-39/+10
* rxrpc: Remove call->state_lockDavid Howells2023-01-061-8/+3
* rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-061-14/+32
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-10/+9
* rxrpc: Clean up connection abortDavid Howells2023-01-061-152/+81
* rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-061-4/+10
* rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-061-29/+5
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-011-8/+8
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-0/+60
* rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-011-4/+0
* rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells2022-12-011-3/+3
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells2022-12-011-2/+2
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-2/+2
* rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells2022-12-011-11/+1
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-011-13/+13
* rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-011-4/+0
* rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells2020-11-231-4/+0
* rxrpc: Don't retain the server key in the connectionDavid Howells2020-11-231-1/+0
* rxrpc: Support keys with multiple authentication tokensDavid Howells2020-11-231-1/+2
* rxrpc: Fix loss of final ack on shutdownDavid Howells2020-10-151-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-4/+4
|\
| * rxrpc: Fix accept on a connection that need securingDavid Howells2020-10-051-1/+1
| * rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells2020-10-051-3/+3
* | rxrpc: Rewrite the client connection managerDavid Howells2020-09-081-6/+8
|/
* rxrpc: Fix missing notificationDavid Howells2020-06-051-4/+3
* rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-01-301-10/+20
* rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-201-15/+1
* rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rxrpc: Trace received connection abortsDavid Howells2019-04-121-4/+7
* rxrpc: Fix connection-level abort handlingDavid Howells2018-10-081-11/+15
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-2/+2
|\
| * rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-081-2/+2
* | rxrpc: Trace packet transmissionDavid Howells2018-08-011-4/+9
* | rxrpc: Fix the trace for terminal ACK (re)transmissionDavid Howells2018-08-011-2/+4
|/
* rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells2018-06-061-1/+1
* rxrpc: Trace UDP transmission failureDavid Howells2018-05-101-3/+8
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-301-0/+3
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-271-1/+2
* rxrpc: Don't put crypto buffers on the stackDavid Howells2018-02-081-0/+1
* rxrpc: Fix ACK generation from the connection event processorDavid Howells2017-11-291-21/+29
* rxrpc: Delay terminal ACK transmission on a client callDavid Howells2017-11-241-13/+61
* rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells2017-06-051-2/+2
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-061-3/+6
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-4/+4
* rxrpc: Ignore BUSY packets on old callsDavid Howells2017-03-161-0/+4