Netdev List
 help / color / mirror / Atom feed
 messages from 2026-07-01 02:17:55 to 2026-07-01 12:45:45 UTC [more...]

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

[PATCH net-next] gtp: annotate PDP lookups under RTNL
 2026-07-01 12:39 UTC 

[syzbot] Monthly netfilter report (Jul 2026)
 2026-07-01 12:32 UTC 

[PATCH iwl-next v1] ixgbe: E610: force phy link to get down when interface is down
 2026-07-01 12:27 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net 0/9] netfilter: updates for net
 2026-07-01 12:23 UTC  (9+ messages)
` [PATCH net 3/9] netfilter: ipset: fix race between dump and ip_set_list resize
` [PATCH net 4/9] netfilter: nf_conntrack_sip: validate skb_dst() before accessing it
` [PATCH net 5/9] netfilter: nfnetlink_cthelper: cap to maximum number of expectation per master

[PATCH net] amt: fix size calculation in amt_get_size()
 2026-07-01 12:23 UTC 

[PATCH v8 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-07-01 12:19 UTC  (18+ messages)
` [PATCH v8 01/14] firmware: qcom: Add a generic PAS service
` [PATCH v8 02/14] firmware: qcom_scm: Migrate to "
` [PATCH v8 04/14] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
` [PATCH v8 07/14] remoteproc: qcom: Select QCOM_PAS generic service
` [PATCH v8 10/14] media: qcom: Pass proper PAS ID to set_remote_state API

[PATCH net] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
 2026-07-01 12:14 UTC 

[PATCH net-next 0/2] macvlan: RTNL-less macvlan_fill_info()
 2026-07-01 12:11 UTC  (5+ messages)
` [PATCH net-next 1/2] macvlan: annotate data-races around vlan->mode and vlan->flags
` [PATCH net-next 2/2] macvlan: no longer rely on RTNL in macvlan_fill_info()

[PATCH v3 0/2] ptp: split non-host-disciplined PHC drivers into a dedicated subdirectory
 2026-07-01 12:08 UTC  (3+ messages)

[PATCH net-next 0/2] geneve: make geneve_fill_info() RTNL-less
 2026-07-01 12:04 UTC  (3+ messages)
` [PATCH net-next 1/2] geneve: convert config to RCU-protected pointer
` [PATCH net-next 2/2] geneve: make geneve_fill_info() RTNL independent

[PATCH net] net/packet: avoid fanout hook re-registration after unregister
 2026-07-01 11:39 UTC 

[PATCH net 0/2] octeon_ep, octeon_ep_vf: fix skb frags overflow in the RX path
 2026-07-01 11:28 UTC  (3+ messages)
` [PATCH net 1/2] octeon_ep: "
` [PATCH net 2/2] octeon_ep_vf: "

[PATCH net] net: ti: icssg-prueth: Fix link-local addresses being forwarded out of slave ports
 2026-07-01 11:25 UTC 

[PATCH v2 0/6] Add support for IPQ5018 Bluetooth
 2026-07-01 11:19 UTC  (8+ messages)
` [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] firmware: qcom: scm: add missing IRQ_DOMAIN select to QCOM_SCM
 2026-07-01 11:10 UTC  (2+ messages)

[TEST] intel: low timeout
 2026-07-01 11:08 UTC  (4+ messages)

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-07-01 11:07 UTC  (9+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH net-next v13 00/10] net: phy_port: SFP modules representation and phy_port listing
 2026-07-01 11:04 UTC  (11+ messages)
` [PATCH net-next v13 01/10] net: phy: phy_link_topology: Add a helper for opportunistic alloc
` [PATCH net-next v13 02/10] net: phy: phy_link_topology: Track ports in phy_link_topology
` [PATCH net-next v13 03/10] net: phylink: Register a phy_port for MAC-driven SFP cages
` [PATCH net-next v13 04/10] net: phy: Create SFP phy_port before registering upstream
` [PATCH net-next v13 05/10] net: phy: Represent PHY-less SFP modules with phy_port
` [PATCH net-next v13 06/10] net: phy: phy_port: Store information about a port's upstream
` [PATCH net-next v13 07/10] net: phy: phy_link_topology: Add a helper to retrieve ports
` [PATCH net-next v13 08/10] netlink: specs: Add ethernet port listing with ethtool
` [PATCH net-next v13 09/10] net: ethtool: Introduce ethtool command to list ports
` [PATCH net-next v13 10/10] Documentation: networking: Update the phy_port infrastructure description

[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-07-01 11:02 UTC  (10+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[PATCH iwl-net 1/2] ice: move ice_vsi_realloc_stat_arrays() up
 2026-07-01 10:41 UTC  (2+ messages)
` [PATCH iwl-net 2/2] ice: fix stats array overflow via proper realloc

