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
2022-03-08
can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
Vincent Mailhol
2
-7
/
+10
2022-03-08
can: gs_usb: change active_channels's type from atomic_t to u8
Vincent Mailhol
1
-5
/
+5
2022-02-01
can: tcan4x5x: regmap: fix max register value
Marc Kleine-Budde
1
-1
/
+1
2022-02-01
can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...
Marc Kleine-Budde
1
-0
/
+6
2022-01-27
can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message
Marc Kleine-Budde
1
-1
/
+1
2022-01-27
can: flexcan: add more quirks to describe RX path capabilities
Marc Kleine-Budde
1
-12
/
+54
2022-01-27
can: flexcan: rename RX modes
Marc Kleine-Budde
1
-24
/
+24
2022-01-27
can: flexcan: allow to change quirks at runtime
Dario Binacchi
1
-27
/
+27
2022-01-27
can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network de...
Lad Prabhakar
1
-3
/
+2
2022-01-27
can: xilinx_can: xcan_probe(): check for error irq
Jiasheng Jiang
1
-1
/
+6
2022-01-27
can: softing: softing_startstop(): fix set but not used variable warning
Marc Kleine-Budde
1
-5
/
+6
2022-01-27
can: mcp251xfd: add missing newline to printed strings
Marc Kleine-Budde
1
-2
/
+2
2022-01-27
can: softing_cs: softingcs_probe(): fix memleak on registration failure
Johan Hovold
1
-1
/
+1
2022-01-16
can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
Brian Silverman
1
-0
/
+2
2022-01-16
can: gs_usb: fix use of uninitialized variable, detach device on reception of...
Marc Kleine-Budde
1
-1
/
+2
2021-12-22
can: m_can: pci: use custom bit timings for Elkhart Lake
Matthias Schiffer
1
-4
/
+44
2021-12-22
can: m_can: make custom bittiming fields const
Matthias Schiffer
1
-2
/
+2
2021-12-22
Revert "can: m_can: remove support for custom bit timing"
Matthias Schiffer
2
-6
/
+21
2021-12-14
can: m_can: Disable and ignore ELO interrupt
Brian Silverman
1
-8
/
+6
2021-12-14
can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()
Matthias Schiffer
1
-2
/
+12
2021-12-14
can: m_can: pci: fix incorrect reference clock rate
Matthias Schiffer
1
-1
/
+1
2021-12-14
can: m_can: m_can_read_fifo: fix memory leak in error branch
Vincent Mailhol
1
-1
/
+3
2021-12-14
can: pch_can: pch_can_rx_normal: fix use after free
Vincent Mailhol
1
-1
/
+1
2021-12-14
can: sja1000: fix use after free in ems_pcmcia_add_card()
Dan Carpenter
1
-1
/
+6
2021-12-14
can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{...
Jimmy Assarsson
1
-1
/
+7
2021-12-14
can: kvaser_usb: get CAN clock frequency from device
Jimmy Assarsson
1
-28
/
+73
2021-11-18
can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip...
Marc Kleine-Budde
1
-1
/
+1
2021-11-18
can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
Vincent Mailhol
1
-4
/
+2
2021-11-18
can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to un...
Marc Kleine-Budde
1
-1
/
+1
2021-11-18
can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_fini...
Marc Kleine-Budde
1
-1
/
+3
2021-11-18
can: peak_usb: always ask for BERR reporting for PCAN-USB devices
Stephane Grosjean
1
-9
/
+8
2021-10-17
can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu...
Stephane Grosjean
1
-2
/
+1
2021-10-17
can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...
Stephane Grosjean
1
-3
/
+2
2021-10-17
can: peak_pci: peak_pci_remove(): fix UAF
Zheyu Ma
1
-5
/
+4
2021-10-17
can: m_can: fix iomap_read_fifo() and iomap_write_fifo()
Aswath Govindraju
1
-2
/
+12
2021-10-17
can: rcar_can: fix suspend/resume
Yoshihiro Shimoda
1
-8
/
+12
2021-09-07
can: c_can: fix null-ptr-deref on ioctl()
Tong Zhang
1
-3
/
+1
2021-09-07
can: rcar_canfd: add __maybe_unused annotation to silence warning
Marc Kleine-Budde
1
-1
/
+1
2021-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-08-26
can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...
Stefan Mätje
1
-2
/
+2
2021-08-25
can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): remove useless BUG_ON()
Tang Bin
1
-1
/
+0
2021-08-25
can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): use of_device_get_match_data to...
Tang Bin
1
-4
/
+2
2021-08-25
can: rcar_canfd: rcar_canfd_handle_channel_tx(): fix redundant assignment
Lad Prabhakar
1
-1
/
+1
2021-08-25
can: rcar: Kconfig: Add helper dependency on COMPILE_TEST
Cai Huoqing
1
-2
/
+2
2021-08-19
can: c_can: cache frames to operate as a true FIFO
Dario Binacchi
2
-15
/
+19
2021-08-19
can: c_can: support tx ring algorithm
Dario Binacchi
2
-18
/
+82
2021-08-19
can: c_can: exit c_can_do_tx() early if no frames have been sent
Dario Binacchi
1
-5
/
+6
2021-08-19
can: c_can: remove struct c_can_priv::priv field
Dario Binacchi
2
-2
/
+0
2021-08-19
can: c_can: rename IF_RX -> IF_NAPI
Marc Kleine-Budde
1
-12
/
+14
2021-08-19
can: c_can: c_can_do_tx(): fix typo in comment
Marc Kleine-Budde
1
-1
/
+1
[next]