messages from 2026-06-29 03:45:04 to 2026-06-29 13:27:36 UTC [more...]
[PATCH 00/13] treewide: replace linux/gpio.h
2026-06-29 13:26 UTC (8+ messages)
` [PATCH 01/13] ARM: replace linux/gpio.h inclusions
` [PATCH 02/13] m68k/coldfire: "
` [PATCH 03/13] mips: "
` [PATCH 04/13] sh: "
` [PATCH 05/13] mfd: "
` [PATCH 06/13] [net-next] net: "
` [PATCH 07/13] ASoC: "
[PATCH iwl-net v2 2/2] ice: preserve uplink DFLT Rx rule on switchdev release
2026-06-29 13:21 UTC (3+ messages)
[PATCH net] bridge: stp: Fix a potential use-after-free when deleting a bridge
2026-06-29 13:22 UTC (2+ messages)
[PATCH v29 0/5] Type2 device basic support
2026-06-29 13:20 UTC (4+ messages)
` [PATCH v29 4/5] sfc: obtain and map cxl range using devm_cxl_probe_mem
[PATCH] mptcp: only honor zero-length DATA_FIN when a mapping is present
2026-06-29 13:14 UTC (4+ messages)
the confusing 10000base_CR. Shouldn't it be 10000_SFI_DA?
2026-06-29 13:11 UTC (8+ messages)
[PATCH net] netfilter: nf_nat_masquerade: recalculate TCP TS offset when port is randomized
2026-06-29 13:09 UTC (2+ messages)
[PATCH net] tipc: make sure bc_rcvlink is not dereferenced with NULL value
2026-06-29 13:09 UTC
[PATCH net] cxgb4: Fix decode strings dump for T6 adapters
2026-06-29 13:08 UTC
[PATCH net-next] chelsio: delete the line with the pidx initialization
2026-06-29 13:08 UTC
[PATCH v2 0/6] Add support for IPQ5018 Bluetooth
2026-06-29 13:01 UTC (7+ messages)
` [PATCH v2 1/6] dt-bindings: net: bluetooth: Document Qualcomm IPQ5018 Bluetooth controller
` [PATCH v2 2/6] Bluetooth: btqca: Add IPQ5018 support
` [PATCH v2 3/6] firmware: qcom: scm: Add support for setting Bluetooth power modes
` [PATCH v2 4/6] Bluetooth: Introduce Qualcomm IPQ5018 IPC based HCI driver
` [PATCH v2 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
` [PATCH v2 6/6] MAINTAINERS: Add entry for Qualcomm IPQ5018 Bluetooth driver
[PATCH net 0/3 v2] Fix broken TC_ACT_REDIRECT
2026-06-29 13:01 UTC (5+ messages)
` [PATCH net 1/3 v2] net: Extend bpf_net_context lifetime to cover qdisc enqueue
` [PATCH net 2/3 v2] net/sched: Handle TC_ACT_REDIRECT from qdisc filter chains
` [PATCH net 3/3 v2] selftests/tc-testing: Verify bpf redirect on RED block with preceding clsact (egress) classifier
[PATCH] Wireguard: Fix data-race in rx/tx counter
2026-06-29 12:59 UTC (2+ messages)
` [PATCH v2] "
[PATCH] selftests/bpf: Mask socket type flags in mptcpify prog
2026-06-29 12:56 UTC
[PATCH 0/5] netfilter: nf_flow_table_path: L2 bridge offload
2026-06-29 12:56 UTC (7+ messages)
` [PATCH 1/5] net: export __dev_fill_forward_path
` [PATCH 2/5] net: bridge: add flow offload helpers
` [PATCH 3/5] netfilter: nf_flow_table_path: add L2 bridge offload
` [PATCH 4/5] netfilter: nf_flow_table_path: handle DEV_PATH_MTK_WDMA in path info
` [PATCH 5/5] netfilter: nf_flow_table_path: add VLAN passthrough support
[PATCH RFC 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
2026-06-29 12:52 UTC (2+ messages)
[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
2026-06-29 12:43 UTC (3+ messages)
` [PATCH 3/7] cpufreq: rcpufreq_dt: use vertical import style
[PATCH v2 00/12] rust: driver: use pointers instead of indices for ID info
2026-06-29 12:41 UTC (2+ messages)
[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
2026-06-29 12:39 UTC (12+ messages)
` [PATCH v2 01/11] rust: driver: remove `IdTable::id`
` [PATCH v2 02/11] rust: driver: simplify `IdArray::new_without_index`
` [PATCH v2 03/11] rust: pci: use `Option<&IdInfo>` for device ID info
` [PATCH v2 04/11] rust: usb: "
` [PATCH v2 05/11] rust: net/phy: remove expansion from doc
` [PATCH v2 06/11] rust: driver: centralize device ID handling
` [PATCH v2 07/11] rust: driver: remove `$module_table_name` from `module_device_table`
` [PATCH v2 08/11] rust: driver: store pointers in `DeviceId`
` [PATCH v2 09/11] rust: driver: remove open-coded matching logic
` [PATCH v2 10/11] rust: driver: remove duplicate ID table
` [PATCH v2 11/11] RFC: rust: driver: support map-like syntax for "
[PATCH net v5 0/2] net: phy: sfp: fix mii_bus leak and revert RollBall bridge probe
2026-06-29 12:23 UTC (3+ messages)
` [PATCH net v5 2/2] Revert "net: phy: sfp: probe for RollBall I2C-to-MDIO bridge in mdio-i2c"
[PATCH net v2] nfc: nci: fix uninit-value in the RF discover/activated NTF handlers
2026-06-29 12:23 UTC (3+ messages)
[PATCH RFC] net: enforce net sysctl registration
2026-06-29 12:22 UTC
[PATCH iwl-net v2 1/2] ice: skip per-VLAN promisc rules when default VSI Rx rule is set
2026-06-29 12:06 UTC (3+ messages)
[PATCH net-next 0/2] net: do not warn on best-effort skb allocation failures
2026-06-29 11:45 UTC (3+ messages)
` [PATCH net-next 1/2] netconsole: do not warn when the best-effort skb allocation fails
` [PATCH net-next 2/2] netpoll: do not warn when the best-effort pool refill fails
[PATCH bpf v2 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
2026-06-29 11:38 UTC (3+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update
[PATCH net-next v11 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
2026-06-29 11:28 UTC (8+ messages)
` [PATCH net-next v11 1/7] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v11 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v11 3/7] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v11 4/7] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v11 5/7] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v11 6/7] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v11 7/7] net: stmmac: qcom-ethqos: add support for sa8255p
[PATCH net-next v4 00/13] dpaa2-switch: add support for LAG offload
2026-06-29 11:23 UTC (14+ messages)
` [PATCH net-next v4 01/13] dpaa2-switch: remove unnecessary dev_mc_add/dev_mc_del calls
` [PATCH net-next v4 02/13] dpaa2-switch: avoid holding rtnl_lock in dpaa2_switch_event_work()
` [PATCH net-next v4 03/13] dpaa2-switch: extend the FDB management to cover bond scenarios
` [PATCH net-next v4 04/13] dpaa2-switch: create a separate dpaa2_switch_port_fdb_event() function
` [PATCH net-next v4 05/13] dpaa2-switch: check early if an FDB entry should be added
` [PATCH net-next v4 06/13] dpaa2-switch: add dpaa2_switch_port_to_bridge_port() helper
` [PATCH net-next v4 07/13] dpaa2-switch: consolidate unicast and multicast management
` [PATCH net-next v4 08/13] dpaa2-switch: add LAG configuration API
` [PATCH net-next v4 09/13] dpaa2-switch: add support for LAG offload
` [PATCH net-next v4 10/13] dpaa2-switch: offload FDBs added on an upper bond device
` [PATCH net-next v4 11/13] dpaa2-switch: offload port objects "
` [PATCH net-next v4 12/13] dpaa2-switch: trap all link local reserved addresses to the CPU
` [PATCH net-next v4 13/13] dpaa2-switch: add support for imprecise source port
[RFC PATCH net-next] netpoll: hold RCU while walking napi_list
2026-06-29 11:17 UTC (4+ messages)
[PATCH v3] xsk: fix memory corruptions in net/core/xdp.c
2026-06-29 11:15 UTC (3+ messages)
[PATCH] net: stmmac: fix missed le32_to_cpu()
2026-06-29 11:11 UTC (5+ messages)
[RFC net-next 08/15] ipxlat: add translation engine and dispatch core
2026-06-29 11:08 UTC (3+ messages)
[PATCH net v4] net/mlx5e: macsec: fix use-after-free of metadata_dst on RX SC delete
2026-06-29 11:04 UTC (2+ messages)
[PATCH net 1/1] tcp: bound SYN-ACK timers to reqsk timeout range
2026-06-29 11:00 UTC (2+ messages)
[PATCH net-next v5 0/4] dpll: add NCO pin type and zl3073x support
2026-06-29 10:53 UTC (9+ messages)
` [PATCH net-next v5 1/4] dpll: add DPLL_PIN_TYPE_INT_NCO pin type
[PATCH net] net: clear transport header during tunnel decapsulation
2026-06-29 10:53 UTC (2+ messages)
[PATCH net 1/1] tcp: Require init_net CAP_NET_ADMIN for tcp_child_ehash_entries
2026-06-29 10:51 UTC (3+ messages)
[PATCH net 0/3] Fix broken TC_ACT_REDIRECT
2026-06-29 10:47 UTC (4+ messages)
` [PATCH net 1/3] net: Extend bpf_net_context lifetime to cover qdisc enqueue
[PATCH bpf-next v10 0/5] bpf: add icmp_send kfunc
2026-06-29 10:35 UTC (6+ messages)
` [PATCH bpf-next v10 1/5] bpf: add bpf_icmp_send kfunc
[syzbot] [wpan?] general protection fault in ieee802154_release_queue
2026-06-29 9:53 UTC
[PATCH net v3] net/smc: fix out-of-bounds read when sk_user_data holds a sk_psock
2026-06-29 9:51 UTC
[PATCH iwl-net v1] ice: use global queue index in TC to-queue offload
2026-06-29 9:12 UTC
[PATCH 7.0.y] af_unix: Set gc_in_progress to true in unix_gc()
2026-06-29 9:39 UTC
[PATCH 6.19.y] af_unix: Set gc_in_progress to true in unix_gc()
2026-06-29 9:39 UTC
[PATCH 6.18.y] af_unix: Set gc_in_progress to true in unix_gc()
2026-06-29 9:39 UTC
[PATCH 6.12.y] af_unix: Set gc_in_progress to true in unix_gc()
2026-06-29 9:39 UTC
[PATCH 6.6.y] af_unix: Set gc_in_progress to true in unix_gc()
2026-06-29 9:39 UTC
[PATCH] vhost-vdpa: Expose ASID group change after DRIVER_OK via backend feature
2026-06-29 9:39 UTC (3+ messages)
[PATCH net-next v5 1/4] dpll: add DPLL_PIN_TYPE_INT_NCO pin type
2026-06-29 9:36 UTC (12+ messages)
[PATCH v2 00/19] driver core: count references of the platform device's fwnode, not OF node
2026-06-29 9:25 UTC (21+ messages)
` [PATCH v2 01/19] powerpc/powermac: fix OF node refcount
` [PATCH v2 02/19] driver core: platform: provide platform_device_set_of_node()
` [PATCH v2 03/19] driver core: platform: provide platform_device_set_fwnode()
` [PATCH v2 04/19] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH v2 05/19] of: platform: use platform_device_set_of_node()
` [PATCH v2 06/19] powerpc/powermac: "
` [PATCH v2 07/19] i2c: pxa-pci: "
` [PATCH v2 08/19] iommu/fsl: "
` [PATCH v2 09/19] net: bcmgenet: "
` [PATCH v2 10/19] pmdomain: imx: "
` [PATCH v2 11/19] mfd: tps6586: "
` [PATCH v2 12/19] slimbus: qcom-ngd-ctrl: "
` [PATCH v2 13/19] net: mv643xx: "
` [PATCH v2 14/19] drm/xe/i2c: use platform_device_set_fwnode()
` [PATCH v2 15/19] platform/surface: gpe: "
` [PATCH v2 16/19] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH v2 17/19] usb: musb: "
` [PATCH v2 18/19] reset: rzg2l: "
` [PATCH v2 19/19] driver core: platform: count references to all kinds of firmware nodes
[PATCH v6 0/9] Support for block device NVMEM providers
2026-06-29 9:23 UTC (11+ messages)
` [PATCH v6 1/9] block: partitions: of: Skip child nodes without reg property
` [PATCH v6 2/9] dt-bindings: mmc: Document support for nvmem-layout
` [PATCH v6 3/9] dt-bindings: net: wireless: qcom,ath10k: Document NVMEM cells
` [PATCH v6 4/9] dt-bindings: bluetooth: qcom: Add NVMEM BD address cell
` [PATCH v6 5/9] block: implement NVMEM provider
` [PATCH v6 6/9] net: of_net: Add of_get_nvmem_eui48() helper for EUI-48 lookup
` [PATCH v6 7/9] Bluetooth: hci_sync: Add NVMEM-backed BD address retrieval
` [PATCH v6 8/9] Bluetooth: qca: Set NVMEM BD address quirks when address is invalid
` [PATCH v6 9/9] arm64: dts: qcom: arduino-imola: Describe NVMEM layout for WiFi/BT addresses
[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
2026-06-29 9:06 UTC (4+ messages)
` [PATCH 21/23] usb: musb: use platform_device_set_of_node_from_dev()
[PATCH v3] lib/random32: convert selftest to KUnit
2026-06-29 9:01 UTC (2+ messages)
[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
2026-06-29 8:56 UTC (4+ messages)
[PATCH net] net: sgi: ioc3-eth: unregister netdev before freeing DMA rings
2026-06-29 8:50 UTC
[PATCH] net: fman: guard IRQ handlers against pre-init interrupt
2026-06-29 8:45 UTC
[PATCH net v2] octeontx2-pf: check DMAC extraction support before filtering
2026-06-29 8:42 UTC (2+ messages)
[patch 00/24] timekeeping/ptp: Expand snapshot functionality
2026-06-29 8:39 UTC (8+ messages)
` [patch 09/24] timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()
[PATCH net] net: sgi: ioc3-eth: fix split TX DMA mapping lengths
2026-06-29 8:06 UTC
[PATCH net-next] net: neigh: avoid calling neigh_forced_gc on every alloc when table is full
2026-06-29 7:57 UTC (3+ messages)
[PATCH] dt-bindings: Fix bracket
2026-06-29 7:55 UTC (4+ messages)
[PATCH net v3] net: wwan: iosm: bound device offsets in the MUX downlink decoder
2026-06-29 7:49 UTC (2+ messages)
[PATCH net-next v10 0/5] net: hinic3: PF initialization
2026-06-29 7:37 UTC (6+ messages)
` [PATCH net-next v10 1/5] hinic3: Add ethtool queue ops
` [PATCH net-next v10 2/5] hinic3: Add ethtool statistic ops
` [PATCH net-next v10 3/5] hinic3: Add ethtool coalesce ops
` [PATCH net-next v10 4/5] hinic3: Add ethtool rss ops
` [PATCH net-next v10 5/5] hinic3: Remove unneeded coalesce parameters
[PATCH bpf] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
2026-06-29 7:37 UTC (2+ messages)
[PATCH v3 0/7] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
2026-06-29 7:29 UTC (10+ messages)
` [PATCH v3 1/7] net: wwan: t9xx: Add PCIe core
` [External Mail] "
` [PATCH v3 2/7] net: wwan: t9xx: Add control plane transaction layer
` [External Mail] "
` [PATCH v3 3/7] net: wwan: t9xx: Add control DMA interface
` [External Mail] "
[RFC PATCH net-next v8 00/12] net: pcs: Introduce support for fwnode PCS
2026-06-29 7:28 UTC (7+ messages)
` [RFC PATCH net-next v8 03/12] net: phylink: add phylink_release_pcs() to externally release a PCS
[PATCH net-next v9 0/7] r8169: add RSS support for RTL8127
2026-06-29 7:13 UTC (8+ messages)
` [PATCH net-next v9 1/7] r8169: add support for multi irqs
` [PATCH net-next v9 2/7] r8169: refactor RX path to prepare for multi-queue
` [PATCH net-next v9 3/7] r8169: add support for new interrupt mapping
` [PATCH net-next v9 4/7] r8169: enable "
` [PATCH net-next v9 5/7] r8169: add support and enable rss
` [PATCH net-next v9 6/7] r8169: move struct ethtool_ops
` [PATCH net-next v9 7/7] r8169: support setting rx queue numbers via ethtool
[PATCH net-next v7 0/4] Add support for RTL8261C_CG
2026-06-29 6:47 UTC (5+ messages)
` [PATCH net-next v7 1/4] net: phy: c45: add genphy_c45_soft_reset()
` [PATCH net-next v7 2/4] net: phy: c45: add setup and read master/slave helpers
` [PATCH net-next v7 3/4] net: phy: realtek: add support for RTL8261C_CG
` [PATCH net-next v7 4/4] net: phy: realtek: load firmware "
[PATCH net] net/mlx5: HWS, fix matcher leak on resize target setup failure
2026-06-29 6:40 UTC
[net] ipv6: honor per-interface proxy_ndp in forward and NA paths
2026-06-29 6:18 UTC (2+ messages)
` [PATCH net-next v2] "
[PATCH net-next v3 0/7] r8169: add support for phylink
2026-06-29 6:09 UTC (8+ messages)
` [PATCH net-next v3 1/7] r8169: add speed in private struct
` [PATCH net-next v3 2/7] r8169: create a virtual interrupt for linkchg
` [PATCH net-next v3 3/7] r8169: add support for phylink
` [PATCH net-next v3 4/7] r8169: add support for RTL8116af
` [PATCH net-next v3 5/7] r8169: add ltr "
` [PATCH net-next v3 6/7] r8169: fix RTL8116af can not enter s0idle and c10
` [PATCH net-next v3 7/7] r8169: add phylink support for RTL8127atf
[PATCH net-deletions] net: remove ax25 and amateur radio (hamradio) subsystem
2026-06-29 5:24 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox