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
2024-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-64
/
+117
2024-09-04
can: rockchip_canfd: add support for CAN_CTRLMODE_BERR_REPORTING
Marc Kleine-Budde
1
-8
/
+17
2024-09-04
can: rockchip_canfd: add support for CAN_CTRLMODE_LOOPBACK
Marc Kleine-Budde
2
-2
/
+7
2024-09-04
can: rockchip_canfd: add hardware timestamping support
Marc Kleine-Budde
6
-3
/
+115
2024-09-04
can: rockchip_canfd: enable full TX-FIFO depth of 2
Marc Kleine-Budde
1
-1
/
+1
2024-09-04
can: rockchip_canfd: prepare to use full TX-FIFO depth
Marc Kleine-Budde
3
-3
/
+38
2024-09-04
can: rockchip_canfd: add stats support for errata workarounds
Marc Kleine-Budde
5
-1
/
+102
2024-09-04
can: rockchip_canfd: rkcanfd_get_berr_counter_corrected(): work around broken...
Marc Kleine-Budde
4
-6
/
+69
2024-09-04
can: rockchip_canfd: implement workaround for erratum 12
Marc Kleine-Budde
1
-0
/
+7
2024-09-04
can: rockchip_canfd: implement workaround for erratum 6
Marc Kleine-Budde
3
-0
/
+71
2024-09-04
can: rockchip_canfd: add TX PATH
Marc Kleine-Budde
4
-1
/
+221
2024-09-04
can: rockchip_canfd: rkcanfd_register_done(): add warning for erratum 5
Marc Kleine-Budde
1
-0
/
+7
2024-09-04
can: rockchip_canfd: rkcanfd_handle_rx_int_one(): implement workaround for er...
Marc Kleine-Budde
2
-0
/
+36
2024-09-04
can: rockchip_canfd: add notes about known issues
Marc Kleine-Budde
1
-0
/
+20
2024-09-04
can: rockchip_canfd: add support for rk3568v3
Marc Kleine-Budde
2
-0
/
+21
2024-09-04
can: rockchip_canfd: add quirk for broken CAN-FD support
Marc Kleine-Budde
2
-1
/
+25
2024-09-04
can: rockchip_canfd: add quirks for errata workarounds
Marc Kleine-Budde
2
-2
/
+64
2024-09-04
can: rockchip_canfd: add driver for Rockchip CAN-FD controller
Marc Kleine-Budde
9
-0
/
+1394
2024-09-04
can: peak_usb: Remove setting of RX software timestamp
Gal Pressman
1
-3
/
+0
2024-09-04
can: peak_canfd: Remove setting of RX software timestamp
Gal Pressman
1
-3
/
+0
2024-09-04
can: dev: Remove setting of RX software timestamp
Gal Pressman
1
-3
/
+0
2024-08-31
can: kvaser_pciefd: Use a single write when releasing RX buffers
Martin Jocic
1
-10
/
+8
2024-08-30
can: kvaser_usb: Simplify with dev_err_probe()
Yan Zhen
1
-26
/
+16
2024-08-30
can: kvaser_pciefd: Use IS_ENABLED() instead of #ifdef
Martin Jocic
1
-13
/
+13
2024-08-30
can: netlink: avoid call to do_set_data_bittiming callback with stale can_pri...
Stefan Mätje
1
-51
/
+51
2024-08-22
can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open
Simon Arlott
1
-1
/
+1
2024-08-06
can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration
Marc Kleine-Budde
1
-3
/
+11
2024-08-06
can: mcp251xfd: fix ring configuration when switching from CAN-CC to CAN-FD mode
Marc Kleine-Budde
2
-4
/
+27
2024-08-06
can: m_can: Limit coalescing to peripheral instances
Markus Schneider-Pargmann
1
-7
/
+9
2024-08-06
can: m_can: Reset cached active_interrupts on start
Markus Schneider-Pargmann
1
-0
/
+1
2024-08-06
can: m_can: disable_all_interrupts, not clear active_interrupts
Markus Schneider-Pargmann
1
-1
/
+0
2024-08-06
can: m_can: Do not cancel timer from within timer
Markus Schneider-Pargmann
1
-15
/
+42
2024-08-06
can: m_can: Remove m_can_rx_peripheral indirection
Markus Schneider-Pargmann
1
-17
/
+1
2024-08-06
can: m_can: Remove coalesing disable in isr during suspend
Markus Schneider-Pargmann
1
-3
/
+1
2024-08-06
can: m_can: Reset coalescing during suspend/resume
Markus Schneider-Pargmann
1
-3
/
+13
2024-08-06
can: m_can: Release irq on error in m_can_open
Simon Horman
1
-1
/
+4
2024-08-05
can: kvaser_usb: Rename kvaser_usb_{ethtool,netdev}_ops_hwts to kvaser_usb_{e...
Jimmy Assarsson
1
-4
/
+4
2024-08-05
can: kvaser_usb: Remove struct variables kvaser_usb_{ethtool,netdev}_ops
Jimmy Assarsson
1
-11
/
+0
2024-08-05
can: kvaser_usb: Remove KVASER_USB_QUIRK_HAS_HARDWARE_TIMESTAMP
Jimmy Assarsson
2
-19
/
+8
2024-08-05
can: kvaser_usb: leaf: Add hardware timestamp support to usbcan devices
Jimmy Assarsson
2
-1
/
+14
2024-08-05
can: kvaser_usb: leaf: Store MSB of timestamp
Jimmy Assarsson
2
-3
/
+9
2024-08-05
can: kvaser_usb: leaf: Add structs for Tx ACK and clock overflow commands
Jimmy Assarsson
1
-2
/
+17
2024-08-05
can: kvaser_usb: leaf: Add hardware timestamp support to leaf based devices
Jimmy Assarsson
2
-4
/
+22
2024-08-05
can: kvaser_usb: leaf: kvaser_usb_leaf_tx_acknowledge: Rename local variable
Jimmy Assarsson
1
-4
/
+4
2024-08-05
can: kvaser_usb: leaf: Replace kvaser_usb_leaf_m32c_dev_cfg with kvaser_usb_l...
Jimmy Assarsson
1
-3
/
+30
2024-08-05
can: kvaser_usb: leaf: Assign correct timestamp_freq for kvaser_usb_leaf_imx_...
Jimmy Assarsson
1
-3
/
+3
2024-08-05
can: kvaser_usb: leaf: Add struct for Tx ACK commands
Jimmy Assarsson
1
-1
/
+9
2024-08-05
can: kvaser_usb: hydra: Set hardware timestamp on transmitted packets
Jimmy Assarsson
1
-1
/
+4
2024-08-05
can: kvaser_usb: hydra: Add struct for Tx ACK commands
Jimmy Assarsson
1
-2
/
+17
2024-08-05
can: kvaser_usb: hydra: kvaser_usb_hydra_ktime_from_rx_cmd: Drop {rx_} in fun...
Jimmy Assarsson
1
-5
/
+4
[next]