[PATCH v4 0/7] Read MAC address from SST vendor specific SFDP region
 2026-07-01 10:53 UTC  (5+ messages)
` [PATCH v4 1/7] dt-bindings: mtd: jedec,spi-nor: allow the SFDP to be exposed via NVMEM

[PATCH net-next v9 0/5] net: wangxun: timeout and error
 2026-07-01 10:44 UTC  (7+ messages)
` [PATCH net-next v9 1/5] net: ngbe: implement libwx reset ops
` [PATCH net-next v9 2/5] net: wangxun: add Tx timeout process
` [PATCH net-next v9 3/5] net: wangxun: add reinit parameter to wx->do_reset callback
` [PATCH net-next v9 4/5] net: wangxun: implement soft quiesce for PCIe error recovery
` [PATCH net-next v9 5/5] net: wangxun: add pcie error handler

[PATCH net 0/7] pull request: sfc 2026-07-01
 2026-07-01 11:38 UTC  (8+ messages)
` [PATCH net 1/7] cxl: Support Type2 cxl regs mapping
` [PATCH net 2/7] cxl: Support dpa without a mailbox
` [PATCH net 3/7] sfc: add cxl support
` [PATCH net 4/7] sfc: Map cxl regs
` [PATCH net 5/7] sfc: Initialize cxl dpa
` [PATCH net 6/7] sfc: obtain and map cxl range using devm_cxl_probe_mem
` [PATCH net 7/7] sfc: support pio mapping based on cxl

[PATCH net-next v11 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-07-01 10:39 UTC  (8+ messages)
` [PATCH net-next v11 1/7] dt-bindings: phy: document the serdes PHY on sa8255p

[PATCH] selftests: mptcp: mptcp_diag: fix stack buffer overflow in get_subflow_info()
 2026-07-01 10:38 UTC 

[PATCH] net: airoha: fix MIB stats collection to be lossless
 2026-07-01 10:29 UTC  (4+ messages)

[PATCH net 8/8] ixgbe: only access vfinfo and mv_list under RCU lock
 2026-07-01 10:15 UTC  (3+ messages)

[PATCH net 0/2] vsock/virtio: collapse receive queue under memory pressure
 2026-07-01 10:13 UTC  (4+ messages)
` [PATCH net 1/2] "

[PATCH net-next 00/14] net: enetc: cleanups and improvements
 2026-07-01 10:12 UTC  (3+ messages)
` [PATCH net-next 07/14] net: enetc: differentiate phylink capabilities for pseudo-MAC and standalone MAC

[PATCH net-next v2] ipv4: igmp: remove multicast group from hash table on device destruction
 2026-07-01 10:12 UTC  (6+ messages)

[PATCH nf v2] netfilter: ip6tables: mark malformed IPv6 extension headers for hotdrop
 2026-07-01 10:09 UTC 

[PATCH 0/9] ax88179_178a: Add support for AX88179A-based chips
 2026-07-01 10:04 UTC  (12+ messages)
