aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_event.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells1-2/+2
2018-08-01rxrpc: Trace packet transmissionDavid Howells1-4/+9
2018-08-01rxrpc: Fix the trace for terminal ACK (re)transmissionDavid Howells1-2/+4
2018-06-06rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells1-1/+1
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells1-3/+8
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells1-0/+3
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-1/+2
2018-02-08rxrpc: Don't put crypto buffers on the stackDavid Howells1-0/+1
2017-11-29rxrpc: Fix ACK generation from the connection event processorDavid Howells1-21/+29
2017-11-24rxrpc: Delay terminal ACK transmission on a client callDavid Howells1-13/+61
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells1-2/+2
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells1-3/+6
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells1-4/+4
2017-03-16rxrpc: Ignore BUSY packets on old callsDavid Howells1-0/+4
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells1-1/+2
2016-09-24rxrpc: Implement slow-startDavid Howells1-0/+1
2016-09-23rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells1-3/+2
2016-09-17rxrpc: Improve skb tracingDavid Howells1-3/+3
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionDavid Howells1-0/+3
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-119/+18
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-0/+6
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-1/+0
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells1-0/+1
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-25/+25
2016-08-30rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells1-11/+15
2016-08-24rxrpc: Fix conn-based retransmitDavid Howells1-0/+1
2016-08-23rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells1-0/+113
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells1-0/+2
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells1-11/+13
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells1-1/+4
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells1-7/+1
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells1-3/+3
2016-07-06rxrpc: Provide queuing helper functionsDavid Howells1-1/+1
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu1-1/+4
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells1-1/+1
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells1-3/+3
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-4/+4
2016-06-15rxrpc: Rework local endpoint managementDavid Howells1-13/+2
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-0/+403