summaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_event.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-25rxrpc: Fix oob challenge leak in cleanup after notification failureDavid Howells1-2/+7
2026-05-20rxrpc: Fix RESPONSE packet verification to extract skb to a linear bufferDavid Howells1-18/+12
2026-05-10rxrpc: Also unshare DATA/RESPONSE packets when paged frags are presentHyunwoo Kim1-1/+2
2026-04-23rxrpc: Fix re-decryption of RESPONSE packetsDavid Howells1-12/+2
2026-04-23rxrpc: Fix conn-level packet handling to unshare RESPONSE packetsDavid Howells1-1/+28
2026-04-08rxrpc: only handle RESPONSE during service challengeWang Jie1-2/+12
2026-04-08rxrpc: Fix use of wrong skb when comparing queued RESP challenge serialAlok Tiwari1-2/+3
2026-01-21rxrpc: Fix data-race warning and potential load/store tearingDavid Howells1-1/+1
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells1-8/+126
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells1-3/+1
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells1-7/+10
2024-12-09rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells1-1/+2
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells1-4/+4
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells1-6/+11
2024-12-09rxrpc: Fix handling of received connection abortDavid Howells1-4/+8
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells1-8/+8
2024-02-05rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells1-0/+8
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroDavid Howells1-1/+1
2023-02-07rxrpc: Trace ack.rwindDavid Howells1-1/+1
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells1-39/+10
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-8/+3
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells1-14/+32
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells1-10/+9
2023-01-06rxrpc: Clean up connection abortDavid Howells1-152/+81
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells1-4/+10
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells1-29/+5
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-8/+8
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-0/+60
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells1-4/+0
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells1-3/+3
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-2/+2
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-2/+2
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells1-11/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-13/+13
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells1-4/+0
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells1-4/+0
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells1-1/+0
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells1-1/+2
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells1-3/+3
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells1-1/+1
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells1-6/+8
2020-06-05rxrpc: Fix missing notificationDavid Howells1-4/+3
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells1-10/+20
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells1-15/+1
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-12rxrpc: Trace received connection abortsDavid Howells1-4/+7
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells1-11/+15