summaryrefslogtreecommitdiff
path: root/drivers/net/can/sja1000
AgeCommit message (Expand)Author
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-06can: sja1000: Always restart the Tx queue after an overrunMiquel Raynal
2023-10-05can: peak_pci: replace deprecated strncpy with strscpyJustin Stitt
2023-10-04can: sja1000: Fix commentMiquel Raynal
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-07-30can: ems_pci: move ASIX AX99100 ids to pci_ids.hJiaqing Zhao
2023-07-30can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definitionJiaqing Zhao
2023-07-28can: Explicitly include correct DT includes, part 2Rob Herring
2023-07-18can: ems_pci: Remove unnecessary (void*) conversionsWu Yunchuan
2023-06-22can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCsMiquel Raynal
2023-06-22can: sja1000: Prepare the use of a threaded handlerMiquel Raynal
2023-05-15can: sja1000_platform: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-15can: sja1000_isa: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-02can: ems_pci: Add myself as module authorGerhard Uttenthaler
2023-02-02can: ems_pci: Deassert hardware resetGerhard Uttenthaler
2023-02-02can: ems_pci: Add IRQ enableGerhard Uttenthaler
2023-02-02can: ems_pci: Initialize CAN controller base addressesGerhard Uttenthaler
2023-02-02can: ems_pci: Add read/write register and post irq functionsGerhard Uttenthaler
2023-02-02can: ems_pci: Initialize BAR registersGerhard Uttenthaler
2023-02-02can: ems_pci: Add Asix AX99100 definitionsGerhard Uttenthaler
2023-02-02can: ems_pci: Fix code style, copyright and email addressGerhard Uttenthaler
2022-11-24can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-09-05can: sja1000: remove redundant variable retJinpeng Cui
2022-09-05can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-07-20can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-19can: sja1000: Change the return type as void for SoC specific initBiju Das
2022-07-19can: sja1000: Use device_get_match_data to get device dataBiju Das
2022-07-19can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controllerBiju Das
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-04-19can: Fix Links to Technologic Systems web resourcesKris Bahnsen
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2022-01-05can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar
2021-12-07can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter
2021-10-17can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma
2021-07-25can: peak_pci: Add name and FW version of the card in kernel bufferStephane Grosjean
2021-07-25can: peak_pci: fix checkpatch warningsMarc Kleine-Budde
2021-07-25can: peak_pci: convert comments to network style commentsMarc Kleine-Budde
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-02-21Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol