summaryrefslogtreecommitdiffstats
path: root/net/can/proc.c
Commit message (Expand)AuthorAgeFilesLines
* proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-104/+23Star
* net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig2018-05-141-3/+3
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-6/+0Star
* can: af_can: give struct holding the CAN per device receive lists a sensible ...Marc Kleine-Budde2018-01-051-4/+4
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-2/+2
* net: can: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+4
* can: complete initial namespace supportOliver Hartkopp2017-04-251-65/+76
* can: initial support for network namespacesMario Kicherer2017-04-041-74/+70Star
* can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring2016-06-171-2/+1Star
* can: add hash based access to single EFF frame filtersOliver Hartkopp2014-05-191-3/+45
* can: proc: make array printing function indenpendent from sff framesOliver Hartkopp2014-05-191-12/+16
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* can: fix sparse warning in af_can.cOliver Hartkopp2012-07-021-3/+0Star
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-181-2/+0Star
* can: convert to %pK for kptr_restrict supportOliver Hartkopp2011-05-261-4/+3Star
* can: Speed up CAN frame receiption by using ml_privOliver Hartkopp2010-01-041-32/+61
* can: switch to seq_fileAlexey Dobriyan2009-08-291-150/+131Star
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-301-2/+0Star
* [CAN]: Add PF_CAN core moduleOliver Hartkopp2008-01-281-0/+533