summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
13 dayscan: gs_usb: gs_can_open(): fix error handlingMarc Kleine-Budde1-1/+1
2025-11-26can: rcar_canfd: Fix CAN-FD mode as defaultBiju Das1-22/+31
2025-11-17can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handlingMarc Kleine-Budde1-2/+2
2025-11-17can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde1-5/+54
2025-11-16can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde1-7/+19
2025-11-16can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBsMarc Kleine-Budde1-2/+15
2025-11-16can: sja1000: fix max irq loop handlingThomas Mühlbacher1-2/+2
2025-11-16can: kvaser_usb: leaf: Fix potential infinite loop in command parsersSeungjin Bae1-2/+2
2025-10-20can: netlink: can_changelink(): allow disabling of automatic restartMarc Kleine-Budde1-2/+4
2025-10-20can: rockchip-canfd: rkcanfd_start_xmit(): use can_dev_dropped_skb() instead ...Marc Kleine-Budde1-1/+1
2025-10-20can: esd: acc_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_...Marc Kleine-Budde1-1/+1
2025-10-20can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_drop...Marc Kleine-Budde1-1/+1
2025-10-09can: m_can: replace Dong Aisheng's old email addressMarc Kleine-Budde2-4/+4
2025-10-08can: m_can: fix CAN state in system PMMarc Kleine-Budde1-4/+3
2025-10-08can: m_can: m_can_chip_config(): bring up interface in correct stateMarc Kleine-Budde1-1/+1
2025-10-08can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Ac...Marc Kleine-Budde1-21/+32
2025-10-08can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()Marc Kleine-Budde1-1/+1
2025-10-08can: gs_usb: gs_make_candev(): populate net_device->dev_portCeleste Liu1-0/+1
2025-10-08can: gs_usb: increase max interface to U8_MAXCeleste Liu1-12/+10
2025-10-03Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds22-464/+729
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+844
2025-09-27Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...Jakub Kicinski20-462/+725
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-22/+28
2025-09-24can: netlink: add userland error messagesVincent Mailhol1-20/+62
2025-09-24can: dev: add can_get_ctrlmode_str()Vincent Mailhol1-0/+33
2025-09-24can: calc_bittiming: make can_calc_tdco() FD agnosticVincent Mailhol2-5/+7
2025-09-24can: netlink: make can_tdc_fill_info() FD agnosticVincent Mailhol1-11/+24
2025-09-24can: netlink: add can_bitrate_const_fill_info()Vincent Mailhol1-11/+16
2025-09-24can: netlink: add can_bittiming_const_fill_info()Vincent Mailhol1-7/+13
2025-09-24can: netlink: add can_bittiming_fill_info()Vincent Mailhol1-7/+12
2025-09-24can: netlink: add can_data_bittiming_get_size()Vincent Mailhol1-9/+20
2025-09-24can: netlink: make can_tdc_get_size() FD agnosticVincent Mailhol1-10/+11
2025-09-24can: netlink: add can_ctrlmode_changelink()Vincent Mailhol1-42/+54
2025-09-24can: netlink: add can_dtb_changelink()Vincent Mailhol1-64/+88
2025-09-24can: netlink: make can_tdc_changelink() FD agnosticVincent Mailhol1-5/+6
2025-09-24can: netlink: remove useless check in can_tdc_changelink()Vincent Mailhol1-1/+1
2025-09-24can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logicVincent Mailhol1-5/+4
2025-09-24can: netlink: add can_validate_databittiming()Vincent Mailhol1-20/+44
2025-09-24can: netlink: add can_validate_tdc()Vincent Mailhol1-34/+48
2025-09-24can: netlink: refactor can_validate_bittiming()Vincent Mailhol1-19/+17
2025-09-24can: enable CAN XL for virtual CAN devices by defaultVincent Mailhol2-2/+2
2025-09-24can: populate the minimum and maximum MTU valuesVincent Mailhol2-7/+22
2025-09-23can: dev: turn can_set_static_ctrlmode() into a non-inline functionVincent Mailhol1-0/+21
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-2/+4
2025-09-19can: esd_usb: Avoid errors triggered from USB disconnectStefan Mätje1-8/+26
2025-09-19can: esd_usb: Rework display of error messagesStefan Mätje1-16/+20
2025-09-19can: rcar_can: Convert to %peGeert Uytterhoeven1-7/+7
2025-09-19can: rcar_can: Do not print alloc_candev() failuresGeert Uytterhoeven1-1/+0
2025-09-19can: rcar_can: Mailbox bitfield conversionGeert Uytterhoeven1-5/+7
2025-09-19can: rcar_can: BCR bitfield conversionGeert Uytterhoeven1-7/+8