messages from 2025-08-19 22:20:08 to 2025-08-20 13:08:48 UTC [more...]
[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 "
[PATCH net-next v13 0/5] PRU-ICSSM Ethernet Driver
2025-08-20 13:08 UTC (6+ messages)
` [PATCH net-next v13 4/5] net: ti: prueth: Adds link detection, RX and TX support
[syzbot] [mptcp?] WARNING in subflow_data_ready (4)
2025-08-20 12:41 UTC
[PATCH net-next v3 1/3] net: phy: mxl-86110: add basic support for led_brightness_set op
2025-08-20 12:40 UTC (6+ 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] netfilter: nf_reject: don't leak dst refcount for loopback packets
2025-08-20 12:37 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 v2 0/5] net: gso: restore outer ip ids correctly
2025-08-20 12:27 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-next v2 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
2025-08-20 12:26 UTC (9+ 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-next] octeontx2-af: Remove unused declarations
2025-08-20 12:30 UTC
[PATCH net-next v3 00/23][pull request] Queue configs and large buffer providers
2025-08-20 12:04 UTC (20+ 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 12/23] net: allocate per-queue config structs and pass them thru the queue API
` [PATCH net-next v3 14/23] net: add queue config validation callback
` [PATCH net-next v3 18/23] netdev: add support for setting rx-buf-len per queue
` [PATCH net-next v3 19/23] net: wipe the setting of deactived queues
[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 net-next v7.0 00/19] add basic PSP encryption for TCP connections
2025-08-20 11:31 UTC (20+ 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-next 00/15] eth: fbnic: support queue API and zero-copy Rx
2025-08-20 11:30 UTC (19+ messages)
` [PATCH net-next 01/15] net: page_pool: add page_pool_get()
` [PATCH net-next 02/15] eth: fbnic: move page pool pointer from NAPI to the ring struct
` [PATCH net-next 03/15] eth: fbnic: move xdp_rxq_info_reg() to resource alloc
` [PATCH net-next 04/15] eth: fbnic: move page pool alloc to fbnic_alloc_rx_qt_resources()
` [PATCH net-next 05/15] eth: fbnic: use netmem_ref where applicable
` [PATCH net-next 06/15] eth: fbnic: request ops lock
` [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 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 v6] net: af_packet: Use hrtimer to do the retire operation
2025-08-20 11:15 UTC (2+ messages)
[PATCH net-next v2 0/7] net: Convert to skb_dstref_steal and skb_dstref_restore
2025-08-20 10:45 UTC (5+ messages)
` [syzbot ci] "
[PATCH net v2 0/2] mips: lantiq: fix ethernet support
2025-08-20 10:24 UTC (3+ 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 (7+ 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)
[PATCH v4 net-next 00/15] Add NETC Timer PTP driver and add PTP support for i.MX95
2025-08-20 2:48 UTC (15+ messages)
` [PATCH v4 net-next 01/15] dt-bindings: ptp: add NETC Timer PTP clock
` [PATCH v4 net-next 04/15] ptp: netc: add NETC V4 Timer PTP driver support
` [PATCH v4 net-next 05/15] ptp: netc: add PTP_CLK_REQ_PPS support
` [PATCH v4 net-next 13/15] net: enetc: add PTP synchronization support for ENETC v4
[PATCH net 1/2] tls: fix handling of zero-length records on the rx_list
2025-08-20 2:19 UTC (2+ messages)
` [PATCH net 2/2] selftests: tls: add tests for zero-length records
[PATCH net-next v4 0/4] net: wangxun: complete ethtool coalesce options
2025-08-20 1:57 UTC (4+ messages)
` [PATCH net-next v4 4/4] net: wangxun: support to use adaptive RX/TX coalescing
[PATCH net-next v3 0/8] net: dsa: lantiq_gswip: prepare for supporting new features
2025-08-20 1:56 UTC (9+ messages)
` [PATCH net-next v3 1/8] net: dsa: lantiq_gswip: deduplicate dsa_switch_ops
` [PATCH net-next v3 2/8] net: dsa: lantiq_gswip: prepare for more CPU port options
` [PATCH net-next v3 3/8] net: dsa: lantiq_gswip: move definitions to header
` [PATCH net-next v3 4/8] net: dsa: lantiq_gswip: introduce bitmap for MII ports
` [PATCH net-next v3 5/8] net: dsa: lantiq_gswip: load model-specific microcode
` [PATCH net-next v3 6/8] net: dsa: lantiq_gswip: make DSA tag protocol model-specific
` [PATCH net-next v3 7/8] net: dsa: lantiq_gswip: store switch API version in priv
` [PATCH net-next v3 8/8] net: dsa: lantiq_gswip: add support for SWAPI version 2.3
[PATCH v5 0/5] Add driver for 1Gbe network chips from MUCSE
2025-08-20 1:43 UTC (4+ messages)
` [PATCH v5 2/5] net: rnpgbe: Add n500/n210 chip support
[PATCH v5 net-next 00/10] net-memcg: Gather memcg code under CONFIG_MEMCG
2025-08-20 1:28 UTC (4+ messages)
` [PATCH v5 net-next 09/10] net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure()
[PATCH net-next] selftests: drv-net: tso: increase the retransmit threshold
2025-08-20 1:00 UTC (2+ messages)
[PATCH net-next v2 0/2] net: Speedup some nexthop handling when having A LOT of nexthops
2025-08-20 1:00 UTC (2+ messages)
[PATCH net-next] selftests: drv-net: ncdevmem: make configure_channels() support combined channels
2025-08-20 1:00 UTC (2+ messages)
[PATCH net v2] net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlock
2025-08-20 1:00 UTC (2+ messages)
[PATCH] netfilter: conntrack: drop expectations before freeing templates
2025-08-20 0:24 UTC (4+ messages)
[PATCH] cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN
2025-08-20 0:20 UTC (2+ messages)
[PATCH net-next v2 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
2025-08-20 0:15 UTC (4+ messages)
` [PATCH net-next v2 2/2] net/mlx5: Avoid copying payload to the skb's linear part
[PATCH net v2 0/5][pull request] Intel Wired LAN Driver Updates 2025-08-15 (ice, ixgbe, igc)
2025-08-19 22:19 UTC (3+ messages)
` [PATCH net v2 4/5] ixgbe: fix ndo_xdp_xmit() workloads
` [PATCH net v2 5/5] igc: fix disabling L1.2 PCI-E link substate on I226 on init
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).