index
:
Linux Stable
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.14.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: netlink: avoid call to do_set_data_bittiming callback with stale can_pri...
Stefan Mätje
2024-10-10
1
-51
/
+51
*
can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FD
Stefan Mätje
2024-10-04
1
-5
/
+1
*
can: m_can: m_can_close(): stop clocks after device has been shut down
Marc Kleine-Budde
2024-10-04
1
-1
/
+1
*
can: m_can: enable NAPI before enabling interrupts
Jake Hamby
2024-10-04
1
-6
/
+6
*
can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_s...
Marc Kleine-Budde
2024-09-30
3
-5
/
+11
*
can: mcp251xfd: properly indent labels
Marc Kleine-Budde
2024-09-30
4
-20
/
+20
*
can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration
Marc Kleine-Budde
2024-09-30
1
-3
/
+11
*
can: m_can: Limit coalescing to peripheral instances
Markus Schneider-Pargmann
2024-09-30
1
-7
/
+9
*
can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fd
Marc Kleine-Budde
2024-09-12
3
-3
/
+33
*
can: mcp251xfd: clarify the meaning of timestamp
Marc Kleine-Budde
2024-09-12
5
-38
/
+43
*
can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratum
Marc Kleine-Budde
2024-09-12
3
-47
/
+56
*
can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate fun...
Marc Kleine-Budde
2024-09-12
1
-16
/
+32
*
can: kvaser_pciefd: Use a single write when releasing RX buffers
Martin Jocic
2024-09-12
1
-10
/
+8
*
can: kvaser_pciefd: Move reset of DMA RX buffers to the end of the ISR
Martin Jocic
2024-09-12
1
-12
/
+18
*
can: kvaser_pciefd: Rename board_irq to pci_irq
Martin Jocic
2024-09-12
1
-4
/
+4
*
can: kvaser_pciefd: Remove unnecessary comment
Martin Jocic
2024-09-12
1
-1
/
+0
*
can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
Martin Jocic
2024-09-12
1
-6
/
+0
*
can: mcp251xfd: fix ring configuration when switching from CAN-CC to CAN-FD mode
Marc Kleine-Budde
2024-09-12
2
-4
/
+27
*
can: m_can: Reset cached active_interrupts on start
Markus Schneider-Pargmann
2024-09-12
1
-0
/
+1
*
can: m_can: disable_all_interrupts, not clear active_interrupts
Markus Schneider-Pargmann
2024-09-12
1
-1
/
+0
*
can: m_can: Do not cancel timer from within timer
Markus Schneider-Pargmann
2024-09-12
1
-15
/
+42
*
can: m_can: Remove m_can_rx_peripheral indirection
Markus Schneider-Pargmann
2024-09-12
1
-17
/
+1
*
can: m_can: Remove coalesing disable in isr during suspend
Markus Schneider-Pargmann
2024-09-12
1
-3
/
+1
*
can: m_can: Reset coalescing during suspend/resume
Markus Schneider-Pargmann
2024-09-12
1
-3
/
+13
*
can: m_can: Release irq on error in m_can_open
Simon Horman
2024-09-12
1
-1
/
+4
*
can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open
Simon Arlott
2024-09-12
1
-1
/
+1
*
can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
Marc Kleine-Budde
2024-08-14
1
-44
/
+27
*
can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
Marc Kleine-Budde
2024-08-14
3
-26
/
+43
*
can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct
Jimmy Assarsson
2024-07-01
1
-0
/
+1
*
can: mcp251xfd: fix infinite loop when xmit fails
Vitor Soares
2024-06-21
3
-9
/
+65
*
can: kvaser_usb: fix return value for hif_usb_send_regout
Chen Ni
2024-06-21
1
-1
/
+1
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-07
3
-3
/
+3
*
net: handle HAS_IOPORT dependencies
Niklas Schnelle
2024-04-08
2
-0
/
+2
*
can: kvaser_pciefd: Add additional Xilinx interrupts
Martin Jocić
2024-03-19
1
-2
/
+2
*
can: mcp251xfd: __mcp251xfd_get_berr_counter(): use CAN_BUS_OFF_THRESHOLD ins...
Marc Kleine-Budde
2024-03-04
1
-1
/
+1
*
can: gs_usb: gs_cmd_reset(): use cpu_to_le32() to assign mode
Marc Kleine-Budde
2024-03-04
1
-1
/
+1
*
can: kvaser_pciefd: Add support for Kvaser PCIe 8xCAN
Martin Jocić
2024-03-04
2
-1
/
+7
*
can: kvaser_usb: Add support for Leaf v3
Jimmy Assarsson
2024-03-04
2
-0
/
+4
*
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
2024-02-26
1
-1
/
+1
*
Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...
Paolo Abeni
2024-02-20
6
-15
/
+220
|
\
|
*
can: xilinx_can: Add ethtool stats interface for ECC errors
Srinivas Goud
2024-02-16
1
-0
/
+64
|
*
can: xilinx_can: Add ECC support
Srinivas Goud
2024-02-16
1
-4
/
+101
|
*
can: tcan4x5x: support resuming from rx interrupt signal
Martin Hundebøll
2024-02-14
1
-2
/
+32
|
*
can: m_can: allow keeping the transceiver running in suspend
Martin Hundebøll
2024-02-14
5
-5
/
+21
|
*
can: m_can: remove redundant check for pm_clock_support
Francesco Dolcini
2024-02-14
1
-5
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
can: netlink: Fix TDCO calculation using the old data bittiming
Maxime Jayat
2024-02-14
1
-1
/
+1
*
|
can: softing: remove redundant NULL check
Daniil Dulov
2024-02-12
1
-1
/
+1
*
|
can: kvaser_pciefd: Add support for Kvaser M.2 PCIe 4xCAN
Jimmy Assarsson
2024-02-12
2
-0
/
+56
*
|
can: m_can: Implement transmit submission coalescing
Markus Schneider-Pargmann
2024-02-12
2
-4
/
+58
[next]