netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-24 08:47:39 to 2025-04-24 16:03:25 UTC [more...]

[RFC PATCH 0/7] Reviving the slab destructor to tackle the percpu allocator scalability problem
 2025-04-24 16:03 UTC  (8+ messages)

[PATCH net-next 00/12] tools: ynl-gen: additional C types and classic netlink handling
 2025-04-24 16:00 UTC  (25+ messages)
` [PATCH net-next 01/12] tools: ynl-gen: fix comment about nested struct dict
` [PATCH net-next 02/12] tools: ynl-gen: factor out free_needs_iter for a struct
` [PATCH net-next 03/12] tools: ynl-gen: fill in missing empty attr lists
` [PATCH net-next 04/12] tools: ynl: let classic netlink requests specify extra nlflags
` [PATCH net-next 05/12] tools: ynl-gen: support using dump types for ntf
` [PATCH net-next 06/12] tools: ynl-gen: support CRUD-like notifications for classic Netlink
` [PATCH net-next 07/12] tools: ynl-gen: multi-attr: type gen for string
` [PATCH net-next 08/12] tools: ynl-gen: mutli-attr: support binary types with struct
` [PATCH net-next 09/12] tools: ynl-gen: array-nest: support put for scalar
` [PATCH net-next 10/12] tools: ynl-gen: array-nest: support binary array with exact-len
` [PATCH net-next 11/12] tools: ynl-gen: don't init enum checks for classic netlink
` [PATCH net-next 12/12] tools: ynl: allow fixed-header to be specified per op

[iwl-next v5 0/5] Refactor to prepare for Intel IPU E2000 (GEN3)
 2025-04-24 15:58 UTC  (2+ messages)

