summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/proc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells2018-10-161-0/+126
* rxrpc: Remove set but not used variable 'nowj'Wei Yongjun2018-08-021-2/+1Star
* rxrpc: Show some more information through /proc filesDavid Howells2018-08-011-4/+9
* rxrpc: Display call expect-receive-by timeout in procDavid Howells2018-08-011-3/+11
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-29/+2Star
* rxrpc: Fix checker warnings and errorsDavid Howells2018-03-301-0/+6
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0Star
* rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells2017-06-051-1/+1
* rxrpc: Support network namespacingDavid Howells2017-05-251-12/+28
* rxrpc: Show a call's hard-ACK cursors in /proc/net/rxrpc_callsDavid Howells2017-01-051-2/+7
* rxrpc: Add IPv6 supportDavid Howells2016-09-141-18/+12Star
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-1/+7
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-071-1/+3
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-301-2/+1Star
* rxrpc: Dup the main conn list for the proc interfaceDavid Howells2016-08-241-4/+4
* rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells2016-08-241-8/+19
* rxrpc: Calculate serial skew on packet receptionDavid Howells2016-08-231-1/+1
* rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells2016-08-231-3/+3
* rxrpc: Call channels should have separate call number spacesDavid Howells2016-07-061-3/+2Star
* rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells2016-07-061-9/+9
* rxrpc: Calls displayed in /proc may in future lack a connectionDavid Howells2016-06-221-8/+11
* rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells2016-06-221-12/+10Star
* rxrpc: Use structs to hold connection params and protocol infoDavid Howells2016-06-221-6/+6
* rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells2016-06-131-0/+192
* [AF_RXRPC]: Delete the old RxRPC code.David Howells2007-04-271-617/+0Star
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-4/+4
* [NET]: "signed long" -> "long"Kris Katterjohn2006-01-171-6/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+617