aboutsummaryrefslogtreecommitdiff
path: root/net/can/proc.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-1/+1
2021-05-27can: proc: remove unnecessary variablesGravatar zuoqilin 1-5/+1
2021-04-25can: proc: fix rcvlist_* header alignment on 64-bit systemGravatar Erik Flodin 1-2/+4
2021-02-24net: introduce CAN specific pointer in the struct net_deviceGravatar Oleksij Rempel 1-6/+13
2020-11-03can: proc: can_remove_proc(): silence remove_proc_entry warningGravatar Zhang Changzhong 1-2/+4
2020-10-12can: remove obsolete version stringsGravatar Oliver Hartkopp 1-12/+0
2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesGravatar Masahiro Yamada 1-1/+1
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyGravatar Marc Kleine-Budde 1-0/+1
2019-09-04can: proc: give variable holding the CAN per device receive lists a sensible ...Gravatar Marc Kleine-Budde 1-18/+20
2019-09-04can: netns: remove "can_" prefix from members struct netns_canGravatar Marc Kleine-Budde 1-7/+7
2019-09-04can: proc: give variables holding CAN statistics a sensible nameGravatar Marc Kleine-Budde 1-58/+58
2019-09-04can: netns: give members of struct netns_can holding the statistics a sensibl...Gravatar Marc Kleine-Budde 1-7/+7
2019-09-04can: netns: give structs holding the CAN statistics a sensible nameGravatar Marc Kleine-Budde 1-8/+8
2019-07-24can: Add SPDX license identifiers for CAN subsystemGravatar Oliver Hartkopp 1-0/+1
2018-05-16proc: introduce proc_create_net_singleGravatar Christoph Hellwig 1-104/+23
2018-05-14net/can: single_open_net needs to be paired with single_release_netGravatar Christoph Hellwig 1-3/+3
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-6/+0
2018-01-05can: af_can: give struct holding the CAN per device receive lists a sensible ...Gravatar Marc Kleine-Budde 1-4/+4
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-2/+2
2017-10-18net: can: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+4
2017-04-25can: complete initial namespace supportGravatar Oliver Hartkopp 1-65/+76
2017-04-04can: initial support for network namespacesGravatar Mario Kicherer 1-74/+70
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedGravatar Alexander Aring 1-2/+1
2014-05-19can: add hash based access to single EFF frame filtersGravatar Oliver Hartkopp 1-3/+45
2014-05-19can: proc: make array printing function indenpendent from sff framesGravatar Oliver Hartkopp 1-12/+16
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Gravatar Adam Buchbinder 1-1/+1
2012-07-02can: fix sparse warning in af_can.cGravatar Oliver Hartkopp 1-3/+0
2011-10-17can: remove references to berlios mailinglistGravatar Marc Kleine-Budde 1-2/+0
2011-05-26can: convert to %pK for kptr_restrict supportGravatar Oliver Hartkopp 1-4/+3
2010-01-03can: Speed up CAN frame receiption by using ml_privGravatar Oliver Hartkopp 1-32/+61
2009-08-29can: switch to seq_fileGravatar Alexey Dobriyan 1-150/+131
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-2/+0
2008-01-28[CAN]: Add PF_CAN core moduleGravatar Oliver Hartkopp 1-0/+533