netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-20 02:57:15 to 2025-08-20 15:18:40 UTC [more...]

[PATCH net v2 0/2] mips: lantiq: fix ethernet support
 2025-08-20 15:18 UTC  (4+ messages)

[PATCH net-next v13 0/5] PRU-ICSSM Ethernet Driver
 2025-08-20 15:17 UTC  (9+ messages)
` [PATCH net-next v13 4/5] net: ti: prueth: Adds link detection, RX and TX support

[PATCH net-next v2 0/7] net: Convert to skb_dstref_steal and skb_dstref_restore
 2025-08-20 15:08 UTC  (6+ messages)
` [syzbot ci] "

[PATCH net-next v2 0/5] net: gso: restore outer ip ids correctly
 2025-08-20 15:04 UTC  (11+ messages)
` [PATCH net-next v2 2/5] net: gro: only merge packets with incrementing or fixed outer ids
` [PATCH net-next v2 4/5] net: gro: remove unnecessary df checks
` [PATCH net-next v2 5/5] selftests/net: test ipip packets in gro.sh

[PATCH net v4 0/5] net: macb: various fixes
 2025-08-20 15:03 UTC  (7+ messages)
` [PATCH net v4 1/5] dt-bindings: net: cdns,macb: allow tsu_clk without tx_clk
` [PATCH net v4 2/5] net: macb: remove illusion about TBQPH/RBQPH being per-queue
` [PATCH net v4 3/5] net: macb: move ring size computation to functions
` [PATCH net v4 4/5] net: macb: single dma_alloc_coherent() for DMA descriptors
` [PATCH net v4 5/5] net: macb: avoid double endianness swap in macb_set_hwaddr()

[PATCH net-next v3 0/5] sctp: Convert to use crypto lib, and upgrade cookie auth
 2025-08-20 15:00 UTC  (2+ messages)

[PATCH v5 net-next 00/10] net-memcg: Gather memcg code under CONFIG_MEMCG
 2025-08-20 15:00 UTC  (2+ messages)

[PATCH net-next 00/15] eth: fbnic: support queue API and zero-copy Rx
 2025-08-20 14:52 UTC  (15+ messages)
` [PATCH net-next 01/15] net: page_pool: add page_pool_get()
` [PATCH net-next 07/15] eth: fbnic: split fbnic_disable()
` [PATCH net-next 08/15] eth: fbnic: split fbnic_flush()
` [PATCH net-next 09/15] eth: fbnic: split fbnic_enable()
` [PATCH net-next 10/15] eth: fbnic: split fbnic_fill()
` [PATCH net-next 11/15] net: page_pool: add helper to pre-check if PP will be unreadable
` [PATCH net-next 12/15] eth: fbnic: allocate unreadable page pool for the payloads
` [PATCH net-next 13/15] eth: fbnic: defer page pool recycling activation to queue start
` [PATCH net-next 14/15] eth: fbnic: don't pass NAPI into pp alloc
` [PATCH net-next 15/15] eth: fbnic: support queue ops / zero-copy Rx

[PATCH V2 net 0/8] mlx5 misx fixes 2025-08-20
 2025-08-20 14:50 UTC  (11+ messages)
` [PATCH V2 net 1/8] net/mlx5: Base ECVF devlink port attrs from 0
` [PATCH V2 net 2/8] net/mlx5: Remove default QoS group and attach vports directly to root TSAR
` [PATCH V2 net 3/8] net/mlx5e: Preserve tc-bw during parent changes
` [PATCH V2 net 4/8] net/mlx5: Destroy vport QoS element when no configuration remains
` [PATCH V2 net 5/8] net/mlx5: Fix QoS reference leak in vport enable error path
` [PATCH V2 net 6/8] net/mlx5: Restore missing scheduling node cleanup on vport enable failure
` [PATCH V2 net 7/8] net/mlx5e: Query FW for buffer ownership
` [PATCH V2 net 8/8] net/mlx5e: Preserve shared buffer capacity during headroom updates

[PATCH net-next 0/6] netfilter: updates for net-next
 2025-08-20 14:47 UTC  (7+ messages)
` [PATCH net-next 1/6] netfilter: ctnetlink: remove refcounting in dying list dumping
` [PATCH net-next 2/6] netfilter: nft_set_pipapo_avx2: Drop the comment regarding protection
` [PATCH net-next 3/6] netfilter: nft_set_pipapo_avx2: split lookup function in two parts
` [PATCH net-next 4/6] netfilter: nft_set_pipapo: use avx2 algorithm for insertions too
` [PATCH net-next 5/6] netfilter: nft_set_pipapo: Store real pointer, adjust later
` [PATCH net-next 6/6] netfilter: nft_set_pipapo: Use nested-BH locking for nft_pipapo_scratch

