summaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_event.c
AgeCommit message (Expand)Author
2026-06-25rxrpc: Fix oob challenge leak in cleanup after notification failureDavid Howells
2026-05-20rxrpc: Fix RESPONSE packet verification to extract skb to a linear bufferDavid Howells
2026-05-10rxrpc: Also unshare DATA/RESPONSE packets when paged frags are presentHyunwoo Kim
2026-04-23rxrpc: Fix re-decryption of RESPONSE packetsDavid Howells
2026-04-23rxrpc: Fix conn-level packet handling to unshare RESPONSE packetsDavid Howells
2026-04-08rxrpc: only handle RESPONSE during service challengeWang Jie
2026-04-08rxrpc: Fix use of wrong skb when comparing queued RESP challenge serialAlok Tiwari
2026-01-21rxrpc: Fix data-race warning and potential load/store tearingDavid Howells
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells
2024-12-09rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells
2024-12-09rxrpc: Fix handling of received connection abortDavid Howells
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells
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