` [PATCH 1/9] ax88179_178a: Fix endianness of pause watermark register
` [PATCH 2/9] ax88179_178a: Add HW support for AX179A-based chips
` [PATCH 3/9] ax88179_178a: Add support for AX88179A MMD access
` [PATCH 4/9] ax88179_178a: Obtain speed and duplex from Interrupt URB
` [PATCH 5/9] ax88179_178a: Add support for ethtool pause parameter configuration
` [PATCH 6/9] ax88179_178a: Add VLAN offload support for AX88179A
` [PATCH 7/9] ax88179_178a: Add ethtool get_drvinfo
` [PATCH 8/9] ax88179_178a: Add support for AX88179A/772D/279 EEPROM access
` [PATCH 9/9] ax88179_178a: Add AX179A/AX279 multicast configuration

[PATCH net-next v6 0/3] net: libwx: improve VF ethtool support
 2026-07-01 10:01 UTC  (4+ messages)
` [PATCH net-next v6 1/3] net: libwx: add support for set_ringparam in wx_ethtool_ops_vf
` [PATCH net-next v6 2/3] net: libwx: add support for set_coalesce "
` [PATCH net-next v6 3/3] net: libwx: support vf per-queue statistics via ethtool -S

[PATCH v3 1/1] bus: mhi: pci_generic: fix Rolling Wireless RW135R-GL and RW151 support
 2026-07-01  9:53 UTC 

[PATCH v4 0/5] Introduce error threshold to drm_ras
 2026-07-01  9:50 UTC  (3+ messages)
` [PATCH v4 5/5] drm/xe/sysctrl: Reuse xe_sysctrl_create_command()

[PATCH net-next V4 0/6] evlink: Add boot-time eswitch mode defaults
 2026-07-01  9:48 UTC  (5+ messages)
` [PATCH net-next V4 3/6] devlink: Parse eswitch mode boot defaults
` [PATCH net-next V4 4/6] devlink: Apply "

[PATCH net-next v2 0/2] tools: ynl: pyynl: pull the --family resolution logic into the lib
 2026-07-01  9:46 UTC  (3+ messages)
` [PATCH net-next v2 2/2] "

[PATCH v4 0/3] Add drm_ras netlink error event support
 2026-07-01  9:44 UTC  (4+ messages)
` [PATCH v4 1/3] drm/drm_ras: Add drm_ras netlink error event
` [PATCH v4 2/3] drm/xe/xe_drm_ras: Add error-event support for PVC
` [PATCH v4 3/3] drm/xe/xe_ras: Add error-event support for CRI

[PATCH net-next] macsec: no longer rely on RTNL in macsec_fill_info()
 2026-07-01  9:43 UTC 

[PATCH iwl-next v2 1/2] i40e: move ATR sample rate from ring to PF level
 2026-07-01  9:38 UTC  (2+ messages)
` [PATCH iwl-next v3 2/2] i40e: add devlink parameter for Flow Director ATR sample rate

[PATCH net-next v3 0/5] af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-07-01  9:31 UTC  (10+ messages)
` [PATCH net-next v3 3/5] net: "
` [PATCH net-next v3 5/5] selftest: Add tests for "

[PATCH net-next v3 0/3] ptp: Add driver for R-Car Gen4 gPTP timer
 2026-07-01  9:06 UTC  (4+ messages)
` [PATCH net-next v3 1/3] dt-bindings: ptp: renesas,rcar-gen4-gptp: Add R-Car Gen4
` [PATCH net-next v3 2/3] ptp: Add driver for "
` [PATCH net-next v3 3/3] arm64: dts: renesas: r8a779g0: Add gPTP node

[PATCH net-next] net: neigh: avoid calling neigh_forced_gc on every alloc when table is full
 2026-07-01  8:30 UTC  (7+ messages)

[PATCH] net: phylink: reject unsupported speed/duplex in ksettings_set() with PHY
 2026-07-01  8:29 UTC  (2+ messages)

[PATCH net] net: phy: motorcomm: read EEE abilities in yt8521_get_features()
 2026-07-01  8:19 UTC  (4+ messages)

[PATCH RESEND net-next] net: airoha: Make use of the helper function dev_err_probe()
 2026-07-01  8:17 UTC  (4+ messages)
  `  "

