index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-12
can: bxcan: Fix a typo error for assign
Chu Guangqing
1
-1
/
+1
2025-11-12
can: mcp251xfd: add gpio functionality
Gregor Herburger
3
-0
/
+163
2025-11-12
can: mcp251xfd: only configure PIN1 when rx_int is set
Gregor Herburger
2
-14
/
+13
2025-11-12
can: mcp251xfd: add workaround for errata 5
Gregor Herburger
2
-6
/
+84
2025-11-12
can: mcp251xfd: utilize gather_write function for all non-CRC writes
Gregor Herburger
1
-12
/
+13
2025-11-12
can: mcp251xfd: move chip sleep mode into runtime pm
Marc Kleine-Budde
1
-34
/
+57
2025-10-31
can: mcp251x: mcp251x_can_probe(): use dev_err_probe()
Maud Spierings
1
-11
/
+20
2025-10-31
can: peak_usb: convert to use ndo_hwtstamp callbacks
Vadim Fedorenko
1
-21
/
+18
2025-10-31
can: peak_canfd: convert to use ndo_hwtstamp callbacks
Vadim Fedorenko
1
-19
/
+16
2025-10-31
can: convert generic HW timestamp ioctl to ndo_hwtstamp callbacks
Vadim Fedorenko
7
-31
/
+49
2025-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-5
/
+7
2025-10-20
can: netlink: can_changelink(): allow disabling of automatic restart
Marc Kleine-Budde
1
-2
/
+4
2025-10-20
can: rockchip-canfd: rkcanfd_start_xmit(): use can_dev_dropped_skb() instead ...
Marc Kleine-Budde
1
-1
/
+1
2025-10-20
can: esd: acc_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_...
Marc Kleine-Budde
1
-1
/
+1
2025-10-20
can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_drop...
Marc Kleine-Budde
1
-1
/
+1
2025-10-17
can: m_can: m_can_get_berr_counter(): don't wake up controller if interface i...
Marc Kleine-Budde
1
-0
/
+4
2025-10-17
can: m_can: m_can_tx_submit(): remove unneeded sanity checks
Marc Kleine-Budde
1
-5
/
+0
2025-10-17
can: m_can: m_can_class_register(): remove error message in case devm_kzalloc...
Marc Kleine-Budde
1
-3
/
+1
2025-10-17
can: m_can: m_can_interrupt_enable(): use m_can_write() instead of open codin...
Marc Kleine-Budde
1
-1
/
+1
2025-10-17
net: m_can: convert dev_{dbg,info,err} -> netdev_{dbg,info,err}
Marc Kleine-Budde
1
-27
/
+27
2025-10-17
can: m_can: hrtimer_callback(): rename to m_can_polling_timer()
Marc Kleine-Budde
1
-2
/
+2
2025-10-17
can: m_can: m_can_init_ram(): make static
Marc Kleine-Budde
2
-23
/
+21
2025-10-17
can: m_can: Support pinctrl wakeup state
Markus Schneider-Pargmann (TI.com)
2
-2
/
+70
2025-10-17
can: m_can: Return ERR_PTR on error in allocation
Markus Schneider-Pargmann (TI.com)
4
-9
/
+9
2025-10-17
can: m_can: Map WoL to device_set_wakeup_enable
Markus Schneider-Pargmann (TI.com)
1
-0
/
+37
2025-10-17
can: treewide: remove can_change_mtu()
Vincent Mailhol
39
-76
/
+0
2025-10-17
can: m_can: add support for optional reset
Marc Kleine-Budde
2
-3
/
+25
2025-10-09
can: m_can: replace Dong Aisheng's old email address
Marc Kleine-Budde
2
-4
/
+4
2025-10-08
can: m_can: fix CAN state in system PM
Marc Kleine-Budde
1
-4
/
+3
2025-10-08
can: m_can: m_can_chip_config(): bring up interface in correct state
Marc Kleine-Budde
1
-1
/
+1
2025-10-08
can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Ac...
Marc Kleine-Budde
1
-21
/
+32
2025-10-08
can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()
Marc Kleine-Budde
1
-1
/
+1
2025-10-08
can: gs_usb: gs_make_candev(): populate net_device->dev_port
Celeste Liu
1
-0
/
+1
2025-10-08
can: gs_usb: increase max interface to U8_MAX
Celeste Liu
1
-12
/
+10
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
22
-464
/
+729
2025-10-01
Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-0
/
+844
2025-09-26
Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
20
-462
/
+725
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-22
/
+28
2025-09-24
can: netlink: add userland error messages
Vincent Mailhol
1
-20
/
+62
2025-09-24
can: dev: add can_get_ctrlmode_str()
Vincent Mailhol
1
-0
/
+33
2025-09-24
can: calc_bittiming: make can_calc_tdco() FD agnostic
Vincent Mailhol
2
-5
/
+7
2025-09-24
can: netlink: make can_tdc_fill_info() FD agnostic
Vincent Mailhol
1
-11
/
+24
2025-09-24
can: netlink: add can_bitrate_const_fill_info()
Vincent Mailhol
1
-11
/
+16
2025-09-24
can: netlink: add can_bittiming_const_fill_info()
Vincent Mailhol
1
-7
/
+13
2025-09-24
can: netlink: add can_bittiming_fill_info()
Vincent Mailhol
1
-7
/
+12
2025-09-24
can: netlink: add can_data_bittiming_get_size()
Vincent Mailhol
1
-9
/
+20
2025-09-24
can: netlink: make can_tdc_get_size() FD agnostic
Vincent Mailhol
1
-10
/
+11
2025-09-24
can: netlink: add can_ctrlmode_changelink()
Vincent Mailhol
1
-42
/
+54
2025-09-24
can: netlink: add can_dtb_changelink()
Vincent Mailhol
1
-64
/
+88
2025-09-24
can: netlink: make can_tdc_changelink() FD agnostic
Vincent Mailhol
1
-5
/
+6
[next]