intel-wired-lan.osuosl.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-08 13:14:08 to 2026-09-15 19:30:55 UTC [more...]

[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
 2026-09-15 19:30 UTC  (39+ messages)
` [PATCH 01/28] ALSA: ac97: Refactor snd_ac97_get_name() to use snprintf()
` [PATCH 02/28] sunrpc: Refactor rpc_sockaddr2uaddr() to use snprintf() instead of strlcat()
` [PATCH 03/28] ARM: atags: Replace strlcat() with snprintf() for cmdline extend
` [PATCH 04/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_nsymb_init()
` [PATCH 05/28] ALSA: usb-audio: Refactor usb_audio_make_longname() to use seq_buf
` [PATCH 06/28] comedi: comedi_bond: Refactor strlcat() to seq_buf in do_dev_config()
` [PATCH 07/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_psymb_init()
` [PATCH 08/28] devlink: Refactor strlcat() to seq_buf in __devlink_compat_running_version()
` [PATCH 09/28] drm/dp_mst: Refactor build_mst_prop_path() to use seq_buf
` [PATCH 10/28] of/fdt: Replace strlcat() with snprintf() in early_init_dt_scan_chosen()
` [PATCH 11/28] wifi: brcmfmac: Replace strlcat() with snprintf() in brcmf_fw_alloc_request()
` [PATCH 12/28] fortify: Convert strlcat() to snprintf() in strcat()
` [PATCH 13/28] i40e: Replace strlcat() with snprintf() in i40e_nvm_version_str()
` [PATCH 14/28] ALSA: usb-audio: Refactor append_ctl_name() to use snprintf()
` [PATCH 15/28] orangefs: Use seq_buf for debug help string generation
` [PATCH 16/28] pinctrl: samsung: Use snprintf() to construct pin bank names
` [PATCH 17/28] MIPS: cmdline: Refactor bootcmdline_append() to use snprintf()
` [PATCH 18/28] LoongArch: Refactor bootcmdline_init() to use seq_buf instead of strlcat()
` [PATCH 19/28] x86/setup: Use snprintf() to concatenate builtin and boot command lines
` [PATCH 20/28] parisc: Refactor strlcat() to seq_buf in setup_cmdline()
` [PATCH 21/28] NFS: nfsroot: Refactor root_nfs_cat() to use snprintf()
` [PATCH 22/28] media: si2165: Use snprintf() to format frontend name
` [PATCH 23/28] Input: synaptics_usb - use seq_buf and snprintf() for name and phys
` [PATCH 24/28] EDAC/thunderx: Fix stale error context in thunderx_l2c_threaded_isr()
` [PATCH 25/28] EDAC/thunderx: Replace strlcat() with seq_buf
` [PATCH 26/28] wifi: wil6210: Refactor resume_triggers2string() to use seq_buf
` [PATCH 27/28] drm/xe/pf: Convert strlcat() to seq_buf in control_read()
` [PATCH 28/28] drm/xe/pf: Refactor strlcat() to seq_buf in sched_group_engines_read()

[PATCH] docs: kdoc: fix struct_group_tagged() parsing regression
 2026-09-15 18:50 UTC  (3+ messages)

[PATCH net-next v2 0/2] bridge: report an oversized IFLA_AF_SPEC nest instead of truncating
 2026-09-15 18:51 UTC  (5+ messages)
` [PATCH net-next v2 1/2] rtnetlink: pass extack to ndo_bridge_getlink()
` [PATCH net-next v2 2/2] net: bridge: fail link info that does not fit the IFLA_AF_SPEC nest

[PATCH] ixgbe: fix incomplete ACI command buffer backup on retry
 2026-09-15 15:34 UTC  (3+ messages)

[PATCH] e1000e: rename init/exit module functions to avoid confusion with e1000
 2026-09-15 12:26 UTC  (2+ messages)
` [PATCH] i40e: fix freeing of TX rings on RX allocation failure

[PATCH net-next] i40e: fix VF queue mapping collision with PF queue 0
 2026-09-15 10:11 UTC 

[PATCH] i40e: fix freeing of TX rings on RX allocation failure
 2026-09-15 11:59 UTC 

[REGRESSION] e1000e: heavy packet loss on Lenovo ThinkPad P14s Gen 5 (I219-LM, Meteor Lake) after K1 re-enable; fixed by disable-k1
 2026-09-15  8:57 UTC 

[iwl-next v14] ice: add support for unmanaged DPLL on E830 NIC
 2026-09-15 15:52 UTC 

[PATCH net v2] e1000e: roll back registered MSI-X IRQs on failure
 2026-09-15 15:38 UTC 

[PATCH iwl-net v2 0/5] iavf: five correctness fixes
 2026-09-15 12:55 UTC  (6+ messages)
` [PATCH iwl-net v2 1/5] iavf: fix null pointer dereference in iavf_detect_recover_hung
` [PATCH iwl-net v2 2/5] iavf: fix error path in iavf_request_misc_irq
` [PATCH iwl-net v2 3/5] iavf: prevent VSI corruption when ring params changed during reset
` [PATCH iwl-net v2 4/5] iavf: fix TC boundary check in iavf_handle_tclass
` [PATCH iwl-net v2 5/5] iavf: return 0 when TC flower filter not found after qdisc teardown

[PATCH iwl-next] ixgbe: remove ixgbe_ping_all_vfs() from link state change handlers
 2026-09-15 12:55 UTC 

[PATCH iwl-next 0/4] ixgbe: adaptive ITR tuning to prevent RX starvation and ACK overdrive
 2026-09-15 12:55 UTC  (5+ messages)
` [PATCH iwl-next 1/4] ixgbe: lower IXGBE_ITR_ADAPTIVE_MAX_USECS to prevent RX starvation
` [PATCH iwl-next 2/4] ixgbe: add ixgbe_container_is_rx() helper and refine RX adaptive ITR
` [PATCH iwl-next 3/4] ixgbe: limit ITR decrease in latency mode to prevent ACK overdrive
` [PATCH iwl-next 4/4] ixgbe: add IXGBE_ITR_ADAPTIVE_MASK_USECS constant

[PATCH iwl-net v2 0/3] ice: fixes for pause reporting, autoneg and RDMA
 2026-09-15 12:55 UTC  (4+ messages)
` [PATCH iwl-net v2 1/3] ice: fix asymmetric pause negotiation reporting in ethtool
` [PATCH iwl-net v2 2/3] ice: fix autoneg disable when link partner doesn't support AN
` [PATCH iwl-net v2 3/3] ice: support RDMA on 4+-port E830 devices

[PATCH iwl-net v2] ice: fix LLDP AQ filter fallback not working on E82x and E830 hardware
 2026-09-15 12:55 UTC 

[PATCH iwl-net] ice: fix FDB deletion
 2026-09-15 12:55 UTC 

[Intel-wired-lan] [PATCH net] i40e: limit the DDP profile count returned by the firmware
 2026-09-15 12:03 UTC 

[Intel-wired-lan] [PATCH] i40e: fix NULL pointer dereference in i40e_lan_del_device()
 2026-09-15 10:54 UTC 

[Intel-wired-lan] [PATCH v2] i40e: add an error handling path in i40e_xsk_pool_enable()
 2026-09-15  8:36 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net v3] igb: only strip Rx timestamp header on the first buffer of a frame
 2026-09-15  0:45 UTC  (2+ messages)

[PATCH net] e1000e: roll back registered MSI-X IRQs on failure
 2026-09-14 20:08 UTC  (3+ messages)

[tnguy-next-queue:dev-queue] BUILD SUCCESS ccaf79d94f2116e6566e1aa25376ae9d22080dea
 2026-09-14 18:09 UTC 

[tnguy-net-queue:dev-queue] BUILD SUCCESS 761cb57d2e7eac293ee7cb3abdd814b5dab0865d
 2026-09-14 17:41 UTC 

[tnguy-net-queue:40GbE] BUILD SUCCESS b298db3bb1612faac12f496df9059f17b3dd952b
 2026-09-14 17:39 UTC 

[PATCH] ixgbe: do not busy wait in ixgbe_devlink_reload_empr_finish()
 2026-09-14  9:41 UTC  (2+ messages)

[PATCH iwl-net v2 0/2] e1000e: fix Rx DMA error handling
 2026-09-13 17:15 UTC  (3+ messages)
` [PATCH iwl-net v2 1/2] e1000e: fix Rx skb DMA map error sentinel
` [PATCH iwl-net v2 2/2] e1000e: fix ps_pages "

[PATCH iwl-next v4] igc: Support ACPI-based MAC passthrough
 2026-09-13 14:19 UTC  (2+ messages)

[PATCH iwl-next 0/2] ice: fix TC flower filter priority violations
 2026-09-12  8:36 UTC  (5+ messages)
` [PATCH iwl-next 1/2] ice: fix TC flower filters matching more than the ip_proto key
` [PATCH iwl-next 2/2] ice: don't offload drop filters that bypass higher priority filters

[tnguy-net-queue:100GbE] BUILD SUCCESS a4899a75cc00b18eee375459f7c06b640277b15d
 2026-09-12  0:55 UTC 

[tnguy-net-queue:dev-queue] BUILD SUCCESS 95eb2a2afdedd143d84636a158e44cc6ca49fb13
 2026-09-12  0:49 UTC 

[PATCH iwl-next v5 0/6] Rework dpll pin control
 2026-09-11 22:11 UTC  (11+ messages)
` [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 iwl-next v2 0/4] intel: fix typos in comments
 2026-09-11 21:02 UTC  (12+ messages)
` [PATCH iwl-next v2 1/4] i40e: "
` [PATCH iwl-next v2 2/4] ice: "
` [PATCH iwl-next v2 3/4] ixgbevf: fix typo "enble" in comment
` [PATCH iwl-next v2 4/4] Documentation/eth/intel: fix repeated words in comments

[PATCH net 0/2] igb: Fix i210/i211 Rx timestamping loss and packet corruption
 2026-09-11 20:58 UTC  (4+ messages)
` [PATCH net 1/2] igb: Preserve RXPBS.CFG_TS_EN in igb_setup_tx_mode
` [PATCH net 2/2] igb: Quiesce the receive path before enabling i210 Rx timestamping

[PATCH 01/13 net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-09-11 18:59 UTC  (12+ messages)

[PATCH net v3 0/5] ice: fix stats array overflow via proper realloc
 2026-09-11 16:56 UTC  (8+ messages)
` [PATCH net v3 1/5] ice: extract __ice_vsi_free_stats()
` [PATCH net v3 2/5] ice: extract ice_vsi_new_stat_arrays()
` [PATCH net v3 3/5] ice: extract ice_vsi_get_num_qs()
` [PATCH net v3 4/5] ice: rebuild ring stats arrays instead of reallocating them in place
` [PATCH net v3 5/5] ice: fix stats array overflow when VF requests more queues

[Intel-wired-lan] [PATCH iwl-next v4 0/3] i40e: add runtime-tunable ATR sample rate
 2026-09-11 15:23 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH iwl-next v4 1/3] i40e: move ATR sample rate from ring to PF level
` [Intel-wired-lan] [PATCH iwl-next v4 2/3] i40e: add devlink parameter for Flow Director ATR sample rate
` [Intel-wired-lan] [PATCH iwl-next v4 3/3] i40e: trigger PF reset when re-enabling ATR via ethtool

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

[tnguy-next-queue:dev-queue] BUILD SUCCESS 400c836aa8bd83d194ab660c1afb5ce0f96823ca
 2026-09-11  2:03 UTC 

[Intel-wired-lan] [PATCH iwl-net v2] ice: Fix "Unknown bps" during link events
 2026-09-10 21:37 UTC  (2+ messages)
`  "

[PATCH] ice: fix double dereference in TP_printk problems in ice_{rx, tx}_dim_template
 2026-09-10 21:11 UTC  (2+ messages)
` [PATCH] ice: fix double dereference in TP_printk problems in ice_{rx,tx}_dim_template

[PATCH net-next v8 3/6] idpf: support pacing offload
 2026-09-10 17:14 UTC  (3+ messages)

[PATCH net-next v9 4/7] idpf: support pacing offload
 2026-09-10 17:10 UTC 

[tnguy-net-queue:dev-queue] BUILD SUCCESS 369f5014279095f2c4b399b163758f928c89de69
 2026-09-10 16:49 UTC 

[iwl-next v13] ice: add support for unmanaged DPLL on E830 NIC
 2026-09-10 12:49 UTC 

[Intel-wired-lan] [PATCH iwl-net v4 0/2] ice: fix DFLT Rx rule handling for promisc and switchdev
 2026-09-10  3:39 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH iwl-net v4 1/2] ice: skip per-VLAN promisc rules when default VSI Rx rule is set

[tnguy-next-queue:100GbE] BUILD SUCCESS 97bd063c08a27d0cc5c9367cca5590725c970fa6
 2026-09-09 23:08 UTC 

[tnguy-net-queue:200GbE] BUILD SUCCESS b8bf9bfda5f62e11444e483c2b4aaff90c5cfc6b
 2026-09-09 22:31 UTC 

[PATCH net] igb: initialize PTP lock before registering PHC
 2026-09-09 20:48 UTC  (2+ messages)

[tnguy-net-queue:100GbE] BUILD SUCCESS 05cfe2afb5ef78dd936bb06f753e7993d8e837b6
 2026-09-09 17:24 UTC 

[tnguy-next-queue:main] BUILD SUCCESS ab217fbb9b2169ce677b09a66558d5c3adcfbb76
 2026-09-09 17:02 UTC 

[tnguy-net-queue:main] BUILD SUCCESS e0554c6276da957b6e72849520c70a97404cd1ae
 2026-09-09 17:02 UTC 

[tnguy-net-queue:dev-queue] BUILD SUCCESS 46cd38dd9ad34dcff3acf363a2a74942d480d7da
 2026-09-09 17:02 UTC 

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

[PATCH 0/9] linkmode: better use bitmap API
 2026-09-09 12:15 UTC  (10+ messages)
` [PATCH 6/9] net: avoid copies before linkmode_and()
` [PATCH 7/9] net: phy: use linkmode operation return values in phy_device.c
` [PATCH 9/9] MAINTAINERS: co-maintain linkmode.h under BITMAP

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

[PATCH iwl-net v2 00/14] ice: E82x: timestamp processing logic fixes
 2026-09-08 18:07 UTC  (17+ messages)
` [PATCH iwl-net v2 01/14] ice: use reference counting and RCU for PTP port access
` [PATCH iwl-net v2 02/14] ice: fix removal of PTP timestamp tracker during reset
` [PATCH iwl-net v2 03/14] ice: set in_use only after preparing Tx timestamp index
` [PATCH iwl-net v2 04/14] ice: E822: keep Tx timestamps disabled during offset calibration
` [PATCH iwl-net v2 06/14] ice: call PTP link change only from link events
` [PATCH iwl-net v2 08/14] ice: E825: clear PHY_REG_TX_MEMORY_STATUS prior to soft reset
` [PATCH iwl-net v2 11/14] ice: keep Tx timestamp slots tracked until completion or timeout
` [PATCH iwl-net v2 14/14] ice: don't clear in_use until HW clears ready bitmap

[PATCH] i40e: fix integer overflow in i40e_dbg_command_write()
 2026-09-08 16:18 UTC  (3+ messages)

[PATCH iwl-net v2] ixgbe: fix MDIO bus lifetime
 2026-09-08 16:17 UTC  (3+ messages)

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

[PATCH iwl-next v2 0/4] intel: fix typos in comments
 2026-09-08  5:46 UTC  (2+ messages)

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

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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).