Linux CAN drivers development
 help / color / mirror / Atom feed
- recent:[subjects (threaded)|topics (new)|topics (active)]
2026-09-12 21:26 [PATCH v5 1/2] dt-bindings: can: m_can: add ti,am62-mcan compatible 6+ messages
2026-09-10 15:24 [PATCH net] can: peak_usb: validate PCAN-USB Pro receive lengths
2026-09-10 15:03 [BUG] drivers/net: out-of-bounds in pcan_usb_pro_decode_buf()
2026-09-10 13:50 [PATCH net v4] can: kvaser_usb: validate command format before parsing in hydra receive path
2026-09-09 17:31 [PATCH net v2 0/2] can: j1939: tighten TP receive-path checks 4+ messages
2026-09-09  9:48 [PATCH v8 0/2] Add Loongson CAN-FD controller driver 5+ messages
2026-09-07 15:04 [PATCH V5 0/4] arm64: dts: freescale: Add chargebyte Charge Control Y 5+ messages
2026-09-07 14:56 [PATCH 0/2] can: j1939: tighten TP receive-path checks 5+ messages
2026-09-07 13:37 [PATCHv3 0/3] m68k: coldfire: fix non-standard readX()/writeX() functions 11+ messages
2026-09-07 10:49 [PATCH v5 0/3] can_rx_offload keeps a lockless irq_queue that the IRQ handlers fill and that is later spliced under skb_queue.lock into the NAPI-facing skb_queue. This works as long as a single context fills the irq_queue. flexcan with FLEXCAN_QUIRK_SECONDARY_MB_IRQ and mcf5441x use two mailbox IRQ lines. When those are affined to different CPUs the two handlers can enqueue into the same list at the same time and corrupt it. 9+ messages
2026-09-06 22:21 [PATCH net] can: peak_usb: fix slab-out-of-bounds read in pcan_usb_handle_bus_evt() 2+ messages
2026-09-05  9:44 [PATCH v2 (repost)] can: j1939: j1939_sk_bind(): fix j1939_ecu leak when re-bind failed 2+ messages
2026-09-04 21:17 [BUG] drivers/net: out-of-bounds in pcan_usb_decode_buf() 7+ messages
2026-09-04 16:20 [PATCH net] can: netlink: fix IFLA_CAN_BITRATE_MAX attribute sizing 3+ messages
2026-09-04 16:20 [PATCH net v2] can: netlink: fix static FD-NON-ISO mode validation
2026-09-04 15:26 [PATCH net] can: netlink: fix CAN XL PWM attribute sizing 3+ messages
2026-09-04 15:26 [PATCH net] can: netlink: fix static FD-NON-ISO mode validation 3+ messages
2026-09-04 14:12 [PATCH can-next v3 1/3] af_can: ensure sk_protocol is always set on socket creation 5+ messages
2026-09-04 12:50 [PATCH] net: can: fix repeated word 'is' in comment
2026-09-04  4:36 [PATCH net-next 00/33] Remove comma after sentinel entries in match table 52+ messages
2026-09-03  9:54 [PATCH] can: sja1000: drop RX frame when skb allocation fails 3+ messages
2026-09-03  8:04 [PATCH V4 3/4] dt-bindings: phy: ti,tcan104x-can: Document Microchip MCP2542 8+ messages
2026-09-03  6:59 [PATCH v2] can: remove CAN filters independent from namespace 4+ messages
2026-09-02 21:03 [PATCH v4 1/2] dt-bindings: can: m_can: add ti,am62-m_can compatible 11+ messages
2026-09-02 18:29 [PATCH] can: remove CAN filters independent from namespace 3+ messages
2026-09-02 14:15 [PATCH v4 0/7] can: rcar_canfd: Add support for Renesas RZ/G3S 12+ messages
2026-09-02 13:27 [PATCH V3 1/3] dt-bindings: arm: fsl: Add chargebyte Charge Control Y 5+ messages
2026-09-02 11:06 [PATCH] can: kvaser_usb: fix potential crash in probe 3+ messages
2026-09-01 15:37 [PATCH net-next v4] net: Replace %pK output with 0 6+ messages
2026-09-01 14:27 [PATCH] can: usb: f81604: fix use-after-free on disconnect 2+ messages
2026-09-01 11:48 [PATCH v4 1/3] can: rx-offload: make skb_irq_queue per-CPU 6+ messages
2026-09-01 10:41 [PATCH v3 0/2] can: rx-offload: make skb_irq_queue per-CPU 5+ messages
2026-09-01  9:04 [PATCH 5.10] can: ems_usb: validate CPC message lengths
2026-09-01  8:39 [PATCH v2 0/2] can: rx-offload: make skb_irq_queue per-CPU 6+ messages
2026-09-01  7:05 [PATCH] can: j1939: fix memory leaks caused by pending address claim timer 2+ messages
2026-08-31 18:56 [PATCH] can: notifiers: remove CAN filters independent from namespace 2+ messages
2026-08-31 14:34 [PATCH v7 0/6] can: flexcan: Add NXP S32N79 SoC support 14+ messages
2026-08-31 14:28 [PATCH] can: rx-offload: make skb_irq_queue per-CPU 3+ messages
2026-08-31  8:35 [PATCH V2 3/3] arm64: dts: freescale: Add chargebyte Charge Control Y 9+ messages
2026-08-31  8:30 [PATCH net] can: isotp: take rtnl_lock() before leaving the notifier list 4+ messages
2026-08-31  5:20 [PATCH can-next] can: raw: remove redundant NULL check before netdev_hold() 2+ messages
2026-08-30 13:59 [PATCH] can: peak_usb: validate response and receive record extents 2+ messages
2026-08-30 12:56 [PATCH] can: esd_usb: validate receive message extents 2+ messages
2026-08-30 12:53 [PATCH] can: kvaser_usb: hydra: validate command prefixes before parsing 2+ messages
2026-08-30 12:43 [PATCH] can: kvaser_pciefd: validate DMA packet extents
2026-08-29  6:09 [PATCH net 0/1] can: j1939: reject activation when device is down 2+ messages
2026-08-28  6:46 [PATCH v3 1/2] can: j1939: make hrtimer callback lockless and free ECUs asyncronously 4+ messages
2026-08-28  3:15 [BUG] can: kvaser_usb: WARN_ON(!dev->cfg) in kvaser_usb_probe() from an unhandled clock-frequency encoding 2+ messages
2026-08-27 22:34 [BUG] can: double free in unlink_all_urbs() in ems_usb and usb_8dev
2026-08-27 11:14 [PATCH v2] can: j1939: cancel all pending ECUs on device stop 2+ messages
2026-08-26 12:02 [PATCH net 0/14] pull-request: can 2026-08-26 33+ messages
2026-08-26  1:30 [PATCH net v3] can: kvaser_usb: validate command format before parsing in hydra receive path 3+ messages
2026-08-25  9:54 [PATCH 02/11] lib/vsprintf: Use acquire/release for ptr_key publication 34+ messages
2026-08-24 21:40 [PATCH net v2] can: kvaser_usb: validate command format before parsing in hydra receive path 4+ messages
2026-08-24 15:54 [PATCH] can: j1939: cancel all pending ECUs on device stop 4+ messages
2026-08-24 13:18 [PATCH v2] can: usb: f81604: fix struct f81604_int_data size mismatch 7+ messages
2026-08-24 12:53 [PATCH] qcan: isotp: implement N_Ar timeout handling for FC transmission 6+ messages
2026-08-24  8:27 [PATCH] can: usb: f81604: fix struct f81604_int_data size mismatch 6+ messages
2026-08-22  7:47 [PATCH] net: can: Convert to DEFINE_SIMPLE_DEV_PM_OPS() 2+ messages
2026-08-22  0:10 [syzbot] [can?] memory leak in j1939_netdev_start (2)
2026-08-21 16:06 [PATCH v3 0/2] can: m_can: support out-of-band wakeup capability 12+ messages
2026-08-21  3:34 [PATCH v7 01/10] mfd: nct6694: Move module type macros to shared header 2+ messages
2026-08-20 21:39 [PATCH v2 2/2] can: m_can: set out-of-band wakeup if wakeup pinctrl exists 5+ messages
2026-08-20 16:28 [PATCH] can: j1939: j1939_sk_bind(): fix j1939_ecu leak when re-bind failed 10+ messages
2026-08-20  2:06 [PATCH] can: hi311x: drop hi3110_lock before free_irq() on open failure 2+ messages
2026-08-19 16:08 [PATCH] can: convert unreliable ARPHRD_CAN type checks to robust can_get_ml_priv() 7+ messages
2026-08-19 14:56 [PATCH net] can: kvaser_usb: validate command format before parsing in hydra receive path 3+ messages
2026-08-19  5:42 [PATCH net] can: can327: Fix stack out-of-bounds write in can327_handle_prompt() 4+ messages
2026-08-18 22:18 [PATCH net v2] can: can327: Fix out-of-bounds write in can327_parse_frame() 6+ messages
2026-08-18 21:50 [PATCH net] can: can327: Fix out-of-bounds write in can327_parse_frame() 3+ messages
2026-08-18  9:16 [PATCH RFC 0/4] arm64: dts: freescale: Add chargebyte Charge Control Y 11+ messages
2026-08-18  6:38 [PATCH] can: kvaser_pciefd: fix use-after-free in bec poll timer 5+ messages
2026-08-17 23:24 [PATCH net-next 03/11] can: rockchip: add RK3588 CAN support 14+ messages
2026-08-17 11:20 [PATCH] can: kvaser_usb: refactor endpoint lookup
2026-08-17  1:37 [PATCH can] can: rockchip: rk3576: fix rtnl_lock deadlock during interface down under bus traffic 3+ messages
2026-08-15 10:34 [can-next] can: remove Softing CANcard driver 2+ messages
2026-08-15 10:34 [can-next v2] can: proc: remove pointers from CAN specific proc output 4+ messages
2026-08-14 18:05 [PATCH 0/2] can: fix two missed siblings of the kvaser_usb_leaf receive-walk fix 5+ messages
2026-08-14 14:45 Re: [PATCH v2] team: reject CAN and IEEE 802.15.4 devices in team_port_add 2+ messages
2026-08-14 10:54 [can-next] can: proc: remove pointers from CAN specific proc output 5+ messages
2026-08-14  9:03 [RESEND PATCH v6 0/6] can: flexcan: Add NXP S32N79 SoC support 12+ messages
2026-08-12 11:05 [PATCH net-next v3] net: Replace %pK output with 0 7+ messages
2026-08-06 14:07 [PATCH] can: ctucanfd: ctucan_err_interrupt(): do not emit info messages on Arbitration Lost or CAN Bus Error IRQs 5+ messages
2026-08-06 13:14 [PATCH can-next v2 0/3] Introduce diag support for CAN 10+ messages
2026-08-05 11:07 [PATCH v5] can: tcan4x5x: put tcan into sleep when removing driver 3+ messages
2026-08-05  8:55 [PATCH v7 0/2] Add Loongson CAN-FD controller driver 5+ messages
2026-08-04 19:55 [PATCH 0/4] can: automate IFF_ECHO flag for generic echo skbs 21+ messages
2026-08-04 11:30 [PATCH v4] can: tcan4x5x: put tcan into sleep when removing driver 3+ messages
2026-08-03 14:05 [PATCH 0/2] can: add arasan canfd controller support 8+ messages
2026-08-03 13:50 [PATCH v3] can: tcan4x5x: put tcan into sleep when removing driver 3+ messages
2026-08-03 10:19 [PATCH v2] can: tcan4x5x: put tcan into sleep when removing driver 7+ messages
2026-08-03  9:14 [PATCH net 0/2] can: bittiming: fix two defects in the userspace bitrate conversion 5+ messages
2026-08-01 10:55 [PATCH 1/1] docs: ctucanfd: fix swapped colors in legend for TX buffer FSM of CTU CAN FD
2026-08-01  9:29 [PATCH] can: dev: drop CAN XL skbs when CAN XL mode is disabled 2+ messages
2026-07-31 23:17 [PATCH RESEND v1] vxcan: Support per-netns device unregistration. 3+ messages
2026-07-31 16:29 [PATCH] can: dev: can_dropped_invalid_skb: drop CAN XL frames on non-CAN XL devices 3+ messages
2026-07-31 13:42 [PATCH net] can: j1939: avoid address-claim timer deadlock 6+ messages
2026-07-31 11:02 CAN-XL frame to not CAN-XL enabled interface 4+ messages
2026-07-31 10:39 [PATCH v5 2/3] can: rockchip_canfd: retry the outstanding TX buffer 5+ messages
2026-07-31 10:39 [PATCH v5 0/3] can: rockchip_canfd: fix TX stalls and races
2026-07-31  9:45 [PATCH v3 1/3] can: skb: make echo skb freeing safe in any IRQ context 3+ messages
2026-07-31  9:44 [PATCH v3 0/3] can: skb: make CAN skb freeing safe in any IRQ context
2026-07-31  8:23 [PATCH v2 1/2] can: dev: can_put_echo_skb(): use dev_kfree_skb_any() 3+ messages
2026-07-31  8:23 [PATCH v2 0/2] can: dev: make can_put_echo_skb() skb drops safe in any IRQ context
2026-07-30 15:50 [PATCH v4 0/3] can: rockchip_canfd: fix TX stalls and races 10+ messages
2026-07-30 15:03 [PATCH] can: dev: can_put_echo_skb(): free skb on invalid echo index 4+ messages
2026-07-30 14:34 [PATCH v6 0/4] can: rockchip: add RK3588 CAN support 16+ messages
2026-07-30 13:48 [PATCH v3 2/3] can: rockchip_canfd: retry the outstanding TX buffer 7+ messages
2026-07-30 13:48 [PATCH v3 0/3] can: rockchip_canfd: fix TX stalls and races
2026-07-30 12:34 Re: [PATCH] can: flexcan: honor Device Tree alias for CAN netdev index
2026-07-30 10:11 [PATCH v2 1/3] can: rockchip_canfd: prevent TX stall on echo skb failure 9+ messages
2026-07-30  6:11 [PATCH 3/3] can: rockchip_canfd: fix TX echo skb race 7+ messages
2026-07-30  6:11 [PATCH 0/3] can: rockchip_canfd: fix TX stalls and echo skb races
2026-07-30  4:33 [PATCH 0/3] arm64: dts: imx95-15x15-frdm: support CAN transceivers sharing a silent GPIO 9+ messages
2026-07-29 10:12 [PATCH net 12/20] can: peak_usb: validate uCAN receive record lengths 39+ messages
2026-07-28  5:58 [PATCH v1 can 2/2] can: j1939: transport: initialize receive buffer 5+ messages
2026-07-28  3:10 [PATCH net] can: isotp: check register_netdevice_notifier() error in module init 6+ messages
2026-07-27  9:48 [PATCH] can: tcan4x5x: put tcan into sleep when removing driver 4+ messages
2026-07-27  8:37 [PATCH net] can: bcm: add missing synchronize_rcu() in bcm_delete_rx_op() 2+ messages
2026-07-26  7:06 Re: [PATCH net v11] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering
2026-07-25 12:21 [PATCH can test v11a] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering 2+ messages
2026-07-25  7:03 [PATCH v5 1/4] dt-bindings: can: rockchip: add rk3588 CAN-FD compatible 9+ messages
2026-07-25  7:03 [PATCH v5 0/4] can: rockchip: add RK3588 CAN support
2026-07-24  8:46 [PATCH v3] tty: ldisc: fix deadlock between ldisc_sem and rtnl_mutex 5+ messages
2026-07-23 15:55 [PATCH net] can: ctucanfd: mark error-active controller status valid 2+ messages
2026-07-23  9:59 [PATCH net] can: ctucanfd: unmap BAR0 using base address 3+ messages
2026-07-23  7:44 [PATCH net] can: ctucanfd: handle bus error interrupts 4+ messages
2026-07-23  7:29 [PATCH 2/4] can: usb: ixxat_usb: add CL1 legacy protocol layer 11+ messages
2026-07-22 19:27 [PATCH net] can: ctucanfd: use self-test mode for PRESUME_ACK 3+ messages
2026-07-22 10:39 [PATCH] can: kvaser_usb: Fix memory leak in kvaser_usb_hydra_get_busparams()
2026-07-22  4:43 [PATCH] can: softing: validate firmware record spans 3+ messages
2026-07-22  4:22 [PATCH] can: kvaser_usb_leaf: validate received command extents 2+ messages
2026-07-21 17:16 [PATCH v10] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering
2026-07-21 16:13 [PATCH v9] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering 2+ messages
2026-07-21 14:37 [PATCH v8] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering 2+ messages
2026-07-21 13:07 [PATCH v7] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering 2+ messages
2026-07-21 11:44 [PATCH v6 0/2] Add Loongson CAN-FD controller driver 6+ messages
2026-07-21  8:55 [PATCH v6] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering 2+ messages
2026-07-21  8:50 [PATCH v2] tty: ldisc: fix deadlock between ldisc_sem and rtnl_mutex 2+ messages
2026-07-21  7:31 [PATCH v5] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering 2+ messages
2026-07-20 20:15 [PATCH v4] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering 2+ messages
2026-07-20 18:40 [PATCH can v3] can: gs_usb: fix hardware timestamp state for mixed channels 4+ messages
2026-07-20 16:01 [PATCH v3] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering 2+ messages
2026-07-20 14:40 [PATCH net-next v2] net: Replace %pK output with 0 4+ messages
2026-07-20 13:57 [PATCH v2] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering 2+ messages
2026-07-20 13:48 [PATCH can-next 00/13] can: gs_usb: implement new features recently added to candleLight firmware 21+ messages
2026-07-20 11:08 [PATCH] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering 2+ messages
2026-07-19 14:01 [PATCH] dt-bindings: net: can: Convert TI HECC to DT schema 2+ messages
2026-07-18  5:28 [PATCH can] can: gs_usb: fix hardware timestamp state for mixed channels 6+ messages
2026-07-17  2:14 [PATCH 0/2] dt-bindings: can: xilinx_can: Document phys and update maintainer 7+ messages
2026-07-16 15:47 [PATCH net 15/19] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler() 32+ messages
2026-07-16  6:47 [PATCH] tty: ldisc: fix deadlock between ldisc_sem and rtnl_mutex 11+ messages
2026-07-14 17:33 [PATCH v3 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S 27+ messages
2026-07-14 16:55 [PATCH v15 02/11] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure 18+ messages
2026-07-14 16:48 [PATCH] can: c_can: keep controller in init mode until bittiming is configured 2+ messages
2026-07-14 11:30 [PATCH v14 00/11] can: bcm: collected fixes 18+ messages
2026-07-14 10:12 [PATCH v13 04/11] can: bcm: fix CAN frame rx/tx statistics 32+ messages
2026-07-14  9:07 [syzbot] [net?] possible deadlock in rtnl_net_dev_lock
2026-07-13  8:53 [PATCH v6 0/6] can: flexcan: Add NXP S32N79 SoC support 23+ messages
2026-07-12 21:21 [PATCH v1] vxcan: Support per-netns device unregistration. 4+ messages
2026-07-12 17:59 [PATCH v10 1/3] can: isotp: use unconditional synchronize_rcu() in isotp_release() 7+ messages
2026-07-12 13:44 [PATCH v9 1/4] can: isotp: use unconditional synchronize_rcu() in isotp_release() 7+ messages
2026-07-12 12:41 [PATCH v8 3/4] can: isotp: fix race between RX/TX timers and frame reception 9+ messages
2026-07-11 12:07 [PATCH v7 2/5] can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER 10+ messages
2026-07-10 20:42 [PATCH v6 2/5] can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER 11+ messages
2026-07-10 16:47 [PATCH v5 0/4] net: can: isotp-fixes 9+ messages
2026-07-10 13:55 [PATCH v4 0/2] net: can: isotp-fixes 4+ messages
2026-07-10 12:56 [PATCH v3 1/2] can: isotp: use unconditional synchronize_rcu() in isotp_release() 5+ messages
2026-07-10 11:50 [PATCH can-next v2] can: m_can: switch to rx-offload implementation 3+ messages
2026-07-10 11:31 [PATCH v2 2/2] can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER 5+ messages
2026-07-10  9:32 [PATCH 2/2] can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER 5+ messages
2026-07-10  8:47 [PATCH] can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER
2026-07-10  8:22 [PATCH v5 0/2] Add Loongson CAN-FD controller driver 6+ messages
2026-07-09 20:22 [PATCH v12 00/11] can: bcm: collected fixes - final7 \o/ \o/ 20+ messages
2026-07-09 18:23 [PATCH v2 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S 14+ messages
2026-07-09 17:56 [PATCH v11 03/11] can: bcm: add locking when updating filter and timer values 20+ messages
2026-07-09 15:26 [PATCH can-next] can: m_can: switch to rx-offload implementation 2+ messages
2026-07-09 10:46 [PATCH net] can: esd_usb: kill anchored URBs before freeing netdevs 6+ messages
2026-07-09 10:24 [PATCH v10 00/10] can: bcm: collected fixes - final5 :-( 19+ messages
2026-07-09  8:16 [PATCH v9 00/10] can: bcm: collected fixes - final4 :-O 16+ messages
2026-07-09  7:54 [PATCH] can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation failure 3+ messages
2026-07-08 17:26 [PATCH v8 01/10] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF 19+ messages
2026-07-08 15:21 [PATCH v7 02/10] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure 18+ messages
2026-07-08 12:59 [PATCH] can: ems_usb: validate received CAN message payloads 2+ messages
2026-07-08  9:22 [PATCH v6 4/9] can: bcm: fix CAN frame rx/tx statistics 17+ messages
2026-07-08  3:05 [PATCH v3] can: m_can: Use of_property_present() for wakeup-source
2026-07-07 18:00 [PATCH v5 1/8] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF 11+ messages
2026-07-07 14:32 [PATCH v4 3/7] can: bcm: add locking when updating filter and timer values 16+ messages
2026-07-07 10:24 [PATCH 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S 18+ messages
2026-07-07  9:47 [PATCH v2] can: isotp: use unconditional synchronize_rcu() in isotp_release() 3+ messages
2026-07-06  7:38 [PATCH net-next] net: Convert %pK back to %p 8+ messages
2026-07-06  1:11 [PATCH net] can: j1939: zero the reassembly buffer to avoid uninitialized slab leak 3+ messages
2026-07-05  1:00 [PATCH net] can: esd_usb: free_candev() after unlink_all_urbs() in disconnect 3+ messages
2026-06-30 12:28 [PATCH] phy: phy-can-transceiver: Add suspend operation for tcan1043 3+ messages
2026-06-25 13:51 [PATCH] can: rcar_canfd: Change the initializing flow for clocks and resets 11+ messages
2026-06-19  9:00 [PATCH] vxcan: fix Kconfig description stating no local echo provided 6+ messages
2026-06-18 14:01 [PATCH net] can: flexcan: Fix probing for m68k/coldfire 5+ messages
2026-06-17  8:25 [PATCH 6.12.y] net: add missing ns_capable check for peer netns 6+ messages
2026-05-29  1:31 [PATCH v2 (repost)] can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking 5+ messages
2026-05-07  9:34 [PATCH net-next 0/2] net: convert remaining CAN protocols to getsockopt_iter 8+ messages

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox