summaryrefslogtreecommitdiff
path: root/net/rxrpc/proc.c
AgeCommit message (Expand)Author
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells
2024-12-09rxrpc: Display stats about jumbo packets transmitted and receivedDavid Howells
2024-12-09rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells
2024-12-09rxrpc: Only set DF=1 on initial DATA transmissionDavid Howells
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells
2024-12-09rxrpc: Request an ACK on impending Tx stallDavid Howells
2024-12-09rxrpc: Show stats counter for received reason-0 ACKsDavid Howells
2024-12-09rxrpc: Clean up Tx header flags generation handlingDavid Howells
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroDavid Howells
2023-12-24rxrpc: Create a procfile to display outstanding client conn bundlesDavid Howells
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid 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: Clean up connection abortDavid Howells
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells
2022-11-08rxrpc: Fix congestion managementDavid Howells
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells
2022-11-08rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells
2022-11-08rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells
2022-05-22rxrpc: Fix locking issueDavid Howells
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells
2022-05-22rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells
2020-05-31rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-15rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells
2018-08-02rxrpc: Remove set but not used variable 'nowj'Wei Yongjun
2018-08-01rxrpc: Show some more information through /proc filesDavid Howells
2018-08-01rxrpc: Display call expect-receive-by timeout in procDavid Howells
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells
2017-05-25rxrpc: Support network namespacingDavid Howells
2017-01-05rxrpc: Show a call's hard-ACK cursors in /proc/net/rxrpc_callsDavid Howells
2016-09-13rxrpc: Add IPv6 supportDavid Howells
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells
2016-08-24rxrpc: Dup the main conn list for the proc interfaceDavid Howells