| Age | Commit message (Expand) | Author | Files | Lines |
| 14 days | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 3 | -0/+1035 |
| 2026-06-10 | can: virtio: Add virtio CAN driver | Matias Ezequiel Vara Larsen | 3 | -0/+1035 |
| 2026-05-12 | net: Consistently define pci_device_ids using named initializers | Uwe Kleine-König (The Capable Hub) | 1 | -101/+66 |
| 2026-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2026-04-09 | can: ucan: fix devres lifetime | Johan Hovold | 1 | -1/+1 |
| 2026-04-01 | can: ucan: refactor endpoint lookup | Johan Hovold | 1 | -29/+11 |
| 2026-04-01 | can: kvaser_usb: leaf: refactor endpoint lookup | Johan Hovold | 1 | -17/+8 |
| 2026-04-01 | can: mcp251xfd: add support for XSTBYEN transceiver standby control | Viken Dadhaniya | 2 | -0/+38 |
| 2026-04-01 | can: rcar_can: Convert to FIELD_MODIFY() | Geert Uytterhoeven | 1 | -2/+1 |
| 2026-04-01 | net: can: ctucanfd: remove useless copy of PCI_DEVICE_DATA macro | Ethan Nelson-Moore | 1 | -8/+0 |
| 2026-03-19 | can: mcp251x: add error handling for power enable in open and resume | Wenyuan Li | 1 | -5/+24 |
| 2026-03-19 | can: netlink: can_changelink(): add missing error handling to call can_ctrlmo... | Marc Kleine-Budde | 1 | -1/+3 |
| 2026-03-10 | can: hi311x: hi3110_open(): add check for hi3110_power_enable() return value | Wenyuan Li | 1 | -1/+4 |
| 2026-03-10 | can: dev: keep the max bitrate error at 5% | Haibo Chen | 1 | -1/+1 |
| 2026-03-02 | can: gs_usb: gs_can_open(): always configure bitrates before starting device | Marc Kleine-Budde | 1 | -6/+16 |
| 2026-03-02 | can: usb: f81604: correctly anchor the urb in the read bulk callback | Greg Kroah-Hartman | 1 | -2/+13 |
| 2026-03-02 | can: usb: f81604: handle bulk write errors properly | Greg Kroah-Hartman | 1 | -3/+21 |
| 2026-03-02 | can: usb: f81604: handle short interrupt urb messages properly | Greg Kroah-Hartman | 1 | -0/+6 |
| 2026-03-02 | can: usb: etas_es58x: correctly anchor the urb in the read bulk callback | Greg Kroah-Hartman | 1 | -1/+7 |
| 2026-03-02 | can: ucan: Fix infinite loop from zero-length messages | Greg Kroah-Hartman | 1 | -1/+1 |
| 2026-03-02 | can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message | Greg Kroah-Hartman | 1 | -1/+6 |
| 2026-03-02 | can: esd_usb: add endpoint type validation | Ziyi Guo | 1 | -13/+17 |
| 2026-03-02 | can: mcp251x: fix deadlock in error path of mcp251x_open | Alban Bedel | 1 | -1/+14 |
| 2026-03-02 | can: dummy_can: dummy_can_init(): fix packet statistics | Oliver Hartkopp | 1 | -0/+1 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 17 | -41/+41 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 19 | -53/+50 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -0/+2 |
| 2026-02-05 | can: gw: use can_gw_hops instead of sk_buff::csum_start | Oliver Hartkopp | 1 | -1/+1 |
| 2026-02-05 | can: remove private CAN skb headroom infrastructure | Oliver Hartkopp | 1 | -22/+9 |
| 2026-02-05 | can: move frame_len to CAN skb extensions | Oliver Hartkopp | 1 | -7/+20 |
| 2026-02-05 | can: move ifindex to CAN skb extensions | Oliver Hartkopp | 1 | -5/+4 |
| 2026-02-05 | can: add CAN skb extension infrastructure | Oliver Hartkopp | 2 | -11/+58 |
| 2026-02-05 | can: use skb hash instead of private variable in headroom | Oliver Hartkopp | 1 | -2/+0 |
| 2026-02-02 | net: remove unnecessary module_init/exit functions | Ethan Nelson-Moore | 1 | -16/+0 |
| 2026-01-31 | Merge tag 'linux-can-next-for-6.20-20260131' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 2 | -32/+42 |
| 2026-01-23 | can: gs_usb: gs_usb_receive_bulk_callback(): fix error message | Marc Kleine-Budde | 1 | -2/+2 |
| 2026-01-23 | can: sja1000: sja1000_err(): use error counter for error state | Michael Tretter | 1 | -26/+7 |
| 2026-01-23 | can: sja1000: sja1000_err(): make use of sja1000_get_berr_counter() to read e... | Marc Kleine-Budde | 1 | -7/+6 |
| 2026-01-22 | can: at91_can: Fix memory leak in at91_can_probe() | Zilin Guan | 1 | -1/+1 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 2 | -0/+2 |
| 2026-01-16 | can: rcar_canfd: Add RZ/T2H support | Lad Prabhakar | 1 | -0/+18 |
| 2026-01-16 | can: rcar_canfd: Add support for FD-Only mode | Biju Das | 1 | -1/+13 |
| 2026-01-16 | can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leak | Marc Kleine-Budde | 1 | -1/+7 |
| 2026-01-16 | can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leak | Marc Kleine-Budde | 1 | -1/+7 |
| 2026-01-16 | can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leak | Marc Kleine-Budde | 1 | -1/+8 |
| 2026-01-16 | can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak | Marc Kleine-Budde | 1 | -1/+8 |
| 2026-01-16 | can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak | Marc Kleine-Budde | 1 | -1/+7 |
| 2026-01-16 | can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb()... | Marc Kleine-Budde | 1 | -0/+7 |
| 2026-01-16 | can: dev: alloc_candev_mqs(): add missing default CAN capabilities | Marc Kleine-Budde | 1 | -0/+1 |
| 2026-01-15 | can: propagate CAN device capabilities via ml_priv | Oliver Hartkopp | 4 | -0/+58 |
| 2026-01-15 | Revert "can: raw: instantly reject unsupported CAN frames" | Oliver Hartkopp | 3 | -5/+9 |
| 2026-01-09 | can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit. | Ondrej Ille | 1 | -1/+1 |
| 2026-01-09 | can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak | Marc Kleine-Budde | 1 | -0/+2 |
| 2026-01-09 | can: etas_es58x: allow partial RX URB allocation to succeed | Szymon Wilczek | 1 | -1/+1 |
| 2025-12-18 | can: fix build dependency | Marc Kleine-Budde | 1 | -1/+1 |
| 2025-12-10 | can: gs_usb: gs_can_open(): fix error handling | Marc Kleine-Budde | 1 | -1/+1 |
| 2025-12-10 | can: fix build dependency | Arnd Bergmann | 3 | -8/+4 |
| 2025-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -41/+124 |
| 2025-11-26 | can: rcar_canfd: Fix CAN-FD mode as default | Biju Das | 1 | -22/+31 |
| 2025-11-26 | can: rcar_canfd: Add suspend/resume support | Geert Uytterhoeven | 1 | -0/+53 |
| 2025-11-26 | can: rcar_canfd: Convert to DEFINE_SIMPLE_DEV_PM_OPS() | Geert Uytterhoeven | 1 | -5/+5 |
| 2025-11-26 | can: rcar_canfd: Invert CAN clock and close_candev() order | Geert Uytterhoeven | 1 | -1/+1 |
| 2025-11-26 | can: rcar_canfd: Extract rcar_canfd_global_{,de}init() | Geert Uytterhoeven | 1 | -78/+104 |
| 2025-11-26 | can: rcar_canfd: Use devm_clk_get_optional() for RAM clk | Biju Das | 1 | -6/+17 |
| 2025-11-26 | can: rcar_canfd: Invert global vs. channel teardown | Geert Uytterhoeven | 1 | -3/+3 |
| 2025-11-26 | can: rcar_canfd: Invert reset assert order | Geert Uytterhoeven | 1 | -2/+2 |
| 2025-11-26 | can: dev: print bitrate error with two decimal digits | Oliver Hartkopp | 1 | -6/+9 |
| 2025-11-26 | can: add dummy_can driver | Vincent Mailhol | 3 | -0/+303 |
| 2025-11-26 | can: calc_bittiming: add can_calc_sample_point_pwm() | Vincent Mailhol | 1 | -0/+18 |
| 2025-11-26 | can: calc_bittiming: add can_calc_sample_point_nrz() | Vincent Mailhol | 1 | -10/+15 |
| 2025-11-26 | can: calc_bittiming: replace misleading "nominal" by "reference" | Vincent Mailhol | 1 | -13/+13 |
| 2025-11-26 | can: netlink: add PWM netlink interface | Vincent Mailhol | 1 | -2/+190 |
| 2025-11-26 | can: calc_bittiming: add PWM calculation | Vincent Mailhol | 1 | -0/+36 |
| 2025-11-26 | can: bittiming: add PWM validation | Vincent Mailhol | 1 | -0/+63 |
| 2025-11-26 | can: netlink: add CAN_CTRLMODE_XL_TMS flag | Vincent Mailhol | 2 | -3/+47 |
| 2025-11-26 | can: netlink: add initial CAN XL support | Vincent Mailhol | 2 | -17/+73 |
| 2025-11-26 | can: netlink: add CAN_CTRLMODE_RESTRICTED | Vincent Mailhol | 2 | -0/+9 |
| 2025-11-26 | can: dev: can_get_ctrlmode_str: use capitalized ctrlmode strings | Oliver Hartkopp | 1 | -12/+12 |
| 2025-11-17 | can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling | Marc Kleine-Budde | 1 | -2/+2 |
| 2025-11-17 | can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces... | Marc Kleine-Budde | 1 | -5/+54 |
| 2025-11-16 | can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces... | Marc Kleine-Budde | 1 | -7/+19 |
| 2025-11-16 | can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBs | Marc Kleine-Budde | 1 | -2/+15 |
| 2025-11-16 | can: sja1000: fix max irq loop handling | Thomas Mühlbacher | 1 | -2/+2 |
| 2025-11-16 | can: kvaser_usb: leaf: Fix potential infinite loop in command parsers | Seungjin Bae | 1 | -2/+2 |
| 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 | -19/+16 |
| 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 | -29/+47 |
| 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 | -463/+728 |
| 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 | -461/+724 |
| 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 | -10/+15 |
| 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 |
| 2025-09-24 | can: netlink: remove useless check in can_tdc_changelink() | Vincent Mailhol | 1 | -1/+1 |
| 2025-09-24 | can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic | Vincent Mailhol | 1 | -5/+4 |
| 2025-09-24 | can: netlink: add can_validate_databittiming() | Vincent Mailhol | 1 | -20/+44 |
| 2025-09-24 | can: netlink: add can_validate_tdc() | Vincent Mailhol | 1 | -34/+48 |
| 2025-09-24 | can: netlink: refactor can_validate_bittiming() | Vincent Mailhol | 1 | -19/+17 |
| 2025-09-24 | can: enable CAN XL for virtual CAN devices by default | Vincent Mailhol | 2 | -2/+2 |
| 2025-09-24 | can: populate the minimum and maximum MTU values | Vincent Mailhol | 2 | -7/+22 |
| 2025-09-23 | can: dev: turn can_set_static_ctrlmode() into a non-inline function | Vincent Mailhol | 1 | -0/+21 |
| 2025-09-22 | net: WQ_PERCPU added to alloc_workqueue users | Marco Crivellari | 2 | -2/+4 |
| 2025-09-19 | can: esd_usb: Avoid errors triggered from USB disconnect | Stefan Mätje | 1 | -8/+26 |
| 2025-09-19 | can: esd_usb: Rework display of error messages | Stefan Mätje | 1 | -16/+20 |
| 2025-09-19 | can: rcar_can: Convert to %pe | Geert Uytterhoeven | 1 | -7/+7 |
| 2025-09-19 | can: rcar_can: Do not print alloc_candev() failures | Geert Uytterhoeven | 1 | -1/+0 |
| 2025-09-19 | can: rcar_can: Mailbox bitfield conversion | Geert Uytterhoeven | 1 | -5/+7 |
| 2025-09-19 | can: rcar_can: BCR bitfield conversion | Geert Uytterhoeven | 1 | -7/+8 |
| 2025-09-19 | can: rcar_can: TFCR bitfield conversion | Geert Uytterhoeven | 1 | -5/+2 |
| 2025-09-19 | can: rcar_can: CTLR bitfield conversion | Geert Uytterhoeven | 1 | -13/+20 |
| 2025-09-19 | can: rcar_can: Convert to GENMASK() | Geert Uytterhoeven | 1 | -4/+4 |
| 2025-09-19 | can: rcar_can: Convert to BIT() | Geert Uytterhoeven | 1 | -68/+69 |
| 2025-09-19 | can: rcar_can: Convert to Runtime PM | Geert Uytterhoeven | 1 | -24/+24 |
| 2025-09-19 | can: rcar_can: Add helper variable dev to rcar_can_probe() | Geert Uytterhoeven | 1 | -12/+11 |
| 2025-09-19 | can: rcar_can: Consistently use ndev for net_device pointers | Geert Uytterhoeven | 1 | -4/+4 |
| 2025-09-19 | can: peak_usb: fix shift-out-of-bounds issue | Stéphane Grosjean | 1 | -1/+1 |
| 2025-09-19 | can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflow | Vincent Mailhol | 1 | -0/+1 |
| 2025-09-19 | can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflow | Vincent Mailhol | 1 | -0/+1 |
| 2025-09-19 | can: hi311x: populate ndo_change_mtu() to prevent buffer overflow | Vincent Mailhol | 1 | -0/+1 |
| 2025-09-19 | can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow | Vincent Mailhol | 1 | -1/+2 |
| 2025-09-19 | can: rcar_canfd: Fix controller mode setting | Duy Nguyen | 1 | -3/+4 |
| 2025-09-19 | can: hi311x: fix null pointer dereference when resuming from sleep before int... | Chen Yufeng | 1 | -16/+17 |
| 2025-09-16 | can: Add Nuvoton NCT6694 CANFD support | Ming Yu | 3 | -0/+844 |
| 2025-09-13 | can: rcar_canfd: Simplify data bit rate config | Biju Das | 1 | -13/+15 |
| 2025-09-13 | can: rcar_canfd: Simplify nominal bit rate config | Biju Das | 1 | -19/+24 |
| 2025-09-13 | can: rcar_canfd: Update RCANFD_CFG_* macros | Biju Das | 1 | -6/+6 |
| 2025-09-13 | can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4 | Biju Das | 1 | -1/+4 |
| 2025-09-13 | can: peak: Modification of references to email accounts being deleted | Stéphane Grosjean | 11 | -27/+28 |
| 2025-09-13 | can: dev: sort includes by alphabetical order | Vincent Mailhol | 1 | -5/+5 |
| 2025-09-13 | can: m_can: use us_to_ktime() where appropriate | Xichao Zhao | 1 | -4/+2 |
| 2025-09-10 | can: rcar_can: rcar_can_resume(): fix s2ram with PSCI | Geert Uytterhoeven | 1 | -7/+1 |
| 2025-09-10 | can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKB | Anssi Hannula | 1 | -8/+8 |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -2/+2 |
| 2025-07-30 | Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 25 | -333/+794 |
| 2025-07-29 | Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -3/+3 |
| 2025-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+9 |
| 2025-07-25 | Merge tag 'linux-can-next-for-6.17-20250725' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 17 | -131/+596 |
| 2025-07-25 | can: kvaser_usb: Add devlink port support | Jimmy Assarsson | 3 | -3/+41 |
| 2025-07-25 | can: kvaser_usb: Expose device information via devlink info_get() | Jimmy Assarsson | 1 | -0/+51 |
| 2025-07-25 | can: kvaser_usb: Add devlink support | Jimmy Assarsson | 5 | -26/+63 |
| 2025-07-25 | can: kvaser_usb: Store additional device information | Jimmy Assarsson | 3 | -2/+13 |
| 2025-07-25 | can: kvaser_usb: Store the different firmware version components in a struct | Jimmy Assarsson | 4 | -9/+29 |
| 2025-07-25 | can: kvaser_usb: Move comment regarding max_tx_urbs | Jimmy Assarsson | 1 | -2/+2 |
| 2025-07-25 | can: kvaser_usb: Add intermediate variables | Jimmy Assarsson | 1 | -7/+13 |
| 2025-07-25 | can: kvaser_usb: Assign netdev.dev_port based on device channel index | Jimmy Assarsson | 1 | -0/+1 |
| 2025-07-25 | can: kvaser_usb: Add support for ethtool set_phys_id() | Jimmy Assarsson | 1 | -0/+26 |
| 2025-07-25 | can: kvaser_usb: Add support to control CAN LEDs on device | Jimmy Assarsson | 3 | -0/+116 |
| 2025-07-25 | can: kvaser_pciefd: Add devlink port support | Jimmy Assarsson | 3 | -0/+37 |
| 2025-07-25 | can: kvaser_pciefd: Expose device firmware version via devlink info_get() | Jimmy Assarsson | 1 | -0/+24 |
| 2025-07-25 | can: kvaser_pciefd: Add devlink support | Jimmy Assarsson | 5 | -4/+27 |
| 2025-07-25 | can: kvaser_pciefd: Split driver into C-file and header-file. | Jimmy Assarsson | 4 | -71/+96 |
| 2025-07-25 | can: kvaser_pciefd: Store device channel index | Jimmy Assarsson | 1 | -0/+1 |
| 2025-07-25 | can: kvaser_pciefd: Store the different firmware version components in a struct | Jimmy Assarsson | 1 | -6/+11 |
| 2025-07-25 | can: kvaser_pciefd: Add intermediate variable for device struct in probe() | Jimmy Assarsson | 1 | -3/+4 |
| 2025-07-25 | can: kvaser_pciefd: Add support for ethtool set_phys_id() | Jimmy Assarsson | 1 | -0/+24 |
| 2025-07-25 | can: kvaser_pciefd: Add support to control CAN LEDs on device | Jimmy Assarsson | 1 | -0/+18 |
| 2025-07-25 | docs: Fix kernel-doc error in CAN driver | Luis Felipe Hernandez | 1 | -5/+6 |