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.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-07-04
can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversion
Marc Kleine-Budde
1
-1
/
+2
2022-07-04
can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read d...
Marc Kleine-Budde
1
-1
/
+1
2022-07-04
can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()
Marc Kleine-Budde
1
-0
/
+1
2022-07-04
can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on ...
Thomas Kopp
1
-6
/
+3
2022-07-04
can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for ...
Thomas Kopp
1
-5
/
+8
2022-07-04
can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits
Jimmy Assarsson
3
-35
/
+47
2022-07-04
can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression
Jimmy Assarsson
3
-21
/
+38
2022-07-04
can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info
Jimmy Assarsson
3
-148
/
+172
2022-07-04
can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits
Marc Kleine-Budde
1
-2
/
+2
2022-07-04
can: m_can: m_can_chip_config(): actually enable internal timestamping
Marc Kleine-Budde
1
-1
/
+3
2022-07-04
can: grcan: grcan_probe(): remove extra of_node_get()
Liang He
1
-1
/
+0
2022-07-04
can: gs_usb: gs_usb_open/close(): fix memory leak
Rhett Aultman
1
-2
/
+21
2022-07-04
can: rcar_canfd: Fix data transmission failed on R-Car V3U
Duy Nguyen
1
-1
/
+4
2022-07-04
Revert "can: xilinx_can: Limit CANFD brp to 2"
Srinivas Neeli
1
-2
/
+2
2022-05-23
can: ctucanfd: platform: add missing dependency to HAS_IOMEM
Marc Kleine-Budde
1
-1
/
+1
2022-05-23
can: kvaser_usb: silence a GCC 12 -Warray-bounds warning
Jakub Kicinski
1
-0
/
+5
2022-05-23
can: peak_usb: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-19
can: mcp251xfd: silence clang's -Wunaligned-access warning
Vincent Mailhol
1
-1
/
+1
2022-05-19
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
22
-316
/
+2
2022-05-19
can: can-dev: move to netif_napi_add_weight()
Jakub Kicinski
10
-12
/
+14
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-65
/
+10
2022-05-16
can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual check
Vincent Mailhol
1
-2
/
+2
2022-05-16
can: ctucanfd: Let users select instead of depend on CAN_CTUCANFD
Geert Uytterhoeven
1
-3
/
+3
2022-05-14
can: m_can: remove support for custom bit timing, take #2
Jarkko Nikula
2
-21
/
+6
2022-05-14
Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"
Jarkko Nikula
1
-44
/
+4
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-22
/
+24
2022-05-02
can: ctucanfd: remove PCI module debug parameters
Pavel Pisa
1
-16
/
+6
2022-05-02
can: ctucanfd: remove debug statements
Pavel Pisa
1
-26
/
+0
2022-05-02
can: ctucanfd: remove inline keyword from local static functions
Pavel Pisa
1
-4
/
+3
2022-05-02
can: ctucanfd: ctucan_platform_probe(): remove unnecessary print function dev...
Jiapeng Chong
1
-1
/
+0
2022-05-02
can: ctucanfd: remove unused including <linux/version.h>
Jiapeng Chong
1
-1
/
+0
2022-05-02
can: m_can: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
1
-6
/
+3
2022-04-29
can: grcan: only use the NAPI poll budget for RX
Andreas Larsson
1
-15
/
+7
2022-04-29
can: grcan: grcan_probe(): fix broken system id check for errata workaround n...
Andreas Larsson
1
-5
/
+11
2022-04-29
can: grcan: use ofdev->dev when allocating DMA memory
Daniel Hellstrom
1
-2
/
+4
2022-04-29
can: grcan: grcan_close(): fix deadlock
Duoming Zhou
1
-0
/
+2
2022-04-19
can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support.
Pavel Pisa
3
-0
/
+145
2022-04-19
can: ctucanfd: CTU CAN FD open-source IP core - PCI bus support.
Pavel Pisa
3
-0
/
+316
2022-04-19
can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independe...
Martin Jerabek
8
-0
/
+1995
2022-04-19
can: mcp251xfd: add support for mcp251863
Marc Kleine-Budde
2
-7
/
+24
2022-04-19
can: xilinx_can: mark bit timing constants as const
Marc Kleine-Budde
1
-2
/
+2
2022-04-19
can: flexcan: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-8
/
+4
2022-04-19
can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-0
/
+2
2022-04-19
can: Fix Links to Technologic Systems web resources
Kris Bahnsen
2
-5
/
+4
2022-04-19
can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over ...
Marc Kleine-Budde
1
-1
/
+1
2022-04-19
can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...
Marc Kleine-Budde
6
-12
/
+12
2022-03-31
can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...
Marc Kleine-Budde
1
-0
/
+2
2022-03-31
can: mcba_usb: properly check endpoint type
Pavel Skripkin
1
-10
/
+16
2022-03-31
can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path
Hangyu Hua
1
-1
/
+0
2022-03-31
can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error path
Hangyu Hua
1
-16
/
+14
[next]