summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)Author
2019-09-04can: netns: give structs holding the CAN statistics a sensible nameMarc Kleine-Budde
2019-08-13can: gw: add support for CAN FD framesOliver Hartkopp
2019-08-13can: gw: use struct canfd_frame as internal data structureOliver Hartkopp
2019-08-13can: gw: cgw_parse_attr(): remove unnecessary braces for single statement blockMarc Kleine-Budde
2019-08-13can: gw: cgw_dump_jobs(): avoid long linesMarc Kleine-Budde
2019-08-13can: gw: can_can_gw_rcv(): remove return at end of void functionMarc Kleine-Budde
2019-08-13can: gw: add missing spaces around operatorsMarc Kleine-Budde
2019-08-13can: gw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde
2019-08-13can: gw: convert block comments to network style commentsMarc Kleine-Budde
2019-08-13can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner
2019-08-13can: bcm: bcm_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde
2019-08-13can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde
2019-08-13can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde
2019-08-13can: raw: balance braces around else statementsMarc Kleine-Budde
2019-08-13can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde
2019-08-13can: raw: convert block comments to network style commentsMarc Kleine-Budde
2019-08-13can: af_can: add missing identifiers to struct receiver::funcMarc Kleine-Budde
2019-08-13can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usageMarc Kleine-Budde
2019-08-13can: af_can: avoid splitting quoted string across linesMarc Kleine-Budde
2019-08-13can: af_can: fix alignmentMarc Kleine-Budde
2019-08-13can: af_can: balance braces around else statementsMarc Kleine-Budde
2019-08-13can: af_can: convert block comments to network style commentsMarc Kleine-Budde
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-29can: fix ioctl function removalOliver Hartkopp
2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp
2019-07-24can: remove obsolete empty ioctl() handlerOliver Hartkopp
2019-07-24can: Kconfig: correct history of the CAN protocolRobert P. J. Day
2019-06-07can: purge socket error queue on sock destructWillem de Bruijn
2019-06-07can: af_can: Fix error path of can_init()YueHaibing
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-01-22can: bcm: check timer values before ktime conversionOliver Hartkopp
2019-01-07can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn
2018-11-09can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig
2018-05-14net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-22net: Convert can_pernet_opsKirill Tkhai
2018-03-05net: Convert cangw_pernet_opsKirill Tkhai
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko