Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-25 22:55:15 to 2026-09-08 15:14:02 UTC [more...]

[PATCH iwl-next v2 0/4] intel: fix typos in comments
 2026-09-08  6:00 UTC  (7+ messages)
` [PATCH iwl-next v2 1/4] i40e: "
` [PATCH iwl-next v2 3/4] ixgbevf: fix typo "enble" in comment

[PATCH 0/2] net: fix typos and repeated words in comments
 2026-09-07 17:07 UTC  (5+ messages)
` [PATCH 1/2] net: intel: fix typos "
` [PATCH 2/2] Documentation/networking: fix repeated words "

[PATCH v2 1/2] ice: restore DDP state during PFR recovery
 2026-09-08 14:38 UTC  (4+ messages)
` [PATCH v2 2/2] ice: clear Flow Director entries before reset cleanup

[PATCH] i40e: fix integer overflow in i40e_dbg_command_write()
 2026-09-08 14:35 UTC  (2+ messages)

[PATCH 0/9] linkmode: better use bitmap API
 2026-09-08 13:52 UTC  (19+ messages)
` [PATCH 1/9] bitmap: add bitmap_and_and() and bitmap_and_andnot()
` [PATCH 2/9] linkmode: make linkmode_and() return boolean
` [PATCH 3/9] net: amd: xgbe: use linkmode_and() return value in xgbe_set_link_ksettings()
` [PATCH 4/9] ixgbe: use linkmode_and() return value in ixgbe_get_eee_fw()
` [PATCH 5/9] net: phy: use linkmode_and() return value in genphy_c45_eee_is_active()
` [PATCH 6/9] net: avoid copies before linkmode_and()
` [PATCH 7/9] net: phy: use linkmode operation return values in phy_device.c
` [PATCH 8/9] r8152: use linkmode_and_and() in EEE checks
` [PATCH 9/9] MAINTAINERS: co-maintain linkmode.h under BITMAP

[PATCH iwl-next v4] e100: prevent shift-out-of-bounds in EEPROM access
 2026-09-08 13:16 UTC  (2+ messages)

[PATCH iwl-net v2] ixgbe: fix MDIO bus lifetime
 2026-09-08 13:15 UTC  (2+ messages)

[PATCH iwl-net] idpf: fix NULL pointer dereference and memory leak in interrupt request
 2026-09-08 13:14 UTC  (3+ messages)

[PATCH 0/2] ice: simplify PF nominal-state checking
 2026-09-08 13:13 UTC  (11+ messages)
` [PATCH 1/2] ice: simplify ice_pf_state_is_nominal()
` [PATCH 2/2] ice: drop pf == NULL check in ice_pf_state_is_nominal()

[Intel-wired-lan] [iwl-net v1] iavf: fix VF stats not updating due to PTP command preemption
 2026-09-08  9:05 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v5 net 0/7] i40e: re-init and UAF fixes
 2026-09-08  6:20 UTC  (15+ messages)
` [Intel-wired-lan] [PATCH v5 net 1/7] i40e: unregister netdev before clearing VSI on reinit failure
` [Intel-wired-lan] [PATCH v5 net 2/7] i40e: avoid null ptr dereference in i40e_ptp_stop()
` [Intel-wired-lan] [PATCH v5 net 3/7] i40e: make ring pointers unreachable before freeing via rcu
` [Intel-wired-lan] [PATCH v5 net 4/7] i40e: avoid deadlock when calling unregister_netdev()
` [Intel-wired-lan] [PATCH v5 net 5/7] i40e: fix potential UAF in i40e_vsi_setup()'s error path
` [Intel-wired-lan] [PATCH v5 net 6/7] i40e: do not expose netdev too early
` [Intel-wired-lan] [PATCH v5 net 7/7] i40e: keep q_vectors array in sync with channel count changes

[tnguy-net-queue:dev-queue] BUILD SUCCESS 7561dab9b6b34c34dc4ed32e5e4e6be263a6e03b
 2026-09-07 21:50 UTC 

[tnguy-next-queue:dev-queue] BUILD SUCCESS ed020eb043e16ad646bcf78e1e3903a65771f6d2
 2026-09-07 18:59 UTC 

[PATCH iwl-next v1 00/10] Interrupts helper in libie
 2026-09-07 10:24 UTC  (11+ messages)
` [PATCH iwl-next v1 01/10] idpf: store HW vectors information
` [PATCH iwl-next v1 02/10] idpf: fill q_vector interrupt registers one by one
` [PATCH iwl-next v1 03/10] idpf: get rid of msix_entries array
` [PATCH iwl-next v1 04/10] idpf: drop v_idx from q_vector structure
` [PATCH iwl-next v1 05/10] libie, idpf: move irq code to libie
` [PATCH iwl-next v1 06/10] libie, idpf: move hardware irq info struct "
` [PATCH iwl-next v1 07/10] libie, idpf: move parsing alloc vectors command "
` [PATCH iwl-next v1 08/10] ice: use libie_irq for interrupts managing
` [PATCH iwl-next v1 09/10] ixd: support for getting lan memory regions
` [PATCH iwl-next v1 10/10] ixd: use interrupt for mailbox communication

[PATCH net-next v8 3/6] idpf: support pacing offload
 2026-09-07  9:30 UTC  (2+ messages)

[PATCH] e1000e: set fixed clock frequency indication for Alder Point
 2026-09-06 10:41 UTC  (3+ messages)

[tnguy-net-queue:main] BUILD SUCCESS 641d03105cc0d2437e32fdeec164f91a4ccef6c4
 2026-09-05 20:10 UTC 

[tnguy-next-queue:main] BUILD SUCCESS 6ebcf5074cff0402730c6981d2397139fee6322d
 2026-09-05 20:04 UTC 

[PATCH 1/2] ice: restore DDP state during PFR recovery
 2026-09-05 16:46 UTC  (6+ messages)
` [PATCH 2/2] ice: clear Flow Director entries before reset cleanup

[PATCH] i40e: fix integer overflow in i40e_dbg_command_write()
 2026-09-05 15:31 UTC 

[PATCH] i40e: fix integer overflow in i40e_dbg_command_write()
 2026-09-05 14:31 UTC  (3+ messages)
` [PATCH] usb: core: devio: add defensive bounds check for len2 in do_proc_bulk()

[PATCH iwl-next v3 0/3] idpf: add devlink info support with selftest
 2026-09-04 10:37 UTC  (4+ messages)
` [PATCH iwl-next v3 1/3] idpf: clear drvdata in idpf_decfg_device()
` [PATCH iwl-next v3 2/3] idpf: add devlink support
` [PATCH iwl-next v3 3/3] selftests: net: hw: add devlink info test

[Intel-wired-lan] [PATCH iwl-next v2] idpf: add flow-based XDP fallback for FWs without Tx FIFO support
 2026-09-04 13:49 UTC  (3+ messages)
`  "

[Intel-wired-lan] [PATCH iwl-next v5 00/12] Add ACL support
 2026-09-04  7:01 UTC  (25+ messages)
` [Intel-wired-lan] [PATCH iwl-next v5 01/12] ice: rename shared Flow Director functions and structs
` [Intel-wired-lan] [PATCH iwl-next v5 02/12] ice: remove unused ICE_FD_FLUSH_REQ from PF state
` [Intel-wired-lan] [PATCH iwl-next v5 03/12] ice: initialize ACL table
` [Intel-wired-lan] [PATCH iwl-next v5 04/12] ice: initialize ACL scenario
` [Intel-wired-lan] [PATCH iwl-next v5 05/12] ice: create flow profile
` [Intel-wired-lan] [PATCH iwl-next v5 06/12] Revert "ice: remove unused ice_flow_entry fields"
` [Intel-wired-lan] [PATCH iwl-next v5 07/12] ice: use plain alloc/dealloc for ice_ntuple_fltr
` [Intel-wired-lan] [PATCH iwl-next v5 08/12] ice: create ACL entry
` [Intel-wired-lan] [PATCH iwl-next v5 09/12] ice: program "
` [Intel-wired-lan] [PATCH iwl-next v5 10/12] ice: add ACL reset recovery and NTUPLE feature toggle
` [Intel-wired-lan] [PATCH iwl-next v5 11/12] ice: re-introduce ice_dealloc_flow_entry() helper
` [Intel-wired-lan] [PATCH iwl-next v5 12/12] ice: use ACL for ntuple rules that conflict with FDir

[Intel-wired-lan] [PATCH iwl-net v2] ice: add missing xa_destroy for sched_node_ids
 2026-09-04  4:07 UTC  (2+ messages)

[PATCH iwl-next v2 0/4] idpf: add devlink info support with selftest
 2026-09-03  8:27 UTC  (5+ messages)
` [PATCH iwl-next v2 1/4] idpf: clear drvdata in idpf_decfg_device()
` [PATCH iwl-next v2 2/4] idpf: add devlink support
` [PATCH iwl-next v2 3/4] idpf: add devlink info support
` [PATCH iwl-next v2 4/4] selftests: net: hw: add devlink info test

[PATCH iwl-net 0/3] e1000e: fix Rx bugs
 2026-09-03 16:00 UTC  (5+ messages)
` [PATCH iwl-net 1/3] e1000e: fix Rx skb DMA map error sentinel
` [PATCH iwl-net 2/3] e1000e: fix ps_pages "
` [PATCH iwl-net 3/3] e1000e: fix NETIF_F_RXALL buffer overrun

[PATCH iwl-next 0/8] e1000e: use page pool
 2026-09-03 15:56 UTC  (14+ messages)
` [PATCH iwl-next 1/8] e1000e: add jumbo Rx CRC stripping
` [PATCH iwl-next 2/8] e1000e: dump pages for jumbo Rx buffers
` [PATCH iwl-next 3/8] e1000e: prevent race between PM and reset task
` [PATCH iwl-next 4/8] e1000e: remove packet-split Rx path
` [PATCH iwl-next 5/8] e1000e: always use jumbo "
` [PATCH iwl-next 6/8] e1000e: disable NAPI while interface is down
` [PATCH iwl-next 7/8] e1000e: use libeth page_pool for Rx
` [PATCH iwl-next 8/8] e1000e: return skbs to NAPI cache

[PATCH net-next 07/14] fm10k: Remove obsolete 32-bit DMA mask fallback
 2026-09-03  8:43 UTC 

[PATCH iwl-net v2] ice: fix bound parser hash offset before reading packet data
 2026-09-03 11:12 UTC  (2+ messages)

[PATCH net-next] igc: remove unreachable break after return in XDP path
 2026-09-03 10:22 UTC  (2+ messages)

[tnguy-next-queue:dev-queue] BUILD REGRESSION 07709e83c8c345361a7ab2a56097fb49e4fc028b
 2026-09-03  3:25 UTC 

[Intel-wired-lan] [PATCH iwl-net] idpf: fix possible race on remove during a reset
 2026-09-03  1:17 UTC  (3+ messages)

[PATCH iwl] eth: ice: don't dereference pointers from TP_printk()
 2026-09-02 23:49 UTC  (2+ messages)

[tnguy-net-queue:dev-queue] BUILD SUCCESS 6af500682f0ec1bf4cec4ac9ddc2c07e6ee204e4
 2026-09-02 23:05 UTC 

[tnguy-next-queue:40GbE] BUILD SUCCESS 907bd786209ed8c735db94889386aa48d2409d6a
 2026-09-02 18:45 UTC 

[tnguy-next-queue:10GbE] BUILD SUCCESS c8ea08ba34f2a2e9bfb18ff3d69eb2d69b324f49
 2026-09-02 18:45 UTC 

[tnguy-net-queue:100GbE] BUILD SUCCESS 1d2929d0850fff683b8aff051275945e65f082c8
 2026-09-02 18:20 UTC 

[Intel-wired-lan] [PATCH v3 iwl-next 0/3] ice: expose TSPLL state on E825 through dpll subsystem
 2026-09-02 16:10 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH v3 iwl-next 1/3] ice: monitor TSPLL lock from PTP periodic worker
` [Intel-wired-lan] [PATCH v3 iwl-next 2/3] ice: add TSPLL DPLL device and TIME_REF pin for E825
` [Intel-wired-lan] [PATCH v3 iwl-next 3/3] ice: use per-interface clock_id for E825 generic DPLLs

[RFC] igc: clarify RXERRC and RERC counter semantics
 2026-09-02  0:52 UTC 

[Intel-wired-lan] [PATCH net v2] igc: Fix RX HW timestamp reporting when NET_RX_BUSY_POLL is disabled
 2026-09-02 11:25 UTC  (2+ messages)

[PATCH net] igc: only strip RX timestamp header from first buffer
 2026-09-02  8:44 UTC  (4+ messages)

[PATCH iwl-next v4 0/3] Rework usage of the control PF pointer in struct ice_adapter
 2026-09-01 13:00 UTC  (6+ messages)