[PATCH net-next V6 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-04-24 15:53 UTC  (6+ messages)
` [PATCH net-next V6 1/2] net: sched: generalize check for no-queue qdisc on TX queue
` [PATCH net-next V6 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[PATCH net-next v4 0/8] Add Microchip ZL3073x support (part 1)
 2025-04-24 15:51 UTC  (10+ messages)
` [PATCH net-next v4 1/8] dt-bindings: dpll: Add DPLL device and pin
` [PATCH net-next v4 2/8] dt-bindings: dpll: Add support for Microchip Azurite chip family
` [PATCH net-next v4 3/8] mfd: Add Microchip ZL3073x support
` [PATCH net-next v4 4/8] mfd: zl3073x: Add support for devlink device info
` [PATCH net-next v4 5/8] mfd: zl3073x: Add functions to work with register mailboxes
` [PATCH net-next v4 6/8] mfd: zl3073x: Fetch invariants during probe
` [PATCH net-next v4 7/8] mfd: zl3073x: Add clock_id field
` [PATCH net-next v4 8/8] mfd: zl3073x: Register DPLL sub-device during init

[PATCH v3 net-next 00/10] Add Microchip ZL3073x support (part 1)
 2025-04-24 15:49 UTC  (13+ messages)
` [PATCH v3 net-next 5/8] mfd: zl3073x: Add functions to work with register mailboxes
` [PATCH v3 net-next 8/8] mfd: zl3073x: Register DPLL sub-device during init

[PATCH v5 0/5] dt-bindings: net: Add network-class.yaml schema
 2025-04-24 15:42 UTC  (7+ messages)
` [PATCH v5 3/5] dt-bindings: wireless: bcm4329-fmac: Use wireless-controller.yaml schema

[PATCH net v2 0/5] net_sched: Adapt qdiscs for reentrant enqueue cases
 2025-04-24 15:40 UTC  (8+ messages)

[PATCH v5 bpf-next 0/6] bpf: udp: Exactly-once socket iteration
 2025-04-24 15:39 UTC  (4+ messages)
` [PATCH v5 bpf-next 2/6] bpf: udp: Make sure iter->batch always contains a full bucket snapshot

[PATCH RFC bpf-next v2 00/17] traits: Per packet metadata KV store
 2025-04-24 15:39 UTC  (7+ messages)
` [PATCH RFC bpf-next v2 10/17] bnxt: Propagate trait presence to skb

[PATCH bpf-next v2] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
 2025-04-24 15:39 UTC  (3+ messages)

[PATCH iwl-next v2 00/14] Introduce iXD driver
 2025-04-24 15:37 UTC  (17+ messages)
` [PATCH iwl-next v2 01/14] virtchnl: create 'include/linux/intel' and move necessary header files
` [PATCH iwl-next v2 02/14] virtchnl: introduce control plane version fields
` [PATCH iwl-next v2 03/14] libie: add PCI device initialization helpers to libie
` [PATCH iwl-next v2 04/14] libeth: allow to create fill queues without NAPI
` [PATCH iwl-next v2 05/14] libie: add control queue support
` [PATCH iwl-next v2 06/14] libie: add bookkeeping support for control queue messages
` [PATCH iwl-next v2 07/14] idpf: remove 'vport_params_reqd' field
` [PATCH iwl-next v2 08/14] idpf: refactor idpf to use libie controlq and Xn APIs
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 09/14] idpf: make mbx_task queueing and cancelling more consistent
` [PATCH iwl-next v2 10/14] idpf: print a debug message and bail in case of non-event ctlq message
` [PATCH iwl-next v2 11/14] ixd: add basic driver framework for Intel(R) Control Plane Function
` [PATCH iwl-next v2 12/14] ixd: add reset checks and initialize the mailbox
` [PATCH iwl-next v2 13/14] ixd: add the core initialization
` [PATCH iwl-next v2 14/14] ixd: add devlink support

[PATCH iwl-next 00/16] libeth: add libeth_xdp helper lib
 2025-04-24 15:33 UTC  (9+ messages)
` [PATCH iwl-next 03/16] libeth: xdp: add XDP_TX buffers sending
` [PATCH iwl-next 04/16] libeth: xdp: add .ndo_xdp_xmit() helpers
` [PATCH iwl-next 06/16] libeth: xdp: add XDPSQ locking helpers
` [PATCH iwl-next 07/16] libeth: xdp: add XDPSQ cleanup timers

[PATCH net V2] amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload
 2025-04-24 15:29 UTC  (6+ messages)

[PATCH 6.1 000/291] 6.1.135-rc1 review
 2025-04-24 15:28 UTC  (4+ messages)

[PATCH 0/4] selftest: can: Start importing selftests from can-tests
 2025-04-24 15:19 UTC  (12+ messages)
` [PATCH 1/4] selftests: can: Import tst-filter "
` [PATCH 4/4] selftests: can: Document test_raw_filter test cases

[PATCH RFC 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
 2025-04-24 15:19 UTC  (9+ messages)
` [PATCH RFC 1/4] pidfs: register pid in pidfs
` [PATCH RFC 2/4] net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
` [PATCH RFC 3/4] pidfs: get rid of __pidfd_prepare()
` [PATCH RFC 4/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid

[PATCH net-next v1 0/4] Improve EEE control for KSZ switches and clarify ethtool output
 2025-04-24 14:47 UTC  (12+ messages)
` [PATCH net-next v1 1/4] net: dsa: user: Skip set_mac_eee() if support_eee() is implemented
` [PATCH net-next v1 2/4] net: dsa: microchip: Remove set_mac_eee() callback from KSZ driver
` [PATCH net-next v1 3/4] net: phy: Don't report advertised EEE modes if EEE is disabled
` [PATCH net-next v1 4/4] net: phy: Always read EEE LPA in genphy_c45_ethtool_get_eee()

[PATCH] Revert "rndis_host: Flag RNDIS modems as WWAN devices"
 2025-04-24 14:11 UTC  (3+ messages)

[PATCH net] xsk: respect the offsets when copying frags
 2025-04-24 14:45 UTC  (3+ messages)

[PATCH net-next v2 0/3] ip: improve tcp sock multipath routing
 2025-04-24 14:35 UTC  (4+ messages)
` [PATCH net-next v2 1/3] ipv4: prefer multipath nexthop that matches source address
` [PATCH net-next v2 2/3] ip: load balance tcp connections to single dst addr and port
` [PATCH net-next v2 3/3] selftests/net: test tcp connection load balancing

[PATCH net-next v2] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-04-24 14:24 UTC  (5+ messages)

[PATCH 0/5] allwinner: Add EMAC0 support to A523 variant SoC
 2025-04-24 14:00 UTC  (17+ messages)
` [PATCH 3/5] arm64: dts: allwinner: a523: Add EMAC0 ethernet MAC
` [PATCH 4/5] arm64: dts: allwinner: a527: add EMAC0 to Radxa A5E board

[PATCH net] net: dsa: fix VLAN 0 filter imbalance when toggling filtering
 2025-04-24 13:58 UTC  (6+ messages)

[PATCH v1] selftests: iou-zcrx: Get the page size at runtime
 2025-04-24 13:55 UTC  (2+ messages)

[PATCH iwl-net] iavf: fix reset_task for early reset event
 2025-04-24 13:50 UTC 

CVE-2024-49995: tipc: guard against string buffer overrun
 2025-04-24 13:44 UTC  (2+ messages)

[PATCH net v4] octeon_ep_vf: Resolve netdevice usage count issue
 2025-04-24 13:39 UTC 

[mail@asciiwolf.com: Re: ethtool: Incorrect component type in AppStream metainfo causes issues and possible breakages]
 2025-04-24 13:29 UTC  (4+ messages)

[PATCH 00/14] Introduce AMD Pensando RDMA driver
 2025-04-24 13:08 UTC  (3+ messages)
` [PATCH 08/14] RDMA/ionic: Register auxiliary module for ionic ethernet adapter

[PATCH stable] xdp: Reset bpf_redirect_info before running a xdp's BPF prog
 2025-04-24 13:05 UTC  (5+ messages)
  ` [PATCH stable v6.1 v5.15] "
  ` [PATCH stable v5.10] "
  ` [PATCH stable v5.4] "

[PATCH net-next v20 0/1] MCTP Over PCC Transport
 2025-04-24 13:03 UTC  (4+ messages)
` [PATCH net-next v20 1/1] mctp pcc: Implement MCTP over "

[PATCH net V3] amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload
 2025-04-24 13:02 UTC 

[PATCH net v4] bnxt_en: improve TX timestamping FIFO configuration
 2025-04-24 12:55 UTC 

[syzbot] [kernel?] net test error: UBSAN: negation-overflow in corrupted
 2025-04-24 12:55 UTC  (2+ messages)

[REGRESSION] 6.14.3 panic - kernel NULL pointer dereference in htb_dequeue
 2025-04-24 12:53 UTC  (12+ messages)

[PATCH net-next v4 0/2] Refactoring designware VLAN code
 2025-04-24 12:32 UTC  (8+ messages)
` [PATCH net-next v4 1/2] net: stmmac: Refactor VLAN implementation
` [PATCH net-next v4 2/2] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN stripping

[PATCH net-next] rxrpc: rxgk: Fix some reference count leaks
 2025-04-24 12:26 UTC  (2+ messages)

[PATCH net-next v2] rxrpc: Remove deadcode
 2025-04-24 12:22 UTC  (2+ messages)

[PATCH v4 0/7] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
 2025-04-24 12:10 UTC  (7+ messages)
` [PATCH v4 7/7] net: register debugfs file for net_device refcnt tracker

[GIT PULL] wireless-2025-04-24
 2025-04-24 12:04 UTC 

[question] robust netns association with fib4 lookup
 2025-04-24 11:33 UTC 

[net-next,v2] net: phy: marvell-88q2xxx: Enable temperature sensor for mv88q211x
 2025-04-24 11:30 UTC  (4+ messages)

[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
 2025-04-24 11:24 UTC  (9+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data

[GIT PULL] Networking for v6.15-rc4
 2025-04-24 11:06 UTC 

[PATCH v4] net: fully namespace net.core.{r,w}mem_{default,max} sysctls
 2025-04-24 11:04 UTC  (2+ messages)

[PATCH v5 0/3] virtio-net: disable delayed refill when pausing rx
 2025-04-24 11:03 UTC  (5+ messages)
` [PATCH v5 1/3] selftests: net: move xdp_helper to net/lib
` [PATCH v5 2/3] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v5 3/3] selftests: net: add a virtio_net deadlock selftest

[PATCH rdma-next 0/4] RDMA/mana_ib: allow separate mana_ib for each mana client
 2025-04-24 10:49 UTC  (5+ messages)
` [PATCH rdma-next 4/4] net: mana: Add support for auxiliary device servicing events

[PATCH net] net: dsa: mt7530: sync driver-specific behavior of MT7531 variants
 2025-04-24 10:39 UTC  (2+ messages)

[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-24 10:33 UTC  (6+ messages)
` [PATCH v4 4/4] selftests: net: add a virtio_net deadlock selftest

[PATCH] tools/Makefile: Add ynl target
 2025-04-24 10:17 UTC  (2+ messages)

[PATCH v12 net-next 0/5] DUALPI2 patch
 2025-04-24  9:26 UTC  (5+ messages)
` [PATCH v12 net-next 1/5] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH net-next v10 0/9] Device memory TCP TX
 2025-04-24  9:06 UTC  (5+ messages)
` [PATCH net-next v10 3/9] net: devmem: TCP tx netlink api

query on EAPOL multicast packet with linux bridge interface
 2025-04-24 10:22 UTC  (4+ messages)

[BUG] ixgbe: Detected Tx Unit Hang (XDP)
 2025-04-24 10:19 UTC  (8+ messages)

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-24 10:16 UTC  (7+ messages)
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()

[PATCH v2 0/5] allwinner: Add EMAC0 support to A523 variant SoC
 2025-04-24 10:08 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: sram: sunxi-sram: Add A523 compatible
` [PATCH v2 2/5] dt-bindings: arm: sunxi: Add A523 EMAC0 compatible
` [PATCH v2 3/5] arm64: dts: allwinner: a523: Add EMAC0 ethernet MAC
` [PATCH v2 4/5] arm64: dts: allwinner: a527: add EMAC0 to Radxa A5E board
` [PATCH v2 5/5] arm64: dts: allwinner: t527: add EMAC0 to Avaota-A1 board

[PATCH net v2 0/2] net: stmmac: fix timestamp snapshots on dwmac1000
 2025-04-24 10:00 UTC  (2+ messages)

[PATCH net-next v3] net: ti: icssg-prueth: Add ICSSG FW Stats
 2025-04-24  9:53 UTC 

[PATCH net v3] net: dp83822: Fix OF_MDIO config check
 2025-04-24  9:50 UTC  (2+ messages)

[PATCH net-next v3 0/3] net/mlx5: Expose additional devlink dev info
 2025-04-24  9:42 UTC  (10+ messages)
` [PATCH net-next v3 2/3] devlink: add function unique identifier to "

[PATCH 0/3] net: mana: Add HTB Qdisc offload support
 2025-04-24  9:38 UTC  (7+ messages)
` [PATCH 2/3] net: mana: Add sched HTB "

[PATCH net v2 0/2] net: ethernet: mtk-star-emac: fix several issues on rx/tx poll
 2025-04-24  9:31 UTC  (7+ messages)
` [PATCH net v2 1/2] net: ethernet: mtk-star-emac: fix spinlock recursion "
` [PATCH net v2 2/2] net: ethernet: mtk-star-emac: rearm interrupts in rx_poll only when advised

(no subject)
 2025-04-24  9:19 UTC  (3+ messages)
` 

[PATCH net-next V2 00/14] devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations
 2025-04-24  9:14 UTC  (10+ messages)
` [PATCH net-next V2 01/14] devlink: define enum for attr types of dynamic attributes

[PATCH iwl-next v4 0/2] igc: Change Tx mode for MQPRIO offloading
 2025-04-24  8:51 UTC  (5+ messages)
` [PATCH iwl-next v4 1/2] igc: Limit netdev_tc calls to MQPRIO
  ` [Intel-wired-lan] "
` [PATCH iwl-next v4 2/2] igc: Change Tx mode for MQPRIO offloading
  ` [Intel-wired-lan] "

[PATCH net 1/2] net/devmem: Reject insufficiently large dmabuf pools
 2025-04-24  8:47 UTC  (3+ 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).