summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
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
2025-09-19can: rcar_can: TFCR bitfield conversionGeert Uytterhoeven1-5/+2
2025-09-19can: rcar_can: CTLR bitfield conversionGeert Uytterhoeven1-13/+20
2025-09-19can: rcar_can: Convert to GENMASK()Geert Uytterhoeven1-4/+4
2025-09-19can: rcar_can: Convert to BIT()Geert Uytterhoeven1-69/+70
2025-09-19can: rcar_can: Convert to Runtime PMGeert Uytterhoeven1-24/+24
2025-09-19can: rcar_can: Add helper variable dev to rcar_can_probe()Geert Uytterhoeven1-12/+11
2025-09-19can: rcar_can: Consistently use ndev for net_device pointersGeert Uytterhoeven1-4/+4
2025-09-19can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean1-1/+1
2025-09-19can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-09-19can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-09-19can: hi311x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-09-19can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-1/+2
2025-09-19can: rcar_canfd: Fix controller mode settingDuy Nguyen1-3/+4
2025-09-19can: hi311x: fix null pointer dereference when resuming from sleep before int...Chen Yufeng1-16/+17
2025-09-16can: Add Nuvoton NCT6694 CANFD supportMing Yu3-0/+844
2025-09-13can: rcar_canfd: Simplify data bit rate configBiju Das1-13/+15
2025-09-13can: rcar_canfd: Simplify nominal bit rate configBiju Das1-19/+24
2025-09-13can: rcar_canfd: Update RCANFD_CFG_* macrosBiju Das1-6/+6
2025-09-13can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4Biju Das1-1/+4
2025-09-13can: peak: Modification of references to email accounts being deletedStéphane Grosjean11-27/+28
2025-09-13can: dev: sort includes by alphabetical orderVincent Mailhol1-5/+5
2025-09-13can: m_can: use us_to_ktime() where appropriateXichao Zhao1-4/+2
2025-09-10can: rcar_can: rcar_can_resume(): fix s2ram with PSCIGeert Uytterhoeven1-7/+1
2025-09-10can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKBAnssi Hannula1-8/+8
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-2/+2
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds25-335/+796
2025-07-30Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+3
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+9
2025-07-26Merge tag 'linux-can-next-for-6.17-20250725' of git://git.kernel.org/pub/scm/...Jakub Kicinski17-131/+596
2025-07-25can: kvaser_usb: Add devlink port supportJimmy Assarsson3-3/+41
2025-07-25can: kvaser_usb: Expose device information via devlink info_get()Jimmy Assarsson1-0/+51
2025-07-25can: kvaser_usb: Add devlink supportJimmy Assarsson5-26/+63