summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2025-10-20can: netlink: can_changelink(): allow disabling of automatic restartMarc Kleine-Budde
2025-10-20can: rockchip-canfd: rkcanfd_start_xmit(): use can_dev_dropped_skb() instead ...Marc Kleine-Budde
2025-10-20can: esd: acc_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_...Marc Kleine-Budde
2025-10-20can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_drop...Marc Kleine-Budde
2025-10-09can: m_can: replace Dong Aisheng's old email addressMarc Kleine-Budde
2025-10-08can: m_can: fix CAN state in system PMMarc Kleine-Budde
2025-10-08can: m_can: m_can_chip_config(): bring up interface in correct stateMarc Kleine-Budde
2025-10-08can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Ac...Marc Kleine-Budde
2025-10-08can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()Marc Kleine-Budde
2025-10-08can: gs_usb: gs_make_candev(): populate net_device->dev_portCeleste Liu
2025-10-08can: gs_usb: increase max interface to U8_MAXCeleste Liu
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-26Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-24can: netlink: add userland error messagesVincent Mailhol
2025-09-24can: dev: add can_get_ctrlmode_str()Vincent Mailhol
2025-09-24can: calc_bittiming: make can_calc_tdco() FD agnosticVincent Mailhol
2025-09-24can: netlink: make can_tdc_fill_info() FD agnosticVincent Mailhol
2025-09-24can: netlink: add can_bitrate_const_fill_info()Vincent Mailhol
2025-09-24can: netlink: add can_bittiming_const_fill_info()Vincent Mailhol
2025-09-24can: netlink: add can_bittiming_fill_info()Vincent Mailhol
2025-09-24can: netlink: add can_data_bittiming_get_size()Vincent Mailhol
2025-09-24can: netlink: make can_tdc_get_size() FD agnosticVincent Mailhol
2025-09-24can: netlink: add can_ctrlmode_changelink()Vincent Mailhol
2025-09-24can: netlink: add can_dtb_changelink()Vincent Mailhol
2025-09-24can: netlink: make can_tdc_changelink() FD agnosticVincent Mailhol
2025-09-24can: netlink: remove useless check in can_tdc_changelink()Vincent Mailhol
2025-09-24can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logicVincent Mailhol
2025-09-24can: netlink: add can_validate_databittiming()Vincent Mailhol
2025-09-24can: netlink: add can_validate_tdc()Vincent Mailhol
2025-09-24can: netlink: refactor can_validate_bittiming()Vincent Mailhol
2025-09-24can: enable CAN XL for virtual CAN devices by defaultVincent Mailhol
2025-09-24can: populate the minimum and maximum MTU valuesVincent Mailhol
2025-09-23can: dev: turn can_set_static_ctrlmode() into a non-inline functionVincent Mailhol
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-19can: esd_usb: Avoid errors triggered from USB disconnectStefan Mätje
2025-09-19can: esd_usb: Rework display of error messagesStefan Mätje
2025-09-19can: rcar_can: Convert to %peGeert Uytterhoeven
2025-09-19can: rcar_can: Do not print alloc_candev() failuresGeert Uytterhoeven
2025-09-19can: rcar_can: Mailbox bitfield conversionGeert Uytterhoeven
2025-09-19can: rcar_can: BCR bitfield conversionGeert Uytterhoeven
2025-09-19can: rcar_can: TFCR bitfield conversionGeert Uytterhoeven
2025-09-19can: rcar_can: CTLR bitfield conversionGeert Uytterhoeven
2025-09-19can: rcar_can: Convert to GENMASK()Geert Uytterhoeven
2025-09-19can: rcar_can: Convert to BIT()Geert Uytterhoeven
2025-09-19can: rcar_can: Convert to Runtime PMGeert Uytterhoeven
2025-09-19can: rcar_can: Add helper variable dev to rcar_can_probe()Geert Uytterhoeven
2025-09-19can: rcar_can: Consistently use ndev for net_device pointersGeert Uytterhoeven
2025-09-19can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean