summaryrefslogtreecommitdiff
path: root/drivers/net/can/spi
AgeCommit message (Expand)Author
7 dayscan: mcp251x: add error handling for power enable in open and resumeWenyuan Li
2026-03-10can: hi311x: hi3110_open(): add check for hi3110_power_enable() return valueWenyuan Li
2026-03-02can: mcp251x: fix deadlock in error path of mcp251x_openAlban Bedel
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-12can: mcp251xfd: add gpio functionalityGregor Herburger
2025-11-12can: mcp251xfd: only configure PIN1 when rx_int is setGregor Herburger
2025-11-12can: mcp251xfd: add workaround for errata 5Gregor Herburger
2025-11-12can: mcp251xfd: utilize gather_write function for all non-CRC writesGregor Herburger
2025-11-12can: mcp251xfd: move chip sleep mode into runtime pmMarc Kleine-Budde
2025-10-31can: mcp251x: mcp251x_can_probe(): use dev_err_probe()Maud Spierings
2025-10-31can: convert generic HW timestamp ioctl to ndo_hwtstamp callbacksVadim Fedorenko
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-19can: hi311x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-09-19can: hi311x: fix null pointer dereference when resuming from sleep before int...Chen Yufeng
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman
2025-06-17net: can: mcp251x: use new GPIO line value setter callbacksBartosz Golaszewski
2025-06-17net: can: mcp251x: propagate the return value of mcp251x_spi_write()Bartosz Golaszewski
2025-05-21can: dev: add struct data_bittiming_params to group FD parametersVincent Mailhol
2025-05-06can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration callsMarc Kleine-Budde
2025-05-06can: mcp251xfd: fix TDC setting for low data bit ratesKelsey Maes
2025-02-18can: mcp251xfd: Switch to use hrtimer_setup()Nam Cao
2024-11-26can: mcp251xfd: mcp251xfd_get_tef_len(): work around erratum DS80000789E 6.Marc Kleine-Budde
2024-11-26can: hi311x: hi3110_can_ist(): fix {rx,tx}_errors statisticsDario Binacchi
2024-11-26can: hi311x: hi3110_can_ist(): update state error statistics if skb allocatio...Dario Binacchi
2024-11-26can: hi311x: hi3110_can_ist(): fix potential use-after-freeDario Binacchi
2024-11-04can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculationMarc Kleine-Budde
2024-11-04can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when swi...Marc Kleine-Budde
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-08-22can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_openSimon Arlott
2024-08-06can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configurationMarc Kleine-Budde
2024-08-06can: mcp251xfd: fix ring configuration when switching from CAN-CC to CAN-FD modeMarc Kleine-Budde
2024-06-28can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde
2024-06-28can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratumMarc Kleine-Budde
2024-06-28can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde
2024-06-28can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratumMarc Kleine-Budde
2024-06-28can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate fun...Marc Kleine-Budde
2024-06-28can: mcp251xfd: clarify the meaning of timestampMarc Kleine-Budde
2024-06-28can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_s...Marc Kleine-Budde
2024-06-28can: mcp251xfd: update errata referencesMarc Kleine-Budde
2024-06-28can: mcp251xfd: properly indent labelsMarc Kleine-Budde
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-21can: mcp251xfd: fix infinite loop when xmit failsVitor Soares
2024-06-21can: mcp251xfd: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-21can: mcp251x: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-21can: hi311x: simplify with spi_get_device_match_data()Krzysztof Kozlowski