aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-104/+23
2018-05-14net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig1-3/+3
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-6/+0
2018-01-05can: af_can: give struct holding the CAN per device receive lists a sensible nameMarc Kleine-Budde1-4/+4
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-10-18net: can: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-04-25can: complete initial namespace supportOliver Hartkopp1-65/+76
2017-04-04can: initial support for network namespacesMario Kicherer1-74/+70
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring1-2/+1
2014-05-19can: add hash based access to single EFF frame filtersOliver Hartkopp1-3/+45
2014-05-19can: proc: make array printing function indenpendent from sff framesOliver Hartkopp1-12/+16
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-07-02can: fix sparse warning in af_can.cOliver Hartkopp1-3/+0
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde1-2/+0
2011-05-26can: convert to %pK for kptr_restrict supportOliver Hartkopp1-4/+3
2010-01-03can: Speed up CAN frame receiption by using ml_privOliver Hartkopp1-32/+61
2009-08-29can: switch to seq_fileAlexey Dobriyan1-150/+131
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2008-01-28[CAN]: Add PF_CAN core moduleOliver Hartkopp1-0/+533