summaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_event.c
AgeCommit message (Expand)Author
2024-02-05rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroDavid Howells
2023-02-07rxrpc: Trace ack.rwindDavid Howells
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells
2023-01-06rxrpc: Remove call->state_lockDavid Howells
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Clean up connection abortDavid Howells
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells
2020-06-05rxrpc: Fix missing notificationDavid Howells
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-12rxrpc: Trace received connection abortsDavid Howells
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells
2018-08-01rxrpc: Trace packet transmissionDavid Howells
2018-08-01rxrpc: Fix the trace for terminal ACK (re)transmissionDavid Howells
2018-06-06rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells
2018-02-08rxrpc: Don't put crypto buffers on the stackDavid Howells
2017-11-29rxrpc: Fix ACK generation from the connection event processorDavid Howells
2017-11-24rxrpc: Delay terminal ACK transmission on a client callDavid Howells
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2017-03-16rxrpc: Ignore BUSY packets on old callsDavid Howells
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells