aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sja1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-09-05can: sja1000: remove redundant variable retJinpeng Cui1-5/+1
2022-09-05can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das1-5/+33
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol1-0/+6
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol1-0/+1
2022-07-20can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-07-19can: sja1000: Change the return type as void for SoC specific initBiju Das1-9/+4
2022-07-19can: sja1000: Use device_get_match_data to get device dataBiju Das1-5/+2
2022-07-19can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controllerBiju Das2-4/+7
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp1-11/+0
2022-04-19can: Fix Links to Technologic Systems web resourcesKris Bahnsen2-5/+4
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-3/+1
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-2/+3
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-2/+0
2022-01-05can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar1-7/+8
2021-12-07can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter1-1/+6
2021-10-17can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma1-5/+4
2021-07-25can: peak_pci: Add name and FW version of the card in kernel bufferStephane Grosjean1-11/+53
2021-07-25can: peak_pci: fix checkpatch warningsMarc Kleine-Budde1-2/+4
2021-07-25can: peak_pci: convert comments to network style commentsMarc Kleine-Budde1-35/+14
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky6-18/+0
2021-02-21Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-3/+1
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König1-3/+1
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2020-11-30can: sja1000: sja1000_err(): don't count arbitration lose as an errorJeroen Hofstee1-1/+0
2020-11-20can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp1-5/+5
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-5/+5
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde2-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-9/+9
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-2/+2
2019-08-20can: peak_pci: Make structure peak_pciec_i2c_bit_ops constantNishka Dasgupta1-1/+1
2019-08-13can: sja1000: f81601: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-02can: sja1000: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-07-24can: sja1000: f81601: add Fintek F81601 supportJi-Ze Hong (Peter Hong)3-0/+223
2019-07-24can: sja1000: Makefile/Kconfig: sort alphabeticallyMarc Kleine-Budde2-40/+41
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner3-27/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner5-60/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-11-28can: sja1000: plx_pci: add support for ASEM CAN raw deviceFlavio Suligoi2-1/+65
2018-07-27can: sja1000: Replace mdelay with usleep_range in pcan_add_channelsJia-Ju Bai1-1/+1
2018-07-27can: sja1000: Replace mdelay with usleep_range in peak_pci_probeJia-Ju Bai1-1/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-7/+7