summaryrefslogtreecommitdiff
path: root/drivers/net/can/sja1000
AgeCommit message (Expand)AuthorFilesLines
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2023-10-06can: sja1000: Always restart the Tx queue after an overrunMiquel Raynal1-1/+7
2023-10-05can: peak_pci: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-04can: sja1000: Fix commentMiquel Raynal1-1/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-6/+1
2023-07-30can: ems_pci: move ASIX AX99100 ids to pci_ids.hJiaqing Zhao1-5/+1
2023-07-30can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definitionJiaqing Zhao1-2/+1
2023-07-28can: Explicitly include correct DT includes, part 2Rob Herring1-1/+0
2023-07-19can: ems_pci: Remove unnecessary (void*) conversionsWu Yunchuan1-3/+3
2023-06-22can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCsMiquel Raynal3-4/+31
2023-06-22can: sja1000: Prepare the use of a threaded handlerMiquel Raynal1-3/+8
2023-05-15can: sja1000_platform: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: sja1000_isa: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-02-02can: ems_pci: Add myself as module authorGerhard Uttenthaler1-0/+1
2023-02-02can: ems_pci: Deassert hardware resetGerhard Uttenthaler1-0/+8
2023-02-02can: ems_pci: Add IRQ enableGerhard Uttenthaler1-2/+9
2023-02-02can: ems_pci: Initialize CAN controller base addressesGerhard Uttenthaler1-2/+7
2023-02-02can: ems_pci: Add read/write register and post irq functionsGerhard Uttenthaler1-1/+23
2023-02-02can: ems_pci: Initialize BAR registersGerhard Uttenthaler1-9/+28
2023-02-02can: ems_pci: Add Asix AX99100 definitionsGerhard Uttenthaler1-0/+19
2023-02-02can: ems_pci: Fix code style, copyright and email addressGerhard Uttenthaler1-25/+20
2022-11-24can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong1-4/+6
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-09-01net: 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-22Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus 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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0