summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)AuthorFilesLines
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-04-20net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2022-01-29can: bcm: fix UAF of bcm opZiyang Xuan1-10/+10
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-07-21can: 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-23can: 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-01-23can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-11/+7
2018-01-23can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-11/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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-08-10rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+3
2017-06-09can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde1-2/+1
2017-04-27can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp1-8/+13
2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp1-28/+44
2017-04-25can: network namespace support for CAN_BCM protocolOliver Hartkopp1-33/+57
2017-04-25can: complete initial namespace supportOliver Hartkopp3-103/+114
2017-04-25can: remove obsolete definitionsOliver Hartkopp1-4/+0
2017-04-25can: remove obsolete pernet_operations definitionsOliver Hartkopp1-4/+0
2017-04-25can: fix memory leak in initial namespace supportOliver Hartkopp1-0/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-04can: initial support for network namespacesMario Kicherer6-176/+203
2017-01-30can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp1-7/+16
2017-01-30can: Fix kernel panic at security_sock_rcv_skbEric Dumazet5-8/+17
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner2-15/+15
2016-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+3
2016-11-23can: bcm: fix support for CAN FD framesOliver Hartkopp1-8/+10
2016-10-31can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp1-9/+23
2016-06-23can: only call can_stat_update with procfsArnd Bergmann2-21/+12
2016-06-17can: bcm: add support for CAN FD framesOliver Hartkopp1-88/+135
2016-06-17can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp1-25/+29
2016-06-17can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp1-16/+16
2016-06-17can: bcm: fix indention and other minor style issuesOliver Hartkopp1-14/+12
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring3-3/+14
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-1/+1