aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-13can: af_can: avoid splitting quoted string across linesMarc Kleine-Budde1-10/+7
2019-08-13can: af_can: fix alignmentMarc Kleine-Budde1-2/+2
2019-08-13can: af_can: balance braces around else statementsMarc Kleine-Budde1-5/+8
2019-08-13can: af_can: convert block comments to network style commentsMarc Kleine-Budde2-37/+15
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-15/+33
2019-07-29can: fix ioctl function removalOliver Hartkopp2-2/+16
2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing1-15/+33
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp6-0/+6
2019-07-24can: remove obsolete empty ioctl() handlerOliver Hartkopp3-11/+2
2019-07-24can: Kconfig: correct history of the CAN protocolRobert P. J. Day1-5/+6
2019-06-07can: purge socket error queue on sock destructWillem de Bruijn1-0/+1
2019-06-07can: af_can: Fix error path of can_init()YueHaibing1-3/+21
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann3-6/+2
2019-01-22can: bcm: check timer values before ktime conversionOliver Hartkopp1-0/+27
2019-01-07can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2018-11-09can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp1-7/+8
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2-2/+2
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig2-118/+25
2018-05-14net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig2-4/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai3-3/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches2-2/+2
2018-03-22net: Convert can_pernet_opsKirill Tkhai1-0/+1
2018-03-05net: Convert cangw_pernet_opsKirill Tkhai1-0/+1
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+2
2018-01-26can: migrate documentation to restructured textRobert Schwebel1-1/+1
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+14
2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-11/+7
2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-11/+7
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan2-7/+0
2018-01-05can: af_can: give struct holding the CAN per device receive lists a sensible nameMarc Kleine-Budde3-15/+15
2018-01-05can: raw: raw_bind(): bail out if can_family is not AF_CANMarc Kleine-Budde1-0/+2
2017-12-04net: use rtnl_register_module where neededFlorian Westphal1-4/+10
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+19
2017-10-19can: af_can: can_pernet_init(): add missing error handling for kzalloc returning NULLMarc Kleine-Budde1-1/+13
2017-10-19can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde1-3/+3
2017-10-19can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King1-2/+3
2017-10-18net: can: Convert timers to use timer_setup()Kees Cook3-7/+7
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+3