index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
sja1000
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-5
/
+5
2026-02-02
net: remove unnecessary module_init/exit functions
Ethan Nelson-Moore
-16
/
+0
2026-01-23
can: sja1000: sja1000_err(): use error counter for error state
Michael Tretter
-26
/
+7
2026-01-23
can: sja1000: sja1000_err(): make use of sja1000_get_berr_counter() to read e...
Marc Kleine-Budde
-7
/
+6
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+2
2025-11-16
can: sja1000: fix max irq loop handling
Thomas Mühlbacher
-2
/
+2
2025-10-17
can: treewide: remove can_change_mtu()
Vincent Mailhol
-1
/
+0
2025-09-13
can: peak: Modification of references to email accounts being deleted
Stéphane Grosjean
-7
/
+7
2025-07-25
can: tscan1: CAN_TSCAN1 can depend on PC104
Randy Dunlap
-1
/
+1
2025-07-15
can: tscan1: Kconfig: add COMPILE_TEST
Vincent Mailhol
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2024-12-06
net: simplify resource acquisition + ioremap
Rosen Penev
-12
/
+3
2024-11-26
can: sja1000: sja1000_err(): fix {rx,tx}_errors statistics
Dario Binacchi
-28
/
+39
2024-11-04
can: {cc770,sja1000}_isa: allow building on x86_64
Thomas Mühlbacher
-1
/
+1
2024-09-11
can: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-2
/
+2
2024-06-20
can: sja1000: plx_pci: Reuse predefined CTI subvendor ID
Andy Shevchenko
-2
/
+1
2024-04-08
net: handle HAS_IOPORT dependencies
Niklas Schnelle
-0
/
+1
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+7
2023-10-06
can: sja1000: Always restart the Tx queue after an overrun
Miquel Raynal
-1
/
+7
2023-10-05
can: peak_pci: replace deprecated strncpy with strscpy
Justin Stitt
-1
/
+1
2023-10-04
can: sja1000: Fix comment
Miquel Raynal
-1
/
+1
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-6
/
+1
2023-07-30
can: ems_pci: move ASIX AX99100 ids to pci_ids.h
Jiaqing Zhao
-5
/
+1
2023-07-30
can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definition
Jiaqing Zhao
-2
/
+1
2023-07-28
can: Explicitly include correct DT includes, part 2
Rob Herring
-1
/
+0
2023-07-18
can: ems_pci: Remove unnecessary (void*) conversions
Wu Yunchuan
-3
/
+3
2023-06-22
can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCs
Miquel Raynal
-4
/
+31
2023-06-22
can: sja1000: Prepare the use of a threaded handler
Miquel Raynal
-3
/
+8
2023-05-15
can: sja1000_platform: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-05-15
can: sja1000_isa: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-02-02
can: ems_pci: Add myself as module author
Gerhard Uttenthaler
-0
/
+1
2023-02-02
can: ems_pci: Deassert hardware reset
Gerhard Uttenthaler
-0
/
+8
2023-02-02
can: ems_pci: Add IRQ enable
Gerhard Uttenthaler
-2
/
+9
2023-02-02
can: ems_pci: Initialize CAN controller base addresses
Gerhard Uttenthaler
-2
/
+7
2023-02-02
can: ems_pci: Add read/write register and post irq functions
Gerhard Uttenthaler
-1
/
+23
2023-02-02
can: ems_pci: Initialize BAR registers
Gerhard Uttenthaler
-9
/
+28
2023-02-02
can: ems_pci: Add Asix AX99100 definitions
Gerhard Uttenthaler
-0
/
+19
2023-02-02
can: ems_pci: Fix code style, copyright and email address
Gerhard Uttenthaler
-25
/
+20
2022-11-24
can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()
Zhang Changzhong
-4
/
+6
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
-1
/
+1
2022-09-05
can: sja1000: remove redundant variable ret
Jinpeng Cui
-5
/
+1
2022-09-05
can: sja1000: Add support for RZ/N1 SJA1000 CAN Controller
Biju Das
-5
/
+33
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
-1
/
+1
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
-0
/
+6
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
-0
/
+1
2022-07-20
can: sja1000: do not report txerr and rxerr during bus-off
Vincent Mailhol
-3
/
+4
2022-07-19
can: sja1000: Change the return type as void for SoC specific init
Biju Das
-9
/
+4
2022-07-19
can: sja1000: Use device_get_match_data to get device data
Biju Das
-5
/
+2
[next]