index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
sja1000
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-11
can: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2
-2
/
+2
2024-06-20
can: sja1000: plx_pci: Reuse predefined CTI subvendor ID
Andy Shevchenko
1
-2
/
+1
2024-04-08
net: handle HAS_IOPORT dependencies
Niklas Schnelle
1
-0
/
+1
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+7
2023-10-06
can: sja1000: Always restart the Tx queue after an overrun
Miquel Raynal
1
-1
/
+7
2023-10-05
can: peak_pci: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-04
can: sja1000: Fix comment
Miquel Raynal
1
-1
/
+1
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-6
/
+1
2023-07-30
can: ems_pci: move ASIX AX99100 ids to pci_ids.h
Jiaqing Zhao
1
-5
/
+1
2023-07-30
can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definition
Jiaqing Zhao
1
-2
/
+1
2023-07-28
can: Explicitly include correct DT includes, part 2
Rob Herring
1
-1
/
+0
2023-07-18
can: ems_pci: Remove unnecessary (void*) conversions
Wu Yunchuan
1
-3
/
+3
2023-06-22
can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCs
Miquel Raynal
3
-4
/
+31
2023-06-22
can: sja1000: Prepare the use of a threaded handler
Miquel Raynal
1
-3
/
+8
2023-05-15
can: sja1000_platform: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-05-15
can: sja1000_isa: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-02-02
can: ems_pci: Add myself as module author
Gerhard Uttenthaler
1
-0
/
+1
2023-02-02
can: ems_pci: Deassert hardware reset
Gerhard Uttenthaler
1
-0
/
+8
2023-02-02
can: ems_pci: Add IRQ enable
Gerhard Uttenthaler
1
-2
/
+9
2023-02-02
can: ems_pci: Initialize CAN controller base addresses
Gerhard Uttenthaler
1
-2
/
+7
2023-02-02
can: ems_pci: Add read/write register and post irq functions
Gerhard Uttenthaler
1
-1
/
+23
2023-02-02
can: ems_pci: Initialize BAR registers
Gerhard Uttenthaler
1
-9
/
+28
2023-02-02
can: ems_pci: Add Asix AX99100 definitions
Gerhard Uttenthaler
1
-0
/
+19
2023-02-02
can: ems_pci: Fix code style, copyright and email address
Gerhard Uttenthaler
1
-25
/
+20
2022-11-24
can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()
Zhang Changzhong
1
-4
/
+6
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
1
-1
/
+1
2022-09-05
can: sja1000: remove redundant variable ret
Jinpeng Cui
1
-5
/
+1
2022-09-05
can: sja1000: Add support for RZ/N1 SJA1000 CAN Controller
Biju Das
1
-5
/
+33
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
1
-0
/
+6
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
1
-0
/
+1
2022-07-20
can: sja1000: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-3
/
+4
2022-07-19
can: sja1000: Change the return type as void for SoC specific init
Biju Das
1
-9
/
+4
2022-07-19
can: sja1000: Use device_get_match_data to get device data
Biju Das
1
-5
/
+2
2022-07-19
can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
Biju Das
2
-4
/
+7
2022-05-19
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
1
-11
/
+0
2022-04-19
can: Fix Links to Technologic Systems web resources
Kris Bahnsen
2
-5
/
+4
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
1
-3
/
+1
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
1
-2
/
+3
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
1
-2
/
+0
2022-01-05
can: sja1000: sp_probe(): use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-7
/
+8
2021-12-07
can: sja1000: fix use after free in ems_pcmcia_add_card()
Dan Carpenter
1
-1
/
+6
2021-10-17
can: peak_pci: peak_pci_remove(): fix UAF
Zheyu Ma
1
-5
/
+4
2021-07-25
can: peak_pci: Add name and FW version of the card in kernel buffer
Stephane Grosjean
1
-11
/
+53
2021-07-25
can: peak_pci: fix checkpatch warnings
Marc Kleine-Budde
1
-2
/
+4
2021-07-25
can: peak_pci: convert comments to network style comments
Marc Kleine-Budde
1
-35
/
+14
2021-03-30
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
1
-1
/
+1
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
6
-18
/
+0
2021-02-21
Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-3
/
+1
2021-01-26
isa: Make the remove callback for isa drivers return void
Uwe Kleine-König
1
-3
/
+1
[next]