netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-15 03:50:08 to 2025-12-16 03:03:27 UTC [more...]

[PATCH v2 0/1] finalize removing the page pool members in struct page
 2025-12-16  3:03 UTC 

[PATCH RFC net-next v5 0/2] xsk: move cq_cached_prod_lock
 2025-12-16  2:50 UTC  (3+ messages)
` [PATCH RFC net-next v5 1/2] xsk: advance cq/fq check when shared umem is used
` [PATCH RFC net-next v5 2/2] xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending path

[linus:master] [net] 5628f3fe3b: sockperf.throughput.UDP.msg_per_sec 20.1% regression
 2025-12-16  2:15 UTC  (3+ messages)

[REGRESSION] next/pending-fixes: (build) error: unknown warning option '-Wno-suggest-attribute=format'; did
 2025-12-16  2:07 UTC  (5+ messages)

Concerns with em.yaml YNL spec
 2025-12-16  2:06 UTC  (11+ messages)

[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
 2025-12-16  1:22 UTC  (9+ messages)
` [PATCH net-next v12 04/12] vsock: add netns support to virtio transports

[PATCH] Octeontx2-af: use bitmap_empty() where appropriate
 2025-12-16  0:47 UTC 

[PATCH net-next 00/15] Probe SJA1105 DSA children using MFD and dynamic OF nodes
 2025-12-16  0:29 UTC  (8+ messages)
` [PATCH net-next 07/15] mfd: core: add ability for cells to probe on a custom parent OF node

[PATCH] i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()
 2025-12-16  0:28 UTC 

[PATCH 00/14] Assorted kernel-doc fixes
 2025-12-16  0:19 UTC  (20+ messages)
` [PATCH 01/14] genalloc: Describe @start_addr parameter in genpool_algo_t
` [PATCH 02/14] mm: Describe @flags parameter in memalloc_flags_save()
` [PATCH 03/14] textsearch: Describe @list member in ts_ops search
` [PATCH 04/14] mm: vmalloc: Fix up vrealloc_node_align() kernel-doc macro name
` [PATCH 05/14] mm, kfence: Describe @slab parameter in __kfence_obj_info()
` [PATCH 06/14] virtio: Describe @map and @vmap members in virtio_device struct
` [PATCH 07/14] fs: Describe @isnew parameter in ilookup5_nowait()
` [PATCH 08/14] VFS: fix __start_dirop() kernel-doc warnings
` [PATCH 09/14] drm/amd/display: Don't use kernel-doc comment in dc_register_software_state struct
` [PATCH 10/14] drm/amdgpu: Describe @AMD_IP_BLOCK_TYPE_RAS in amd_ip_block_type enum
` [PATCH 11/14] drm/gem/shmem: Describe @shmem and @size parameters
` [PATCH 12/14] drm/scheduler: Describe @result in drm_sched_job_done()
` [PATCH 13/14] drm/gpusvm: Fix drm_gpusvm_pages_valid_unlocked() kernel-doc comment
` [PATCH 14/14] net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct

[RFC net-next v3 0/3] Add RSS and LRO support
 2025-12-15 23:39 UTC  (5+ messages)
` [RFC net-next v3 1/3] net: ethernet: mtk_eth_soc: Add register definitions for RSS and LRO

[PATCH 2/3] lib/crypto: Initial implementation of Ascon-Hash256
 2025-12-15 23:01 UTC 

[PATCH 6.12.y 0/2] net: dst: Backport fix CVE-2025-40075
 2025-12-15 21:51 UTC  (3+ messages)
` [PATCH 1/2] net: dst: introduce dst->dev_rcu
` [PATCH 2/2] tcp_metrics: use dst_dev_net_rcu()

[PATCH net 1/2] net: fib: restore ECMP balance from loopback
 2025-12-15 21:45 UTC  (8+ messages)
` [PATCH net 2/2] selftests: fib_nexthops: Add test case for ipv4 multi nexthops

[PATCH] dt-bindings: net: brcm,amac: Allow "dma-coherent" property
 2025-12-15 21:37 UTC  (2+ messages)

[PATCH v2 0/4] s32g: Use a syscon for GPR
 2025-12-15 21:07 UTC  (8+ messages)
` [PATCH v2 1/4] net: stmmac: s32: use a syscon for S32_PHY_INTF_SEL_RGMII
` [PATCH v2 3/4] dt-bindings: net: nxp,s32-dwmac: Use the GPR syscon

[PATCH RFC net-next v2 00/13] dpll: Core improvements and ice E825-C SyncE support
 2025-12-15 20:30 UTC  (13+ messages)
` [PATCH RFC net-next v2 01/12] dt-bindings: net: ethernet-controller: Add DPLL pin properties
` [PATCH RFC net-next v2 02/12] dpll: Allow associating dpll pin with a firmware node
` [PATCH RFC net-next v2 03/12] net: eth: Add helpers to find DPLL pin "
` [PATCH RFC net-next v2 04/12] dpll: zl3073x: Associate pin with fwnode handle
` [PATCH RFC net-next v2 05/12] dpll: Add notifier chain for dpll events
` [PATCH RFC net-next v2 06/12] dpll: Support dynamic pin index allocation
` [PATCH RFC net-next v2 07/12] dpll: zl3073x: Add support for mux pin type
` [PATCH RFC net-next v2 08/12] dpll: Enhance and consolidate reference counting logic
` [PATCH RFC net-next v2 09/12] dpll: Prevent duplicate registrations
` [PATCH RFC net-next v2 10/12] dpll: Add reference count tracking support
` [PATCH RFC net-next v2 11/12] drivers: Add support for DPLL reference count tracking
` [PATCH RFC net-next v2 12/12] ice: dpll: Support E825-C SyncE and dynamic pin discovery

[syzbot] [net?] INFO: rcu detected stall in rtnl_getlink (2)
 2025-12-15 19:27 UTC 

[PATCH 0/2] finalize removing the page pool members in struct page
 2025-12-15 19:07 UTC  (4+ messages)
` [PATCH 1/2] mm: introduce a new page type for page pool in page type
` [PATCH 2/2] mm, netmem: remove the page pool members in struct page

[PATCH v3] net: skbuff: add usercopy region to skbuff_fclone_cache
 2025-12-15 18:42 UTC  (2+ messages)

[PATCH RFC 0/4] Support multi-channel IRQs in stmmac platform drivers
 2025-12-15 18:09 UTC  (6+ messages)
` [PATCH RFC 2/4] dt-bindings: net: nxp,s32-dwmac: Declare per-queue interrupts
` [PATCH RFC 4/4] stmmac: s32: enable multi irqs mode

[PATCH v2] net: skbuff: add usercopy region to skbuff_fclone_cache
 2025-12-15 18:09 UTC 

[PATCH iwl-net v2 0/1] ice: Fix persistent failure in ice_get_rxfh
 2025-12-15 17:59 UTC  (5+ messages)
  ` [Intel-wired-lan] "

[PATCH iwlwifi-fixes] wifi: iwlwifi: Implement settime64 as stub for MVM/MLD PTP
 2025-12-15 17:41 UTC  (5+ messages)

[PATCH v2] smc91x: fix broken irq-context in PREEMPT_RT
 2025-12-15 17:10 UTC  (2+ messages)

[PATCH net] ipvlan: Make the addrs_lock be per port
 2025-12-15 17:00 UTC  (2+ messages)

[PATCH v2 01/19] include: dt-bindings: add LAN969x clock bindings
 2025-12-15 16:35 UTC  (19+ messages)
` [PATCH v2 02/19] dt-bindings: usb: Add Microchip LAN969x support
` [PATCH v2 03/19] dt-bindings: arm: AT91: relicense to dual GPL-2.0/BSD-2-Clause
` [PATCH v2 04/19] dt-bindings: arm: move AT91 to generic Microchip binding
` [PATCH v2 05/19] dt-bindings: arm: microchip: move SparX-5 "
` [PATCH v2 06/19] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom
` [PATCH v2 07/19] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart
` [PATCH v2 08/19] dt-bindings: spi: at91: add microchip,lan9691-spi
` [PATCH v2 09/19] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c
` [PATCH v2 10/19] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng
` [PATCH v2 11/19] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes
` [PATCH v2 12/19] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha
` [PATCH v2 13/19] dt-bindings: dma: atmel: add microchip,lan9691-dma
` [PATCH v2 14/19] dt-bindings: net: mscc-miim: add microchip,lan9691-miim
` [PATCH v2 15/19] dt-bindings: hwmon: sparx5: add microchip,lan9691-temp
` [PATCH v2 16/19] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x
` [PATCH v2 17/19] arm64: dts: microchip: add LAN969x support
` [PATCH v2 18/19] dt-bindings: arm: microchip: document EV23X71A board
` [PATCH v2 19/19] arm64: dts: microchip: add "

[PATCH v4 net 0/2] net: sched: initialize struct tc_ife to fix kernel-infoleak
 2025-12-15 16:27 UTC  (7+ messages)
` [PATCH net v4 2/2] net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak

[PATCH net v2] selftests: net: fix "buffer overflow detected" for tap.c
 2025-12-15 16:22 UTC  (3+ messages)

[PATCH RFC net v3 1/1] net: sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loop
 2025-12-15 16:15 UTC 

[PATCH net] net: skbuff: fix usercopy violation in skbuff_fclone_cache
 2025-12-15 16:12 UTC 

[PATCH iwl-next v5 00/15] Introduce iXD driver
 2025-12-15 16:10 UTC  (4+ messages)
` [PATCH iwl-next v5 09/15] idpf: refactor idpf to use libie control queues

[PATCH v4 00/21] Add support for MT8189 clock/power controller
 2025-12-15 15:57 UTC  (11+ messages)
` [PATCH v4 01/21] dt-bindings: clock: mediatek: Add MT8189 clock definitions
` [PATCH v4 03/21] clk: mediatek: clk-mux: Make sure bypass clk enabled while setting MFG rate
` [PATCH v4 04/21] clk: mediatek: Add MT8189 apmixedsys clock support
` [PATCH v4 06/21] clk: mediatek: Add MT8189 vlpckgen "
` [PATCH v4 14/21] clk: mediatek: Add MT8189 mdp "
` [PATCH v4 18/21] clk: mediatek: Add MT8189 ufs "
` [PATCH v4 19/21] clk: mediatek: Add MT8189 vcodec "
` [PATCH v4 20/21] pmdomain: mediatek: Add bus protect control flow for MT8189
` [PATCH v4 21/21] pmdomain: mediatek: Add power domain driver for MT8189 SoC

[PATCH net-next 0/2] dsa: mxl-gsw1xx: Support R(G)MII slew rate configuration
 2025-12-15 15:50 UTC  (3+ messages)
` [PATCH net-next 2/2] net: "

[PATCH v2] netfilter: nft_counter: Fix reset of counters on 32bit archs
 2025-12-15 15:32 UTC 

[rdma/siw] unregister_netdevice: waiting for bond0 to become free. Usage count = 3
 2025-12-15 14:09 UTC  (4+ messages)
  ` [not-yet-signed PATCH] RDMA/core: flush gid_cache_wq WQ from disable_device()

[PATCH] sysctl: Remove unused ctl_table forward declarations
 2025-12-15 15:25 UTC 

[PATCH net] amd-xgbe: reset retries and mode on RX adapt failures
 2025-12-15 15:17 UTC 

[PATCH v2 net 1/2] net: dsa: properly keep track of conduit reference
 2025-12-15 15:02 UTC  (2+ messages)
` [PATCH v2 net 2/2] net: dsa: fix missing put_device() in dsa_tree_find_first_conduit()

[PATCH v3 0/3] firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
 2025-12-15 14:59 UTC  (3+ messages)
` [PATCH v3 2/3] gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS

[PATCH net v2] erspan: Initialize options_len before referencing options
 2025-12-15 14:58 UTC  (2+ messages)

[PATCH net-next v8] l2tp: fix double dst_release() on sk_dst_cache race
 2025-12-15 14:55 UTC 

[PATCH] netfilter: nft_counter: Fix reset of counters on 32bit archs
 2025-12-15 14:54 UTC  (5+ messages)

[PATCH v2 net-next] sfc: correct kernel-doc complaints
 2025-12-15 14:49 UTC  (3+ messages)

[PATCH RFC net-next 0/6] Support PHY LED for hibmcge driver
 2025-12-15 14:46 UTC  (8+ messages)
` [PATCH RFC net-next 1/6] net: phy: change of_phy_leds() to fwnode_phy_leds()
` [PATCH RFC net-next 2/6] net: phy: add support to set default rules
` [PATCH RFC net-next 3/6] net: hibmcge: create a software node for phy_led
` [PATCH RFC net-next 4/6] net: hibmcge: support get phy_leds_reg from spec register
` [PATCH RFC net-next 5/6] net: hibmcge: support get phy device from apci
` [PATCH RFC net-next 6/6] net: phy: motorcomm: fix duplex setting error for phy leds

[PATCH net-next v2 0/5] net: thunderbolt: Various improvements
 2025-12-15 14:46 UTC  (7+ messages)
` [PATCH net-next v2 1/5] net: thunderbolt: Allow changing MAC address of the device
` [PATCH net-next v2 2/5] net: thunderbolt: Allow changing MTU "
` [PATCH net-next v2 3/5] net: ethtool: Add define for SPEED_80000
` [PATCH net-next v2 4/5] bonding: 3ad: Add support "
` [PATCH net-next v2 5/5] net: thunderbolt: Allow reading link settings

[PATCH RFC net-next 00/13] dpll: Core improvements and ice E825-C SyncE support
 2025-12-15 14:43 UTC  (10+ messages)
` [PATCH RFC net-next 02/13] dpll: Allow registering pin with firmware node
` [PATCH RFC net-next 06/13] dpll: Support dynamic pin index allocation

[PATCH net] net: airoha: Move net_devs registration in a dedicated routine
 2025-12-15 14:39 UTC  (4+ messages)

[PATCH net-next v1 0/3] Convert Micrel bindings to YAML, add keep-preamble-before-sfd
 2025-12-15 14:37 UTC  (5+ messages)
` [PATCH net-next v1 1/3] dt-bindings: net: micrel: Convert to YAML schema
` [PATCH net-next v1 2/3] dt-bindings: net: micrel: Add keep-preamble-before-sfd

[PATCH RFC net-next v3 0/4] net: dsa: initial support for MaxLinear MxL862xx switches
 2025-12-15 14:28 UTC  (3+ messages)
` [PATCH RFC net-next v3 2/4] net: dsa: add tag formats for "

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-15 14:16 UTC  (3+ messages)
` [PATCH v2 12/17] firmware: tee_bnxt: Make use of module_tee_client_driver()
` [PATCH v2 13/17] firmware: tee_bnxt: Make use of tee bus methods

[PATCH net v3] vsock/virtio: cap TX credit to local buffer size
 2025-12-15 14:15 UTC  (11+ messages)

[PATCH v22 00/25] Type2 device basic support
 2025-12-15 13:57 UTC  (7+ messages)
` [PATCH v22 11/25] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v22 13/25] cxl: Export functions for unwinding cxl by accelerators
` [PATCH v22 14/25] sfc: obtain decoder and region if committed by firmware

[PATCH v2] net: openvswitch: Avoid needlessly taking the RTNL on vport destroy
 2025-12-15 13:14 UTC  (5+ messages)

[syzbot] [net?] [nfc?] WARNING in nfc_dev_down
 2025-12-15 12:40 UTC 

[syzbot] [net?] [usb?] WARNING in mdiobus_get_phy
 2025-12-15 12:30 UTC 

[PATCH] caif: fix integer underflow in cffrml_receive()
 2025-12-15 11:33 UTC  (3+ messages)

[PATCH] NFC: Fix error handling in nfc_genl_dump_targets
 2025-12-15 11:28 UTC  (4+ messages)

[PATCH net 1/2] net: dsa: properly keep track of conduit reference
 2025-12-15 11:04 UTC  (3+ messages)

[PATCH 0/4] s32g: Use a syscon for GPR
 2025-12-15 11:03 UTC  (5+ messages)
` [PATCH 3/4] dt-bindings: net: nxp,s32-dwmac: Use the GPR syscon

[PATCH net-next 0/8] tcp: receiver changes
 2025-12-15 10:19 UTC  (3+ messages)
` [PATCH net-next 7/8] tcp: stronger sk_rcvbuf checks

[PATCH v1 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-15  9:32 UTC  (7+ messages)
` [PATCH v1 12/17] firmware: tee_bnxt: Make use of module_tee_client_driver()
` [PATCH v1 13/17] firmware: tee_bnxt: Make use of tee bus methods

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-15  9:06 UTC  (8+ messages)
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt

[PATCH net v2] i40e: fix ptp time increment while link is down
 2025-12-15  7:14 UTC  (2+ messages)
` [Intel-wired-lan] "

[syzbot] [libertas?] [usb?] WARNING in usb_tx_block
 2025-12-15  4:03 UTC 


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).