` [PATCH iwl-next v4 1/3] ice: Convert ctrl_pf pointer in struct ice_adapter to RCU
` [PATCH iwl-next v4 2/3] ice: Zero out the PTP control PF pointer at ice_adapter cleanup
` [PATCH iwl-next v4 3/3] ice: Cache struct ice_hw pointer for split register reads

[PATCH iwl-net v5] ixgbevf: fix link speed reporting for Hyper-V E610 VFs
 2026-09-01 11:34 UTC  (2+ messages)

[PATCH net v1] iavf: add missing PTP adjustment callbacks
 2026-08-31 21:58 UTC  (3+ messages)

[PATCH net] igb: initialize PTP lock before registering PHC
 2026-08-30 15:49 UTC 

[PATCH iwl-next v5 0/6] Rework dpll pin control
 2026-08-31 14:50 UTC  (7+ messages)
` [PATCH iwl-next v5 1/6] ice: dpll: Add the MUX tables to the documentation
` [PATCH iwl-next v5 2/6] ice: dpll: Rework multiplexed pin notifications
` [PATCH iwl-next v5 3/6] ice: dpll: Use switch statements to handle pin states
` [PATCH iwl-next v5 4/6] ice: dpll: Check for bounds when updating the "
` [PATCH iwl-next v5 5/6] ice: dpll: Rework U.FL muxed pin (SMA) control
` [PATCH iwl-next v5 6/6] ice: dpll: Rework the SMA control logic to match the requirements

[PATCH AUTOSEL 6.18-5.10] ice: pass the return value of skb_checksum_help()
 2026-08-31 13:25 UTC  (2+ messages)
` [PATCH AUTOSEL 6.18-5.10] e1000e: limit endianness conversion to boundary words

[tnguy-net-queue:dev-queue] BUILD SUCCESS 10b5e0324c4b3669bec7ec99e8dead440fa89281
 2026-08-30  6:10 UTC 

[tnguy-next-queue:dev-queue] BUILD SUCCESS 879e8e9f0ae039b4427e5f275d09de0f7a65699b
 2026-08-30  6:03 UTC 

[tnguy-net-queue:dev-queue] BUILD SUCCESS fca3646947cc1a6b4488af5a0682ca82a9ad97b0
 2026-08-28 12:42 UTC 

[tnguy-next-queue:dev-queue] BUILD REGRESSION 7def77282754edce7388dbb4e1baae6feaf39fc8
 2026-08-28 12:20 UTC 

[Intel-wired-lan] [PATCH net-next 2/2] igb: read SFP module EEPROM through igb_read_sfp_data_byte
 2026-08-28  6:57 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next 1/2] igb: detect M88E1112 100BASE-FX SGMII mode
 2026-08-28  6:57 UTC  (2+ messages)

[PATCH net v3 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
 2026-08-26 20:57 UTC  (10+ messages)
` [PATCH net v3 3/3] net: stmmac: document oversized AF_XDP frame handling

[PATCH] ixgbe: fix MDIO bus leak when rejecting SFP module
 2026-08-26 18:27 UTC  (3+ messages)

[PATCH iwl-net v4] ixgbevf: fix link speed reporting for Hyper-V E610 VFs
 2026-08-26 14:37 UTC  (2+ messages)

[PATCH iwl-next v4 0/6] Rework dpll pin control
 2026-08-26  9:48 UTC  (7+ messages)
` [PATCH iwl-next v4 1/6] ice: dpll: Add the MUX tables to the documentation
` [PATCH iwl-next v4 2/6] ice: dpll: Rework multiplexed pin notifications
` [PATCH iwl-next v4 3/6] ice: dpll: Use switch statements to handle pin states
` [PATCH iwl-next v4 4/6] ice: dpll: Check for bounds when updating the "
` [PATCH iwl-next v4 5/6] ice: dpll: Rework U.FL muxed pin (SMA) control
` [PATCH iwl-next v4 6/6] ice: dpll: Rework the SMA control logic to match the requirements

[PATCH iwl-net v2 00/14] ice: E82x: timestamp processing logic fixes
 2026-08-25 22:53 UTC  (7+ messages)
` [PATCH iwl-net v2 07/14] ice: E825: stop clearing PHY_REG_TX_OFFSET_READY
` [PATCH iwl-net v2 10/14] ice: wait for in-flight Tx timestamps before flushing the tracker
` [PATCH iwl-net v2 11/14] ice: keep Tx timestamp slots tracked until completion or timeout
` [PATCH iwl-net v2 12/14] ice: remove unnecessary discarding of timestamps after clock adjust
` [PATCH iwl-net v2 13/14] ice: skip reading Tx ready bitmap on ports with no timestamps
` [PATCH iwl-net v2 14/14] ice: don't clear in_use until HW clears ready bitmap


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