summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/net_ns.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Create a procfile to display outstanding client conn bundlesDavid Howells2023-12-241-0/+4
* rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-061-17/+0
* rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-011-1/+1
* rxrpc: Add stats procfile and DATA packet statsDavid Howells2022-11-081-0/+2
* rxrpc: Fix locking issueDavid Howells2022-05-221-1/+1
* rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells2022-05-221-1/+4
* rxrpc: Restore removed timer deletionDavid Howells2022-04-151-0/+2
* rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet2022-04-061-1/+1
* rxrpc: Rewrite the client connection managerDavid Howells2020-09-081-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells2018-10-151-0/+3
* rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-081-3/+3
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-2/+5
* rxrpc: Fix leak of rxrpc_peer objectsDavid Howells2018-03-301-0/+1
* rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells2018-03-301-0/+1
* rxrpc: Fix potential call vs socket/net destruction raceDavid Howells2018-03-301-0/+1
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-301-1/+20
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Convert rxrpc_net_opsKirill Tkhai2018-03-231-0/+1
* rxrpc: Fix conn expiry timersDavid Howells2017-11-241-4/+26
* rxrpc: Fix service endpoint expiryDavid Howells2017-11-241-0/+3
* rxrpc: remove redundant proc_remove callColin Ian King2017-06-041-1/+0
* rxrpc: Support network namespacingDavid Howells2017-05-251-0/+85