[PATCH v2 0/2] Add and use neigh_parms_lookup_dev()
 2026-07-01  8:16 UTC  (3+ messages)
` [PATCH v2 1/2] net: neighbour: add neigh_parms_lookup_dev() helper
` [PATCH v2 2/2] bonding: reuse neigh_setup from slave neigh_parms

[PATCH v2] net/sched: hhf: clear heavy-hitter state on reset
 2026-07-01  8:10 UTC  (2+ messages)

[PATCH v3] net/sched: dualpi2: clear stale classification on filter miss
 2026-07-01  8:10 UTC  (2+ messages)

[PATCH net-next v7 0/3] airoha: add the capability to configure GDM3/GDM4 as WAN/LAN on demand
 2026-07-01  8:09 UTC  (4+ messages)
` [PATCH net-next v7 1/3] net: airoha: rename airoha_priv_flags to airoha_dev_flags
` [PATCH net-next v7 2/3] net: airoha: fix ETS QoS stats counter underflow and cross-channel corruption
` [PATCH net-next v7 3/3] net: airoha: defer GDM3/GDM4 WAN mode and GDM2 loopback to QoS offload

[RFC net-next] bonding: Retry updating slave MAC after a failure
 2026-07-01  7:45 UTC  (3+ messages)

[PATCH net-next V10 00/14] devlink and mlx5: Support cross-function rate scheduling
 2026-07-01  7:32 UTC  (15+ messages)
` [PATCH net-next V10 01/14] devlink: Update nested instance locking comment
` [PATCH net-next V10 02/14] devlink: Add a helper for getting a nested-in instance
` [PATCH net-next V10 03/14] devlink: Migrate from info->user_ptr to info->ctx
` [PATCH net-next V10 04/14] devlink: Decouple rate storage from associated devlink object
` [PATCH net-next V10 05/14] devlink: Add parent dev to devlink API
` [PATCH net-next V10 06/14] devlink: Allow parent dev for rate-set and rate-new
` [PATCH net-next V10 07/14] devlink: Allow rate node parents from other devlinks
` [PATCH net-next V10 08/14] net/mlx5: qos: Use mlx5_lag_query_bond_speed to query LAG speed
` [PATCH net-next V10 09/14] net/mlx5: qos: Refactor vport QoS cleanup
` [PATCH net-next V10 10/14] net/mlx5: qos: Model the root node in the scheduling hierarchy
` [PATCH net-next V10 11/14] net/mlx5: qos: Remove qos domains and use shd
` [PATCH net-next V10 12/14] net/mlx5: qos: Support cross-device tx scheduling
` [PATCH net-next V10 13/14] selftests: drv-net: Add test for cross-esw rate scheduling
` [PATCH net-next V10 14/14] net/mlx5: Document devlink rates

[PATCH v3] ptp: ocp: add CPLD ISP support for ADVA TimeCard
 2026-07-01  7:22 UTC 

[PATCH v3 0/3] net: stmmac: L3/L4 filter bug fixes
 2026-07-01  7:06 UTC  (2+ messages)

[PATCH net v2] net: qualcomm: rmnet: validate MAP frame length before ingress parsing
 2026-07-01  7:03 UTC  (2+ messages)

[PATCH net] ipvs: fix PMTU for GUE/GRE tunnel ICMP errors
 2026-07-01  6:59 UTC 

[PATCH net] net: usb: lan78xx: disable VLAN filter in promiscuous mode
 2026-07-01  6:57 UTC  (2+ messages)

[PATCH v2 6.6.y/6.12.y/6.18.y] af_unix: Set gc_in_progress to true in unix_gc()
 2026-07-01  6:53 UTC 

[PATCH net] bnx2x: fix null pointer dereference in bnx2x_free_mem_bp()
 2026-07-01  6:50 UTC 

[PATCH 0/3] arm64: dts/net: stmmac: Add Agilex5 SoCDK TSN Config2 board support
 2026-07-01  6:49 UTC  (3+ messages)
` [PATCH 3/3] net: stmmac: dwmac-socfpga: Add mac-mode DT property support

