summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sja1000
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-1/+7
|\
| * can: sja1000: Always restart the Tx queue after an overrunMiquel Raynal2023-10-061-1/+7
* | can: peak_pci: replace deprecated strncpy with strscpyJustin Stitt2023-10-051-1/+1
* | can: sja1000: Fix commentMiquel Raynal2023-10-041-1/+1
|/
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-6/+1
|\
| * can: ems_pci: move ASIX AX99100 ids to pci_ids.hJiaqing Zhao2023-07-301-5/+1
| * can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definitionJiaqing Zhao2023-07-301-2/+1
* | can: Explicitly include correct DT includes, part 2Rob Herring2023-07-281-1/+0
* | can: ems_pci: Remove unnecessary (void*) conversionsWu Yunchuan2023-07-181-3/+3
|/
* can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCsMiquel Raynal2023-06-223-4/+31
* can: sja1000: Prepare the use of a threaded handlerMiquel Raynal2023-06-221-3/+8
* can: sja1000_platform: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+2
* can: sja1000_isa: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+2
* can: ems_pci: Add myself as module authorGerhard Uttenthaler2023-02-021-0/+1
* can: ems_pci: Deassert hardware resetGerhard Uttenthaler2023-02-021-0/+8
* can: ems_pci: Add IRQ enableGerhard Uttenthaler2023-02-021-2/+9
* can: ems_pci: Initialize CAN controller base addressesGerhard Uttenthaler2023-02-021-2/+7
* can: ems_pci: Add read/write register and post irq functionsGerhard Uttenthaler2023-02-021-1/+23
* can: ems_pci: Initialize BAR registersGerhard Uttenthaler2023-02-021-9/+28
* can: ems_pci: Add Asix AX99100 definitionsGerhard Uttenthaler2023-02-021-0/+19
* can: ems_pci: Fix code style, copyright and email addressGerhard Uttenthaler2023-02-021-25/+20
* can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong2022-11-241-4/+6
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: sja1000: remove redundant variable retJinpeng Cui2022-09-051-5/+1
* can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das2022-09-051-5/+33
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-0/+1
* can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-3/+4
* can: sja1000: Change the return type as void for SoC specific initBiju Das2022-07-191-9/+4
* can: sja1000: Use device_get_match_data to get device dataBiju Das2022-07-191-5/+2
* can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controllerBiju Das2022-07-192-4/+7
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-191-11/+0
* can: Fix Links to Technologic Systems web resourcesKris Bahnsen2022-04-192-5/+4
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-3/+1
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-2/+3
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-2/+0
* can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-7/+8
* can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter2021-12-071-1/+6
* can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma2021-10-171-5/+4
* can: peak_pci: Add name and FW version of the card in kernel bufferStephane Grosjean2021-07-251-11/+53
* can: peak_pci: fix checkpatch warningsMarc Kleine-Budde2021-07-251-2/+4
* can: peak_pci: convert comments to network style commentsMarc Kleine-Budde2021-07-251-35/+14
* can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-1/+1
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-176-18/+0
* Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-211-3/+1
|\
| * isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-261-3/+1
* | can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* | can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-1/+0
|\