summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)AuthorFilesLines
2023-08-11can: bcm: Fix UAF in bcm_proc_show()YueHaibing1-6/+6
2023-04-05can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov1-6/+10
2022-10-26can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan1-3/+4
2022-07-12can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp1-4/+14
2022-04-15net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2022-01-27can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner1-104/+52
2021-08-04can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan1-2/+18
2021-07-20can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp1-0/+3
2021-07-20can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo1-1/+6
2021-06-30can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2-27/+94
2021-06-30can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek1-0/+3
2020-11-24can: af_can: prevent potential access of uninitialized member in canfd_rcv()Anant Thazhemadam1-5/+14
2020-11-24can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam1-5/+14
2020-11-22can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong1-2/+4
2019-08-29can: gw: Fix error path of cgw_module_initYueHaibing1-15/+33
2019-07-14can: af_can: Fix error path of can_init()YueHaibing1-3/+21
2019-06-25can: purge socket error queue on sock destructWillem de Bruijn1-0/+1
2019-01-31can: bcm: check timer values before ktime conversionOliver Hartkopp1-0/+27
2019-01-22can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2018-12-01can: 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-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus 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-20Merge 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 ...Marc 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-22treewide: 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 return...Marc 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-10rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3