aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-15rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells1-0/+126
2018-08-02rxrpc: Remove set but not used variable 'nowj'Wei Yongjun1-2/+1
2018-08-01rxrpc: Show some more information through /proc filesDavid Howells1-4/+9
2018-08-01rxrpc: Display call expect-receive-by timeout in procDavid Howells1-3/+11
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-29/+2
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells1-0/+6
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells1-1/+1
2017-05-25rxrpc: Support network namespacingDavid Howells1-12/+28
2017-01-05rxrpc: Show a call's hard-ACK cursors in /proc/net/rxrpc_callsDavid Howells1-2/+7
2016-09-13rxrpc: Add IPv6 supportDavid Howells1-18/+12
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-1/+7
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells1-1/+3
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-2/+1
2016-08-24rxrpc: Dup the main conn list for the proc interfaceDavid Howells1-4/+4
2016-08-24rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells1-8/+19
2016-08-23rxrpc: Calculate serial skew on packet receptionDavid Howells1-1/+1
2016-08-23rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells1-3/+3
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells1-3/+2
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells1-9/+9
2016-06-22rxrpc: Calls displayed in /proc may in future lack a connectionDavid Howells1-8/+11
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells1-12/+10
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-6/+6
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-0/+192
2007-04-26[AF_RXRPC]: Delete the old RxRPC code.David Howells1-617/+0
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven1-4/+4
2006-01-17[NET]: "signed long" -> "long"Kris Katterjohn1-6/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+617