[PATCH net-next] net: stmmac: fix stmmac_simple_pm_ops build errors
 2025-08-20 14:30 UTC 

[PATCH net-next v3 0/2] net: ipv4: allow directed broadcast routes to use dst hint
 2025-08-20 14:19 UTC  (3+ messages)
` [PATCH net-next v3 1/2] "

[PATCH net] net: pse-pd: pd692x0: Fix power budget leak in manager setup error path
 2025-08-20 14:08 UTC  (2+ messages)

[PATCH net-next v7.0 00/19] add basic PSP encryption for TCP connections
 2025-08-20 14:06 UTC  (21+ messages)
` [PATCH net-next v7 01/19] psp: add documentation
` [PATCH net-next v7 02/19] psp: base PSP device support
` [PATCH net-next v7 03/19] net: modify core data structures for PSP datapath support
` [PATCH net-next v7 04/19] tcp: add datapath logic for PSP with inline key exchange
` [PATCH net-next v7 05/19] psp: add op for rotation of device key
` [PATCH net-next v7 06/19] net: move sk_validate_xmit_skb() to net/core/dev.c
` [PATCH net-next v7 07/19] net: tcp: allow tcp_timewait_sock to validate skbs before handing to device
` [PATCH net-next v7 08/19] net: psp: add socket security association code
` [PATCH net-next v7 09/19] net: psp: update the TCP MSS to reflect PSP packet overhead
` [PATCH net-next v7 10/19] psp: track generations of device key
` [PATCH net-next v7 11/19] net/mlx5e: Support PSP offload functionality
` [PATCH net-next v7 12/19] net/mlx5e: Implement PSP operations .assoc_add and .assoc_del
` [PATCH net-next v7 13/19] psp: provide encapsulation helper for drivers
` [PATCH net-next v7 14/19] net/mlx5e: Implement PSP Tx data path
` [PATCH net-next v7 15/19] net/mlx5e: Add PSP steering in local NIC RX
` [PATCH net-next v7 16/19] net/mlx5e: Configure PSP Rx flow steering rules
` [PATCH net-next v7 17/19] psp: provide decapsulation and receive helper for drivers
` [PATCH net-next v7 18/19] net/mlx5e: Add Rx data path offload
` [PATCH net-next v7 19/19] net/mlx5e: Implement PSP key_rotate operation

[PATCH net] netfilter: nf_reject: don't leak dst refcount for loopback packets
 2025-08-20 14:04 UTC  (5+ messages)

[PATCH net-next v3 00/23][pull request] Queue configs and large buffer providers
 2025-08-20 13:59 UTC  (18+ messages)
` [PATCH net-next v3 04/23] net: use zero value to restore rx_buf_len to default
` [PATCH net-next v3 05/23] net: clarify the meaning of netdev_config members
` [PATCH net-next v3 07/23] eth: bnxt: read the page size from the adapter struct
` [PATCH net-next v3 08/23] eth: bnxt: set page pool page order based on rx_page_size

[PATCH net-next v6] net: af_packet: Use hrtimer to do the retire operation
 2025-08-20 13:50 UTC  (3+ messages)
` [syzbot ci] "

[PATCH net-next v3 1/3] net: phy: mxl-86110: add basic support for led_brightness_set op
 2025-08-20 13:34 UTC  (7+ messages)
` [PATCH net-next v3 2/3] net: phy: mxl-86110: fix indentation in struct phy_driver
` [PATCH net-next v3 3/3] net: phy: mxl-86110: add basic support for MxL86111 PHY

[PATCH net] net: pse-pd: pd692x0: Skip power budget configuration when undefined
 2025-08-20 13:33 UTC 

[PATCH net-next v2 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
 2025-08-20 13:32 UTC  (10+ messages)
` [PATCH net-next v2 1/5] ethtool: introduce core UAPI and driver API for PHY MSE diagnostics
` [PATCH net-next v2 5/5] net: phy: dp83td510: add MSE interface support for 10BASE-T1L

[PATCH] net: bridge: vxlan: Protocol field in bridge fdb
 2025-08-20 13:18 UTC  (2+ messages)

[PATCH net-next v3 0/3] Documentation and ynl: add flow control
 2025-08-20 13:10 UTC  (4+ messages)
` [PATCH net-next v3 1/3] tools: ynl-gen: generate kdoc for attribute enums
` [PATCH net-next v3 2/3] net: ynl: add generated kdoc to UAPI headers
` [PATCH net-next v3 3/3] Documentation: net: add flow control guide and document ethtool API

[PATCH 1/2] PATCH: i40e Improve trusted VF MAC addresses logging when limit is reached
 2025-08-20 13:09 UTC  (6+ messages)
` [PATCH 2/2] PATCH: i40e Add module option to disable max VF limit

[PATCH v4 0/6] Enable ethernet on qcs615
 2025-08-20 13:08 UTC  (12+ messages)
` [PATCH v4 3/6] arm64: dts: qcom: qcs615: add ethernet node
` [PATCH v4 4/6] arm64: dts: qcom: qcs615-ride: Enable "

[syzbot] [mptcp?] WARNING in subflow_data_ready (4)
 2025-08-20 12:41 UTC 

[PATCH v5 bpf] xsk: fix immature cq descriptor production
 2025-08-20 12:35 UTC  (3+ messages)

netconsole: HARDIRQ-safe -> HARDIRQ-unsafe lock order warning
 2025-08-20 12:31 UTC  (9+ messages)

[PATCH net-next] octeontx2-af: Remove unused declarations
 2025-08-20 12:30 UTC 

[PATCH net-next] net: vxlan: remove unused argument of vxlan_mdb_remote_fini()
 2025-08-20 11:57 UTC  (2+ messages)

[PATCH 0/2] net: Remove the use of dev_err_probe()
 2025-08-20 11:50 UTC  (4+ messages)
` [PATCH 1/2] net: hibmcge: "
` [PATCH 2/2] net: dsa: "

[PATCH net-next v6 0/5] Add Ethernet MAC support for SpacemiT K1
 2025-08-20 11:34 UTC  (7+ messages)
` [PATCH net-next v6 1/5] dt-bindings: net: Add "
` [PATCH net-next v6 2/5] net: spacemit: Add K1 Ethernet MAC
` [PATCH net-next v6 3/5] riscv: dts: spacemit: Add Ethernet support for K1
` [PATCH net-next v6 4/5] riscv: dts: spacemit: Add Ethernet support for BPI-F3
` [PATCH net-next v6 5/5] riscv: dts: spacemit: Add Ethernet support for Jupiter

[PATCH net] netfilter: br_netfilter: reread nf_conn from skb after confirm()
 2025-08-20 11:31 UTC  (2+ messages)

[PATCH v1 net-next] selftests/net: packetdrill: Support single protocol test
 2025-08-20 11:29 UTC  (2+ messages)

[PATCH net-next v4] net: af_packet: Use hrtimer to do the retire operation
 2025-08-20 11:17 UTC  (2+ messages)

