Netdev List
 help / color / mirror / Atom feed
 messages from 2026-06-23 04:06:42 to 2026-06-23 09:46:10 UTC [more...]

[Intel-wired-lan] [PATCH net] igc: Fix RX HW timestamp reporting when NET_RX_BUSY_POLL is disabled
 2026-06-23  9:46 UTC  (2+ messages)

Ethtool : PRBS feature
 2026-06-23  9:43 UTC  (10+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-23  9:42 UTC  (2+ messages)

[PATCH net] net: ethernet: qualcomm: ppe: Demote from supported and fix maintainer addresses
 2026-06-23  9:42 UTC  (4+ messages)

[bug report] net: stmmac: fix dma physical address of descriptor when display ring
 2026-06-23  9:38 UTC 

[PATCH 0/3] SM8450 IPA support
 2026-06-23  9:37 UTC  (6+ messages)
` [PATCH 1/3] arm64: dts: qcom: sm8450: Add "
` [PATCH 2/3] dt-bindings: net: qcom,ipa: Add SM8450 compatible string

[PATCH] xfrm: iptfs: propagate SKBFL_SHARED_FRAG in iptfs_skb_add_frags()
 2026-06-23  9:22 UTC 

[PATCH iwl-net] ice: clear the default forwarding VSI rule when releasing a VSI
 2026-06-23  9:22 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH net] net: dst: block BH in ipip6_tunnel_xmit
 2026-06-23  2:24 UTC  (3+ messages)

[PATCH net-next] net: sparx5: change ndo_set_rx_mode_async return type to int
 2026-06-23  9:14 UTC  (3+ messages)

[PATCH v4 net] net: mana: Optimize irq affinity for low vcpu configs
 2026-06-23  9:11 UTC  (3+ messages)

[PATCH] [net] eth: mlx5: fix macsec dependency
 2026-06-23  9:10 UTC  (2+ messages)

[PATCH net-next] selftests/xsk: preserve UMEM view in bidi test
 2026-06-23  9:10 UTC 

[PATCH net-next 0/3] selftests/xsk: stabilize timeout test behavior
 2026-06-23  9:02 UTC  (5+ messages)

[PATCH] atm: fore200e: disable PCI device on DMA mask failure
 2026-06-23  8:56 UTC  (2+ messages)

[net] ipv6: honor per-interface proxy_ndp in forward and NA paths
 2026-06-23  8:56 UTC 

[PATCH iwl-net] ice: reject out-of-range ptype in ice_parser_profile_init
 2026-06-23  8:11 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH net] net: bcmgenet: report MDIO busy timeout
 2026-06-23  8:06 UTC  (2+ messages)

[PATCH net-next v3 0/2] net: phy: sfp/mdio-i2c: defer RollBall probe + fix mii_bus leak
 2026-06-23  8:05 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy
` [PATCH net-next v3 2/2] net: phy: mdio-i2c: defer RollBall bridge probe to PHY discovery

[RFC net-next 08/15] ipxlat: add translation engine and dispatch core
 2026-06-23  8:05 UTC  (3+ messages)

[PATCH stable 6.6.y v4 0/4] bpf: linked scalar precision fixes
 2026-06-23  8:00 UTC  (2+ messages)

[PATCH iwl-net 0/4] ice: fixes for pause reporting, autoneg, RDMA and EIPE
 2026-06-23  7:47 UTC  (3+ messages)
` [PATCH iwl-net 2/4] ice: fix autoneg disable when link partner doesn't support AN
  ` [Intel-wired-lan] "

[PATCH net v2 0/2] net: stmmac: dwmac-spacemit: Fix wrong macro definition
 2026-06-23  7:46 UTC  (3+ messages)
` [PATCH net v2 1/2] net: stmmac: dwmac-spacemit: Fix wrong phy interface definition
` [PATCH net v2 2/2] net: stmmac: dwmac-spacemit: Fix wrong irq definition

AppArmor: TCP Fast Open bypasses connect mediation (last unaddressed LSM)
 2026-06-23  7:13 UTC  (2+ messages)

[PATCH net] tools/ynl: add missing uapi header deps in Makefile.deps
 2026-06-23  7:08 UTC 

[REGRESSION 6.12.90 -> 6.12.94] vsock/virtio: large AF_VSOCK transfers reset under backpressure
 2026-06-23  7:08 UTC  (4+ messages)

[PATCH net] net, bpf: check master for NULL in xdp_master_redirect()
 2026-06-23  6:52 UTC  (6+ messages)

[PATCH net v6 3/4] iavf: send MAC change request synchronously
 2026-06-23  6:51 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 v6.6-v6.1] netfilter: nf_tables: always walk all pending catchall elements
 2026-06-23  6:14 UTC 

[PATCH net v3 0/2] net: ethernet: sunplus: spl2sw: fix of_node refcount leaks
 2026-06-23  6:41 UTC  (2+ messages)
` [PATCH net v3 1/2] net: ethernet: sunplus: spl2sw: fix phy_node refcount leak in remove

[PATCH net] tipc: fix UAF in cleanup_bearer() due to premature dst_cache_destroy()
 2026-06-23  6:35 UTC  (4+ messages)

[PATCH v4 0/9] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-23  6:29 UTC  (10+ messages)
` [PATCH v4 1/9] rust: module: move module types into `module.rs`
` [PATCH v4 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v4 3/9] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v4 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v4 5/9] rust: drm: set fops.owner from driver module pointer
` [PATCH v4 6/9] rust: miscdevice: "
` [PATCH v4 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v4 8/9] rust: binder: "
` [PATCH v4 9/9] rust: macros: remove `THIS_MODULE` static from `module!`

[PATCH] net: fman: fix clock and device node leak in probe error paths
 2026-06-23  6:16 UTC  (5+ messages)
` [PATCH v2 1/2] net: fman: fix clk reference leak in read_dts_node()
  ` [PATCH v2 2/2] net: fman: use devm_kzalloc() for fman and rely on devres

[PATCH net v2] net/smc: fix out-of-bounds read when sk_user_data holds a sk_psock
 2026-06-23  6:02 UTC  (2+ messages)

[net-next v44] mctp pcc: Implement MCTP over PCC Transport
 2026-06-23  5:54 UTC  (8+ messages)

[PATCH] net/tcp-ao: fix use-after-free of key in del_async path
 2026-06-23  5:50 UTC  (2+ messages)

[PATCH net v5 0/4] MAC-PHY interrupt changed to level triggered interrupt
 2026-06-23  5:48 UTC  (8+ messages)
` [PATCH net v5 1/4] net: ethernet: oa_tc6: Interrupt is active low, level triggered

[PATCH net 0/2] tcp: make TCP-AO lookups more predictable
 2026-06-23  5:24 UTC  (3+ messages)

[PATCH net v2 0/2] octeontx2-af: Bug fixes for KPU profile and VF RX mode
 2026-06-23  4:06 UTC  (3+ messages)
` [PATCH net v2 1/2] octeontx2-af: fix VF bringup affecting PF promiscuous state
` [PATCH net v2 2/2] octeontx2-af: suppress kpu profile loading warning


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