aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_event.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structGravatar David Howells 1-8/+8
2024-02-05rxrpc: Fix response to PING RESPONSE ACKs to a dead callGravatar David Howells 1-0/+8
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroGravatar David Howells 1-1/+1
2023-02-07rxrpc: Trace ack.rwindGravatar David Howells 1-1/+1
2023-01-06rxrpc: Move client call connection to the I/O threadGravatar David Howells 1-39/+10
2023-01-06rxrpc: Remove call->state_lockGravatar David Howells 1-8/+3
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadGravatar David Howells 1-14/+32
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 1-10/+9
2023-01-06rxrpc: Clean up connection abortGravatar David Howells 1-152/+81
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionGravatar David Howells 1-4/+10
2023-01-06rxrpc: Separate call retransmission from other conn eventsGravatar David Howells 1-29/+5
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksGravatar David Howells 1-8/+8
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 1-0/+60
2022-12-01rxrpc: Don't hold a ref for connection workqueueGravatar David Howells 1-4/+0
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingGravatar David Howells 1-3/+3
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingGravatar David Howells 1-2/+2
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingGravatar David Howells 1-2/+2
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierGravatar David Howells 1-11/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleGravatar David Howells 1-13/+13
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosGravatar David Howells 1-4/+0
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityGravatar David Howells 1-4/+0
2020-11-23rxrpc: Don't retain the server key in the connectionGravatar David Howells 1-1/+0
2020-11-23rxrpc: Support keys with multiple authentication tokensGravatar David Howells 1-1/+2
2020-10-15rxrpc: Fix loss of final ack on shutdownGravatar David Howells 1-3/+3
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+4
2020-10-05rxrpc: Fix accept on a connection that need securingGravatar David Howells 1-1/+1
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockGravatar David Howells 1-3/+3
2020-09-08rxrpc: Rewrite the client connection managerGravatar David Howells 1-6/+8
2020-06-05rxrpc: Fix missing notificationGravatar David Howells 1-4/+3
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectGravatar David Howells 1-10/+20
2019-12-20rxrpc: Fix missing security check on incoming callsGravatar David Howells 1-15/+1
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingGravatar David Howells 1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-12rxrpc: Trace received connection abortsGravatar David Howells 1-4/+7
2018-10-08rxrpc: Fix connection-level abort handlingGravatar David Howells 1-11/+15
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2018-08-08rxrpc: Fix the keepalive generator [ver #2]Gravatar David Howells 1-2/+2
2018-08-01rxrpc: Trace packet transmissionGravatar David Howells 1-4/+9
2018-08-01rxrpc: Fix the trace for terminal ACK (re)transmissionGravatar David Howells 1-2/+4
2018-06-06rxrpc: Fix terminal retransmission connection ID to include the channelGravatar David Howells 1-1/+1
2018-05-10rxrpc: Trace UDP transmission failureGravatar David Howells 1-3/+8
2018-03-30rxrpc: Fix firewall route keepaliveGravatar David Howells 1-0/+3
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesGravatar David Howells 1-1/+2
2018-02-08rxrpc: Don't put crypto buffers on the stackGravatar David Howells 1-0/+1
2017-11-29rxrpc: Fix ACK generation from the connection event processorGravatar David Howells 1-21/+29
2017-11-24rxrpc: Delay terminal ACK transmission on a client callGravatar David Howells 1-13/+61
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDGravatar David Howells 1-2/+2
2017-04-06rxrpc: Trace protocol errors in received packetsGravatar David Howells 1-3/+6
2017-04-06rxrpc: Use negative error codes in rxrpc_call structGravatar David Howells 1-4/+4
2017-03-16rxrpc: Ignore BUSY packets on old callsGravatar David Howells 1-0/+4