[PATCH net] gue: validate REMCSUM private option length
 2026-07-01  6:47 UTC  (2+ messages)

[PATCH net 1/2] net/sched: act_skbmod: require an Ethernet header for MAC rewrites
 2026-07-01  6:46 UTC  (4+ messages)

[PATCH 6.6.y] af_unix: Set gc_in_progress to true in unix_gc()
 2026-07-01  6:39 UTC  (2+ messages)
` [PATCH v2 6.6.y/6.12.y/6.18.y] "

[PATCH] netfilter: x_tables: replace strlcat() with snprintf()
 2026-07-01  6:31 UTC  (4+ messages)

[PATCH v2 0/5] netfilter: nf_flow_table_path: L2 bridge offload
 2026-07-01  6:11 UTC  (3+ messages)

[PATCH v3 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-07-01  5:56 UTC  (4+ messages)

[PATCH] net: stmmac: recalibrate CBS idle slope when EST is enabled
 2026-07-01  5:32 UTC 

[PATCH net-next] i40e: Avoid repeating RX filter warning
 2026-07-01  5:23 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH bpf-next v5 0/3] bpf, sockmap: reject a packet-modifying SK_SKB stream parser
 2026-07-01  5:03 UTC  (3+ messages)

[PATCH net v2 0/2] Fix to possible skb leak due to race condtion in tx path
 2026-07-01  4:15 UTC  (6+ messages)
` [PATCH net v2 1/2] net: ethernet: oa_tc6: Protect skb pointer used by two different kernel instances

[PATCH v3] net/liquidio: drop cached VF pci_dev LUT
 2026-07-01  4:08 UTC 

[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
 2026-07-01  4:00 UTC  (5+ messages)

[PATCH v2] xfrm: iptfs: propagate SKBFL_SHARED_FRAG in iptfs_skb_add_frags()
 2026-07-01  3:31 UTC 

[PATCH net-next v2] ipv4: hold a consistent view of rt->dst.dev under RCU
 2026-07-01  3:24 UTC 

[PATCH net-next v2 0/1] net: rnpgbe: fix mailbox endianness
 2026-07-01  3:22 UTC  (2+ messages)
` [PATCH net-next v2 1/1] net: rnpgbe: fix mailbox endianness and remove pointer casts

[PATCH net-next v1] ipv4: hold a consistent view of rt->dst.dev under RCU
 2026-07-01  3:16 UTC  (2+ messages)
` [PATCH net-next v2] "

[PATCH iproute2-next v3 0/2] devlink: support u64-array devlink parameters
 2026-07-01  3:13 UTC  (3+ messages)
` [PATCH iproute2-next v3 1/2] devlink: use DEVLINK_VAR_ATTR_TYPE_* in param show/set
` [PATCH iproute2-next v3 2/2] devlink: support u64-array values in devlink "

[PATCH net-next v7 0/4] Add support for RTL8261C_CG
 2026-07-01  3:12 UTC  (4+ messages)
` [PATCH net-next v7 4/4] net: phy: realtek: load firmware "

[PATCH] net: ipv4: fix TOCTOU race in __ip_do_redirect
 2026-07-01  3:12 UTC  (3+ messages)
  `  "

[PATCH iproute2-next v2 0/2] devlink: support u64-array devlink parameters
 2026-07-01  2:57 UTC  (5+ messages)
` [PATCH iproute2-next v2 2/2] devlink: support u64-array values in devlink param show/set

[PATCH iproute2-next] ss: stop displaying dccp sockets
 2026-07-01  2:50 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] net: usb: cx82310_eth: stop parsing reboot marker as packet
 2026-07-01  2:45 UTC  (5+ messages)

[PATCH net] net/sched: act_bpf: use rcu_dereference_bh() to read the filter
 2026-07-01  2:20 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