[PATCH net-next v3 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
 2025-08-20  9:52 UTC  (5+ messages)
` [PATCH net-next v3 2/5] ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access
` [PATCH net-next v3 3/5] ethtool: netlink: add lightweight MSE reporting to LINKSTATE_GET

[PATCH net] i40e: Prevent unwanted interface name changes
 2025-08-20  9:41 UTC  (3+ messages)

[PATCH net-next v14 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-08-20  9:31 UTC  (9+ messages)
` [PATCH net-next v14 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v14 2/8] hinic3: Complete "
` [PATCH net-next v14 3/8] hinic3: Command Queue framework
` [PATCH net-next v14 4/8] hinic3: Command Queue interfaces
` [PATCH net-next v14 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v14 6/8] hinic3: Mailbox framework
` [PATCH net-next v14 7/8] hinic3: Mailbox management interfaces
` [PATCH net-next v14 8/8] hinic3: Interrupt request configuration

[PATCH net-next v14 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
 2025-08-20  9:30 UTC  (5+ messages)
` [PATCH net-next v14 1/1] hinic3: module initialization and tx/rx logic

[PATCH] ethernet: tlan: Convert to use jiffies macro
 2025-08-20  9:29 UTC  (2+ messages)

[PATCH net-next v6 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-20  9:21 UTC  (6+ messages)
` [PATCH net-next v6 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH net-next v6 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH net-next v6 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v6 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v6 5/5] net: rnpgbe: Add register_netdev

[PATCH net 1/2] bonding: set random address only when slaves already exist
 2025-08-20  9:10 UTC  (2+ messages)
` [PATCH net 2/2] selftests: bonding: add fail_over_mac testing

[PATCH net-next v2 0/5] bnxt_en: Updates for net-next
 2025-08-20  9:08 UTC  (3+ messages)
` [PATCH net-next v2 2/5] bnxt_en: Refactor bnxt_get_regs()

[PATCH ethtool v3 0/3] Add support for PSE priority feature and PSE event monitoring
 2025-08-20  9:07 UTC  (4+ messages)
` [PATCH ethtool v3 1/3] update UAPI header copies
` [PATCH ethtool v3 2/3] ethtool: pse-pd: Add PSE priority support
` [PATCH ethtool v3 3/3] ethtool: pse-pd: Add PSE event monitoring support

[ROSE] [AX25] 6.15.10 long term stable kernel oops
 2025-08-20  8:50 UTC  (6+ messages)

[syzbot] Monthly netfilter report (Aug 2025)
 2025-08-20  8:11 UTC 

[PATCH net-next v2 1/1] Documentation: networking: add detailed guide on Ethernet flow control configuration
 2025-08-20  8:06 UTC  (3+ messages)

[PATCH iwl-next] igb: Retrieve Tx timestamp directly from interrupt
 2025-08-20  7:56 UTC  (6+ messages)
` [Intel-wired-lan] "

[net-next v5 0/3] net: dsa: yt921x: Add support for Motorcomm YT921x
 2025-08-20  7:54 UTC  (4+ messages)
` [net-next v5 1/3] dt-bindings: net: dsa: yt921x: Add Motorcomm YT921x switch support
` [net-next v5 2/3] net: dsa: tag_yt921x: add support for Motorcomm YT921x tags
` [net-next v5 3/3] net: dsa: yt921x: Add support for Motorcomm YT921x

[PATCH net-next v2 0/3] net: stmmac: xgmac: Minor fixes
 2025-08-20  7:17 UTC  (9+ messages)
` [PATCH net-next v2 2/3] net: stmmac: xgmac: Correct supported speed modes
` [PATCH net-next v2 3/3] net: stmmac: Set CIC bit only for TX queues with COE

[PATCH net-next v1 0/3] stmmac: stop silently dropping bad checksum packets
 2025-08-20  7:07 UTC  (3+ messages)

[net-next Patch] Octeontx2-af: Broadcast XON on all channels
 2025-08-20  6:46 UTC 

[PATCH net v2 1/2] net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit
 2025-08-20  6:45 UTC  (3+ messages)

[PATCH net-next v3 3/5] dpll: zl3073x: Add firmware loading functionality
 2025-08-20  6:40 UTC  (2+ messages)

[net PatchV2] Octeontx2-af: Skip overlap check for SPI field
 2025-08-20  6:39 UTC 

[net-next v2 0/4] Add AST2600 RGMII delay into ftgmac100
 2025-08-20  6:09 UTC  (5+ messages)
  ` 回覆: "
      ` 回覆: "

[PATCH net] qed: Don't write past the end of GRC debug buffer
 2025-08-20  4:37 UTC  (3+ messages)

[PATCH net-next] idpf: do not linearize big TSO packets
 2025-08-20  4:27 UTC  (2+ messages)

[PATCH net-next v5 0/4] net: phy: micrel: Add support for lan8842
 2025-08-20  3:18 UTC  (5+ messages)
` [PATCH net-next v5 1/4] net: phy: micrel: Start using PHY_ID_MATCH_MODEL
` [PATCH net-next v5 4/4] net: phy: micrel: Add support for lan8842

[PATCH net-next] net: phy: realtek: enable serdes option mode for RTL8226-CG
 2025-08-20  3:11 UTC  (2+ messages)

[PATCH net-next] ipv6: ip6_gre: replace strcpy with strscpy for tunnel name
 2025-08-20  3:11 UTC  (2+ messages)

[PATCH net-next 0/2] There are a cleancode and a parameter check for hns3 driver
 2025-08-20  3:11 UTC  (2+ messages)

[PATCH] net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization
 2025-08-20  3:11 UTC  (2+ messages)

[PATCH net v2 0/2] Fixes on the Microchip's LAN865x driver
 2025-08-20  3:11 UTC  (2+ messages)

[PATCH net] net/smc: fix UAF on smcsk after smc_listen_out()
 2025-08-20  3:11 UTC  (2+ messages)

[PATCH net] gve: prevent ethtool ops after shutdown
 2025-08-20  3:11 UTC  (2+ messages)

[PATCH net 0/7] mlx5 HWS fixes 2025-08-17
 2025-08-20  3:11 UTC  (2+ messages)

[PATCH net v4] phy: mscc: Fix timestamping for vsc8584
 2025-08-20  3:11 UTC  (2+ messages)

[PATCH net v3] net: stmmac: thead: Enable TX clock before MAC initialization
 2025-08-20  3:11 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).