aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/proc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-24rxrpc: Create a procfile to display outstanding client conn bundlesGravatar David Howells 1-0/+76
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedGravatar David Howells 1-3/+1
2023-01-06rxrpc: Move client call connection to the I/O threadGravatar David Howells 1-0/+1
2023-01-06rxrpc: Remove call->state_lockGravatar David Howells 1-2/+4
2023-01-06rxrpc: Clean up connection abortGravatar David Howells 1-4/+6
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsGravatar David Howells 1-2/+3
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsGravatar David Howells 1-4/+10
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierGravatar David Howells 1-18/+7
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadGravatar David Howells 1-3/+9
2022-12-01rxrpc: Don't hold a ref for connection workqueueGravatar David Howells 1-2/+3
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleGravatar David Howells 1-3/+3
2022-11-08rxrpc: Fix congestion managementGravatar David Howells 1-2/+2
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueGravatar David Howells 1-5/+4
2022-11-08rxrpc: Get rid of the Rx ringGravatar David Howells 1-3/+4
2022-11-08rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedGravatar David Howells 1-1/+2
2022-11-08rxrpc: Record stats for why the REQUEST-ACK flag is being setGravatar David Howells 1-0/+14
2022-11-08rxrpc: Record statistics about ACK typesGravatar David Howells 1-0/+33
2022-11-08rxrpc: Add stats procfile and DATA packet statsGravatar David Howells 1-0/+48
2022-05-22rxrpc: Fix locking issueGravatar David Howells 1-8/+2
2022-05-22rxrpc: Use refcount_t rather than atomic_tGravatar David Howells 1-4/+4
2022-05-22rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procGravatar David Howells 1-0/+69
2020-09-08rxrpc: Rewrite the client connection managerGravatar David Howells 1-1/+1
2020-05-31rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDGravatar David Howells 1-3/+3
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutGravatar David Howells 1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-10-15rxrpc: Add /proc/net/rxrpc/peers to display peer listGravatar David Howells 1-0/+126
2018-08-02rxrpc: Remove set but not used variable 'nowj'Gravatar Wei Yongjun 1-2/+1
2018-08-01rxrpc: Show some more information through /proc filesGravatar David Howells 1-4/+9
2018-08-01rxrpc: Display call expect-receive-by timeout in procGravatar David Howells 1-3/+11
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-29/+2
2018-03-30rxrpc: Fix checker warnings and errorsGravatar David Howells 1-0/+6
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-2/+0
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDGravatar David Howells 1-1/+1
2017-05-25rxrpc: Support network namespacingGravatar David Howells 1-12/+28
2017-01-05rxrpc: Show a call's hard-ACK cursors in /proc/net/rxrpc_callsGravatar David Howells 1-2/+7
2016-09-13rxrpc: Add IPv6 supportGravatar David Howells 1-18/+12
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsGravatar David Howells 1-1/+7
2016-09-07rxrpc: Calls shouldn't hold socket refsGravatar David Howells 1-1/+3
2016-08-30rxrpc: Calls should only have one terminal stateGravatar David Howells 1-2/+1
2016-08-24rxrpc: Dup the main conn list for the proc interfaceGravatar David Howells 1-4/+4
2016-08-24rxrpc: Make /proc/net/rxrpc_calls saferGravatar David Howells 1-8/+19
2016-08-23rxrpc: Calculate serial skew on packet receptionGravatar David Howells 1-1/+1
2016-08-23rxrpc: Tidy up the rxrpc_call struct a bitGravatar David Howells 1-3/+3
2016-07-06rxrpc: Call channels should have separate call number spacesGravatar David Howells 1-3/+2
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defGravatar David Howells 1-9/+9
2016-06-22rxrpc: Calls displayed in /proc may in future lack a connectionGravatar David Howells 1-8/+11
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}Gravatar David Howells 1-12/+10
2016-06-22rxrpc: Use structs to hold connection params and protocol infoGravatar David Howells 1-6/+6
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixGravatar David Howells 1-0/+192
2007-04-26[AF_RXRPC]: Delete the old RxRPC code.Gravatar David Howells 1-617/+0