summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: gw: add support for CAN FD framesOliver Hartkopp2019-08-131-27/+187
* can: gw: use struct canfd_frame as internal data structureOliver Hartkopp2019-08-131-105/+117
* can: gw: cgw_parse_attr(): remove unnecessary braces for single statement blockMarc Kleine-Budde2019-08-131-2/+1
* can: gw: cgw_dump_jobs(): avoid long linesMarc Kleine-Budde2019-08-131-2/+3
* can: gw: can_can_gw_rcv(): remove return at end of void functionMarc Kleine-Budde2019-08-131-1/+0
* can: gw: add missing spaces around operatorsMarc Kleine-Budde2019-08-131-18/+18
* can: gw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde2019-08-131-14/+1
* can: gw: convert block comments to network style commentsMarc Kleine-Budde2019-08-131-16/+8
* can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner2019-08-131-104/+52
* can: bcm: bcm_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde2019-08-131-2/+2
* can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde2019-08-131-2/+2
* can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde2019-08-131-1/+1
* can: raw: balance braces around else statementsMarc Kleine-Budde2019-08-131-4/+8
* can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde2019-08-131-3/+1
* can: raw: convert block comments to network style commentsMarc Kleine-Budde2019-08-131-8/+4
* can: af_can: add missing identifiers to struct receiver::funcMarc Kleine-Budde2019-08-131-1/+1
* can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usageMarc Kleine-Budde2019-08-131-3/+3
* can: af_can: avoid splitting quoted string across linesMarc Kleine-Budde2019-08-131-10/+7
* can: af_can: fix alignmentMarc Kleine-Budde2019-08-131-2/+2
* can: af_can: balance braces around else statementsMarc Kleine-Budde2019-08-131-5/+8
* can: af_can: convert block comments to network style commentsMarc Kleine-Budde2019-08-132-37/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-15/+33
|\
| * can: gw: Fix error path of cgw_module_initYueHaibing2019-07-241-15/+33
* | can: fix ioctl function removalOliver Hartkopp2019-07-292-2/+16
* | can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp2019-07-246-0/+6
* | can: remove obsolete empty ioctl() handlerOliver Hartkopp2019-07-243-11/+2
* | can: Kconfig: correct history of the CAN protocolRobert P. J. Day2019-07-241-5/+6
|/
* can: purge socket error queue on sock destructWillem de Bruijn2019-06-071-0/+1
* can: af_can: Fix error path of can_init()YueHaibing2019-06-071-3/+21
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-193-6/+2
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-01-221-0/+27
* can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp2019-01-071-3/+27
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-171-1/+1
* can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp2018-11-091-7/+8
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-282-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+6
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-2/+2
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-262-2/+2
* | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-162-118/+25
* | net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig2018-05-142-4/+4
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-273-3/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-262-2/+2
* net: Convert can_pernet_opsKirill Tkhai2018-03-221-0/+1
* net: Convert cangw_pernet_opsKirill Tkhai2018-03-051-0/+1
* net: Convert /proc creating and destroying pernet_operationsKirill Tkhai2018-02-271-0/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+2
* can: migrate documentation to restructured textRobert Schwebel2018-01-261-1/+1
OpenPOWER on IntegriCloud