index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-27
can: kvaser_usb: fix return value for hif_usb_send_regout
Chen Ni
1
-1
/
+1
2024-07-18
can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct
Jimmy Assarsson
1
-0
/
+1
2023-11-20
can: dev: can_restart(): fix race condition between controller restart and ne...
Marc Kleine-Budde
1
-3
/
+4
2023-11-20
can: dev: can_restart(): don't crash kernel if carrier is OK
Marc Kleine-Budde
1
-1
/
+2
2023-09-19
can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...
Marc Kleine-Budde
1
-2
/
+3
2023-08-30
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
1
-6
/
+1
2023-08-11
can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPED
Marc Kleine-Budde
1
-0
/
+2
2023-05-30
can: kvaser_pciefd: Disable interrupts in probe error path
Jimmy Assarsson
1
-0
/
+2
2023-05-30
can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt
Jimmy Assarsson
1
-17
/
+4
2023-05-30
can: kvaser_pciefd: Clear listen-only bit if not explicitly requested
Jimmy Assarsson
1
-0
/
+2
2023-05-30
can: kvaser_pciefd: Empty SRB buffer in probe
Jimmy Assarsson
1
-0
/
+15
2023-05-30
can: kvaser_pciefd: Call request_irq() before enabling interrupts
Jimmy Assarsson
1
-5
/
+5
2023-05-30
can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()
Jimmy Assarsson
1
-0
/
+1
2023-03-11
can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...
Frank Jungclaus
1
-1
/
+3
2023-02-25
can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len
Marc Kleine-Budde
1
-9
/
+24
2023-01-14
can: tcan4x5x: Remove invalid write in clear_interrupts
Markus Schneider-Pargmann
1
-5
/
+0
2023-01-14
can: kvaser_usb: Compare requested bittiming parameters with actual parameter...
Jimmy Assarsson
4
-41
/
+284
2023-01-14
can: kvaser_usb: Add struct kvaser_usb_busparams
Jimmy Assarsson
3
-31
/
+27
2023-01-14
can: kvaser_usb_leaf: Fix bogus restart events
Anssi Hannula
1
-3
/
+3
2023-01-14
can: kvaser_usb_leaf: Fix wrong CAN state after stopping
Anssi Hannula
1
-0
/
+4
2023-01-14
can: kvaser_usb_leaf: Fix improved state not being reported
Anssi Hannula
3
-3
/
+81
2023-01-14
can: kvaser_usb_leaf: Set Warning state even without bus errors
Anssi Hannula
1
-12
/
+8
2023-01-14
can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
Jimmy Assarsson
1
-0
/
+99
2023-01-14
can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...
Jimmy Assarsson
1
-19
/
+19
2023-01-14
can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
Jimmy Assarsson
1
-1
/
+143
2023-01-14
can: kvaser_usb: do not increase tx statistics when sending error message frames
Vincent Mailhol
1
-1
/
+6
2022-12-19
can: mcba_usb: Fix termination command argument
Yasushi SHOJI
1
-3
/
+7
2022-12-14
can: esd_usb: Allow REC and TEC to return to zero
Frank Jungclaus
1
-0
/
+6
2022-12-08
can: cc770: cc770_isa_probe(): add missing free_cc770dev()
Zhang Changzhong
1
-4
/
+6
2022-12-08
can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()
Zhang Changzhong
1
-4
/
+6
2022-11-03
can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global ...
Biju Das
1
-2
/
+4
2022-11-03
can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path
Dongliang Mu
1
-1
/
+4
2022-11-03
can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path
Dongliang Mu
1
-3
/
+5
2022-11-03
can: kvaser_usb: Fix possible completions during init_completion
Anssi Hannula
2
-4
/
+4
2022-10-26
can: kvaser_usb_leaf: Fix CAN state after restart
Anssi Hannula
1
-0
/
+2
2022-10-26
can: kvaser_usb_leaf: Fix TX queue out of sync after restart
Anssi Hannula
3
-1
/
+5
2022-10-26
can: kvaser_usb_leaf: Fix overread with an invalid command
Anssi Hannula
1
-0
/
+75
2022-10-26
can: kvaser_usb: Fix use of uninitialized completion
Anssi Hannula
2
-1
/
+2
2022-09-28
can: gs_usb: gs_can_open(): fix race dev->can.state condition
Marc Kleine-Budde
1
-2
/
+2
2022-09-28
can: flexcan: flexcan_mailbox_read() fix return value for drop = true
Marc Kleine-Budde
1
-5
/
+5
2022-08-25
can: mcp251x: Fix race condition on receive interrupt
Sebastian Würl
1
-3
/
+15
2022-08-25
can: ems_usb: fix clang's -Wunaligned-access warning
Marc Kleine-Budde
1
-1
/
+1
2022-08-21
can: pch_can: pch_can_error(): initialize errc before using it
Vincent Mailhol
1
-1
/
+1
2022-08-21
can: usb_8dev: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-3
/
+4
2022-08-21
can: kvaser_usb_leaf: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-2
/
+4
2022-08-21
can: kvaser_usb_hydra: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-4
/
+8
2022-08-21
can: sun4i_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-5
/
+4
2022-08-21
can: hi311x: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-2
/
+3
2022-08-21
can: sja1000: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-3
/
+4
2022-08-21
can: rcar_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-4
/
+4
[next]