messages from 2025-07-26 21:17:21 to 2025-07-28 14:52:31 UTC [more...]
[PATCH net-next] net: mediatek: wed: Introduce MT7992 WED support
2025-07-28 14:52 UTC (2+ messages)
[PATCH v7 00/11] Add i.MX91 platform support
2025-07-28 14:42 UTC (21+ messages)
` [PATCH v7 01/11] dt-bindings: arm: fsl: add i.MX91 11x11 evk board
` [PATCH v7 02/11] dt-bindings: soc: imx-blk-ctrl: add i.MX91 blk-ctrl compatible
` [PATCH v7 03/11] arm64: dts: freescale: move aliases from imx93.dtsi to board dts
` [PATCH v7 04/11] arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi and modify them
` [PATCH v7 05/11] arm64: dts: imx91: add i.MX91 dtsi support
` [PATCH v7 06/11] arm64: dts: freescale: add i.MX91 11x11 EVK basic support
` [PATCH v7 07/11] arm64: dts: imx93-11x11-evk: remove fec property eee-broken-1000t
` [PATCH v7 08/11] arm64: defconfig: enable i.MX91 pinctrl
` [PATCH v7 09/11] pmdomain: imx93-blk-ctrl: use ARRAY_SIZE() instead of hardcode number
` [PATCH v7 10/11] pmdomain: imx93-blk-ctrl: mask DSI and PXP PD domain register on i.MX91
` [PATCH v7 11/11] net: stmmac: imx: add i.MX91 support
[PATCH net-next] Revert "net: ethernet: ti: am65-cpsw: fixup PHY mode for fixed RGMII TX delay"
2025-07-28 14:41 UTC (2+ messages)
[PATCH net v2] net/mlx5: Correctly set gso_size when LRO is used
2025-07-28 14:36 UTC (2+ messages)
[PATCH bpf-next v3] selftests/bpf: Add LPM trie microbenchmarks
2025-07-28 14:34 UTC (2+ messages)
[PATCH net-next 0/3] net: dsa: realtek: Add support for use of an optional mdio node
2025-07-28 14:30 UTC (10+ messages)
` [PATCH net-next 1/3] net: dsa: realtek: remove unused user_mii_bus from realtek_priv
` [PATCH net-next 2/3] net: dsa: realtek: Add support for use of an optional mdio node
` [PATCH 3/3] arm64: dts: rockchip: Add RTL8367RB-VB switch to Radxa E24C
[PATCH v11 0/8] rust: Add IO polling
2025-07-28 14:30 UTC (10+ messages)
` [PATCH v11 7/8] rust: Add read_poll_timeout functions
[PATCH] sfc: handle NULL returned by xdp_convert_buff_to_frame()
2025-07-28 14:28 UTC (5+ messages)
[PATCH net-next V2 0/3] in order support for vhost-net
2025-07-28 14:26 UTC (3+ messages)
` [PATCH net-next V2 2/3] vhost: basic in order support
[RFC PATCH net-next] ptp: Introduce PTP_SYS_OFFSET_EXTENDED_TRUSTED ioctl
2025-07-28 14:26 UTC (2+ messages)
[PATCH] net: ipa: add IPA v5.1 and v5.5 to ipa_version_string()
2025-07-28 14:11 UTC (2+ messages)
[PATCH net v4] ptp: prevent possible ABBA deadlock in ptp_clock_freerun()
2025-07-28 14:09 UTC (2+ messages)
[PATCH iproute2-next] devlink: Update uapi headers
2025-07-28 14:05 UTC
[PATCH net] net: ethernet: nixge: Add missing check after DMA map
2025-07-28 13:56 UTC (4+ messages)
[PATCH bpf-next v6 0/3] Task local data
2025-07-28 13:54 UTC (2+ messages)
[PATCH net v2] net: ipv6: fix buffer overflow in AH output
2025-07-28 13:50 UTC (4+ messages)
[PATCH] net: Fix typos
2025-07-28 13:49 UTC (3+ messages)
[PATCH net] net: check the minimum value of gso size in virtio_net_hdr_to_skb()
2025-07-28 13:45 UTC (9+ messages)
[syzbot] [net?] BUG: sleeping function called from invalid context in team_change_rx_flags (2)
2025-07-28 13:26 UTC (6+ messages)
` [RFC PATCH] net: team: switch to spinlock in team_change_rx_flags
[PATCH net-next 0/5] Add RPMSG Ethernet Driver
2025-07-28 12:40 UTC (5+ messages)
` [PATCH net-next 2/5] net: rpmsg-eth: Add basic rpmsg skeleton
[PATCH net-next] net/sched: Add precise drop reason for pfifo_fast queue overflows
2025-07-28 12:01 UTC (3+ messages)
[PATCH net] net: airoha: Fix PPE table access in airoha_ppe_debugfs_foe_show()
2025-07-28 11:58 UTC
[PATCH v3] memcg: expose socket memory pressure in a cgroup
2025-07-28 11:29 UTC (12+ messages)
[RFC v1 00/22] Large rx buffer support for zcrx
2025-07-28 11:04 UTC (23+ messages)
` [RFC v1 01/22] docs: ethtool: document that rx_buf_len must control payload lengths
` [RFC v1 02/22] net: ethtool: report max value for rx-buf-len
` [RFC v1 03/22] net: use zero value to restore rx_buf_len to default
` [RFC v1 04/22] net: clarify the meaning of netdev_config members
` [RFC v1 05/22] net: add rx_buf_len to netdev config
` [RFC v1 06/22] eth: bnxt: read the page size from the adapter struct
` [RFC v1 07/22] eth: bnxt: set page pool page order based on rx_page_size
` [RFC v1 08/22] eth: bnxt: support setting size of agg buffers via ethtool
` [RFC v1 09/22] net: move netdev_config manipulation to dedicated helpers
` [RFC v1 10/22] net: reduce indent of struct netdev_queue_mgmt_ops members
` [RFC v1 11/22] net: allocate per-queue config structs and pass them thru the queue API
` [RFC v1 12/22] net: pass extack to netdev_rx_queue_restart()
` [RFC v1 13/22] net: add queue config validation callback
` [RFC v1 14/22] eth: bnxt: always set the queue mgmt ops
` [RFC v1 15/22] eth: bnxt: store the rx buf size per queue
` [RFC v1 16/22] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [RFC v1 17/22] netdev: add support for setting rx-buf-len per queue
` [RFC v1 18/22] net: wipe the setting of deactived queues
` [RFC v1 19/22] eth: bnxt: use queue op config validate
` [RFC v1 20/22] eth: bnxt: support per queue configuration of rx-buf-len
` [RFC v1 21/22] net: parametrise mp open with a queue config
` [RFC v1 22/22] io_uring/zcrx: implement large rx buffer support
[PATCH v2] mm, page_pool: introduce a new page type for page pool in page type
2025-07-28 10:57 UTC (4+ messages)
` [PATCH v2 rebase as of Jul 28] "
[PATCH] mm, page_pool: introduce a new page type for page pool in page type
2025-07-28 10:57 UTC (5+ messages)
[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
2025-07-28 10:53 UTC (11+ messages)
[PATCH v3 00/11] QRTR Multi-endpoint support
2025-07-28 10:51 UTC (7+ messages)
` [PATCH v3 04/11] net: qrtr: support identical node ids
[PATCH v4 00/14] Introduce AMD Pensando RDMA driver
2025-07-28 10:25 UTC (7+ messages)
` [PATCH v4 01/14] net: ionic: Create an auxiliary device for rdma driver
` [PATCH v4 14/14] RDMA/ionic: Add Makefile/Kconfig to kernel build environment
[PATCH bpf-next v2 3/4] bpf: add bpf_icmp_send_unreach cgroup_skb kfunc
2025-07-28 9:43 UTC (7+ messages)
` [PATCH bpf-next v3 0/4] bpf: add icmp_send_unreach kfunc
` [PATCH bpf-next v3 1/4] net: move netfilter nf_reject_fill_skb_dst to core ipv4
` [PATCH bpf-next v3 2/4] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
` [PATCH bpf-next v3 3/4] bpf: add bpf_icmp_send_unreach cgroup_skb kfunc
` [PATCH bpf-next v3 4/4] selftests/bpf: add icmp_send_unreach kfunc tests
[linux-next:master] [selftest] 236156d80d: kernel-selftests.drivers/net/netdevsim.devlink.sh.rate_test.fail
2025-07-28 9:21 UTC (4+ messages)
[PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
2025-07-28 9:20 UTC (8+ messages)
` Inlining migrate_disable/enable. Was: "
[PATCH iproute2-next] iproute2: Add 'netshaper' command to 'ip link' for netdev shaping
2025-07-28 9:14 UTC
[PATCH] i40e: remove read access to debugfs files
2025-07-28 9:10 UTC (3+ messages)
` [Intel-wired-lan] "
[Intel-wired-lan] [PATCH iwl-net v3 0/6] idpf: replace Tx flow scheduling buffer ring with buffer pool
2025-07-28 9:04 UTC (3+ messages)
` [Intel-wired-lan] [PATCH iwl-net v3 6/6] idpf: remove obsolete stashing code
[PATCH] net: otx2: handle NULL returned by xdp_convert_buff_to_frame()
2025-07-28 8:38 UTC (6+ messages)
` [EXTERNAL] "
[PATCH v5.10] ptp: Fix possible memory leak in ptp_clock_register()
2025-07-28 8:11 UTC
[PATCH v14 net-next 00/14] AccECN protocol patch series
2025-07-28 8:21 UTC (3+ messages)
[PATCH net-next 0/2] net: stmmac: allow generation of flexible PPS relative to MAC time
2025-07-28 8:15 UTC (3+ messages)
[PATCH net] netlink: avoid infinite retry looping in netlink_unicast()
2025-07-28 8:06 UTC
[PATCH net-next 0/27] pull-request: can-next 2025-07-25
2025-07-28 8:06 UTC (3+ messages)
` [PATCH net-next 26/27] can: kvaser_usb: Add devlink port support
[PATCH v2 iwl-net] ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc
2025-07-28 8:06 UTC (8+ messages)
` [Intel-wired-lan] "
[PATCH net v2] netpoll: prevent hanging NAPI when netcons gets enabled
2025-07-28 7:52 UTC (4+ messages)
[PATCH net-next 0/8][pull request] libie: commonize adminq structure
2025-07-28 7:08 UTC (4+ messages)
` [PATCH net-next 5/8] libie: add adminq helper for converting err to str
[PATCH net-next v2 0/4] net: phy: micrel: Add support for lan8842
2025-07-28 6:56 UTC (9+ messages)
` [PATCH net-next v2 3/4] net: phy: micrel: Replace hardcoded pages with defines
` [PATCH net-next v2 4/4] net: phy: micrel: Add support for lan8842
[RFC net-next] netmem: replace __netmem_clear_lsb() with netmem_to_nmdesc()
2025-07-28 5:35 UTC (2+ messages)
[PATCH net-next v6 0/7] net: airoha: Introduce NPU callbacks for wlan offloading
2025-07-28 5:13 UTC (9+ messages)
` [PATCH net-next v6 1/7] dt-bindings: net: airoha: npu: Add memory regions used for wlan offload
` [PATCH net-next v6 2/7] net: airoha: npu: Add NPU wlan memory initialization commands
` [PATCH net-next v6 3/7] net: airoha: npu: Add wlan_{send,get}_msg NPU callbacks
` [PATCH net-next v6 4/7] net: airoha: npu: Add wlan irq management callbacks
` [PATCH net-next v6 5/7] net: airoha: npu: Read NPU wlan interrupt lines from the DTS
` [PATCH net-next v6 6/7] net: airoha: npu: Enable core 3 for WiFi offloading
` [PATCH net-next v6 7/7] net: airoha: Add airoha_offload.h header
[PATCH RESEND] netvsc: transfer lower device max tso size
2025-07-28 3:01 UTC (9+ messages)
[PATCH] net: atlantic: fix overwritten return value in Aquantia driver
2025-07-28 2:49 UTC (3+ messages)
[PATCH net-next v3 0/3] net: wangxun: complete ethtool coalesce options
2025-07-28 2:15 UTC (4+ messages)
` [PATCH net-next v3 3/3] net: wangxun: support to use adaptive RX coalescing
[PATCH v6 net-next 0/2] net: RPS table overwrite prevention and flow_id caching
2025-07-28 2:13 UTC (4+ messages)
` [PATCH v6 net-next 1/2] net: Prevent RPS table overwrite for active flows
[PATCH net v4 1/2] net/sched: Fix backlog accounting in qdisc_dequeue_internal
2025-07-27 23:57 UTC (2+ messages)
` [PATCH net v4 2/2] selftests/tc-testing: Check backlog stats in gso_skb case
[PATCH net v3 1/2] net/sched: Fix backlog accounting in qdisc_dequeue_internal
2025-07-27 23:03 UTC (4+ messages)
` [PATCH net v3 2/2] selftests/tc-testing: Check backlog stats in gso_skb case
[PATCH net] net: ipv6: fix buffer overflow in AH output
2025-07-27 21:52 UTC (2+ messages)
[syzbot] [sctp?] KMSAN: uninit-value in sctp_assoc_bh_rcv
2025-07-27 21:25 UTC (2+ messages)
[syzbot] [net?] WARNING in ah6_output
2025-07-27 20:32 UTC (3+ messages)
[PATCH v20 3/5] binder: introduce transaction reports via netlink
2025-07-27 18:29 UTC
[PATCH v19 3/5] binder: introduce transaction reports via netlink
2025-07-27 18:18 UTC (2+ messages)
[PATCH v3] dt-bindings: cleanup: fix duplicated 'is is' in YAML docs
2025-07-27 13:08 UTC (4+ messages)
[PATCH net v2 1/4] auxiliary: Support hexadecimal ids
2025-07-27 11:39 UTC (13+ messages)
[PATCH net-next 0/5] Expose grace period delay for devlink health reporter
2025-07-27 11:00 UTC (5+ messages)
[net-next v17 00/12] net: mtip: Add support for MTIP imx287 L2 switch driver
2025-07-27 10:01 UTC (13+ messages)
` [net-next v17 01/12] dt-bindings: net: Add MTIP L2 switch description
` [net-next v17 02/12] ARM: dts: nxp: mxs: Adjust the imx28.dtsi "
` [net-next v17 03/12] ARM: dts: nxp: mxs: Adjust XEA board's DTS to support L2 switch
` [net-next v17 04/12] net: mtip: The L2 switch driver for imx287
` [net-next v17 05/12] net: mtip: Add buffers management functions to the L2 switch driver
` [net-next v17 06/12] net: mtip: Add net_device_ops "
` [net-next v17 07/12] net: mtip: Add mtip_switch_{rx|tx} "
` [net-next v17 08/12] net: mtip: Extend the L2 switch driver with management operations
` [net-next v17 09/12] net: mtip: Extend the L2 switch driver for imx287 with bridge operations
` [net-next v17 10/12] ARM: mxs_defconfig: Enable CONFIG_NFS_FSCACHE
` [net-next v17 11/12] ARM: mxs_defconfig: Update mxs_defconfig to 6.16-rc5
` [net-next v17 12/12] ARM: mxs_defconfig: Enable CONFIG_FEC_MTIP_L2SW to support MTIP L2 switch
[PATCH net-next v10 00/15] net: phy: Introduce PHY ports representation
2025-07-27 9:56 UTC (7+ messages)
` [PATCH net-next v10 07/15] net: phy: Introduce generic SFP handling for PHY drivers
` [PATCH net-next v10 10/15] net: phy: marvell10g: Support SFP through phy_port
` [PATCH net-next v10 11/15] net: phy: at803x: Support SFP through phy_port interface
[PATCH net-next v5 0/7] net: airoha: Introduce NPU callbacks for wlan offloading
2025-07-27 8:42 UTC (4+ messages)
` [PATCH net-next v5 3/7] net: airoha: npu: Add wlan_{send,get}_msg NPU callbacks
[net-next v16 00/12] net: mtip: Add support for MTIP imx287 L2 switch driver
2025-07-27 8:05 UTC (6+ messages)
` [net-next v16 04/12] net: mtip: The L2 switch driver for imx287
[PATCH v2 net] net/sched: taprio: enforce minimum value for picos_per_byte
2025-07-27 7:22 UTC (2+ messages)
[GIT PULL] Networking for v6.17
2025-07-27 1:34 UTC
[PATCH net-next v12 15/15] net: homa: create Makefile and Kconfig
2025-07-26 22:41 UTC (2+ messages)
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).