public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 08:45:33 to 2026-04-27 16:31:57 UTC [more...]

[PATCH v2 iproute2-next] utils: add fflush_monitor() helper
 2026-04-27 16:31 UTC  (2+ messages)

[PATCH] net: nixge: fix skb leak and missing bail on DMA mapping error
 2026-04-27 16:20 UTC 

[syzbot] [virt?] [net?] memory leak in __vsock_create (2)
 2026-04-27 16:18 UTC  (2+ messages)

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-27 16:01 UTC  (9+ messages)

[Intel-wired-lan] [PATCH net] iavf: iavf_virtchnl_completion: drop duplicate ether_addr_equal() test
 2026-04-27 15:58 UTC  (6+ messages)
`  "

[PATCH net] tcp: do not shrink window clamp when SO_RCVBUF is locked
 2026-04-27 15:38 UTC  (2+ messages)

[PATCH] [v4] wiznet: convert to GPIO descriptors
 2026-04-27 15:34 UTC  (6+ messages)

[PATCH net] ice: fix stats array overflow when VF requests more queues
 2026-04-27 15:30 UTC  (2+ messages)
` [Intel-wired-lan] "

[syzbot] [hams?] KASAN: slab-use-after-free Read in ax25_send_frame (3)
 2026-04-27 15:25 UTC  (2+ messages)

[BUG] some temporary IPv6 address don't get regenerated
 2026-04-27 14:55 UTC  (2+ messages)

[RFC PATCH net-next] net: mana: Force single RX buffer per page under SWIOTLB bounce modes
 2026-04-27 14:41 UTC 

MAINTAINERS: Add self for the DEC LANCE network driver
 2026-04-27 14:37 UTC  (2+ messages)

[PATCH iwl-net v7 0/3] ice: fix missing dpll notifications for SW pins
 2026-04-27 14:37 UTC  (8+ messages)
` [PATCH iwl-net v7 1/3] dpll: export __dpll_pin_change_ntf() for use under dpll_lock
` [PATCH iwl-net v7 2/3] ice: fix missing dpll notifications for SW pins
` [PATCH iwl-net v7 3/3] ice: add dpll peer notification for paired SMA and U.FL pins

MAINTAINERS: Add self for the 3c509 network driver
 2026-04-27 14:36 UTC  (2+ messages)

[RFC Patch net-next v1 0/9] r8169: add RSS support for RTL8127
 2026-04-27 14:34 UTC  (8+ messages)
` [RFC Patch net-next v1 1/9] r8169: add some register definitions

[PATCH v2 0/2] pinctrl: qcom: add support for the TLMM controller on Nord platforms
 2026-04-27 14:33 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: describe the Qualcomm nord-tlmm
` [PATCH v2 2/2] pinctrl: qcom: add the TLMM driver for the Nord platforms

[PATCH net v2 0/4] netconsole: configfs store callback fixes
 2026-04-27 14:30 UTC  (5+ messages)
` [PATCH net v2 1/4] netconsole: return count instead of strnlen(buf, count) from store callbacks
` [PATCH net v2 2/4] netconsole: avoid clobbering userdatum value on truncated write
` [PATCH net v2 3/4] netconsole: propagate device name truncation in dev_name_store()
` [PATCH net v2 4/4] netconsole: restore userdatum value on update_userdata() failure

[PATCH] dsa: b53: hide legacy gpiolib usage on non-mips
 2026-04-27 14:30 UTC 

[PATCH v1 1/2] vfio: add callback to get tph info for dma-buf
 2026-04-27 14:28 UTC  (3+ messages)

[PATCH v3 0/3] wireless: p54 devicetree conversion
 2026-04-27 14:23 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: net: add st,stlc45xx/p54spi binding
` [PATCH v3 2/3] ARM: dts: omap2: add stlc4560 spi-wireless node
` [PATCH v3 3/3] p54spi: convert to devicetree

[PATCH net-next] net: enc28j60: use of_get_ethdev_address
 2026-04-27 14:19 UTC  (2+ messages)

[PATCH net] ice: fix missing SMA pin initialization in DPLL subsystem
 2026-04-27 14:14 UTC  (2+ messages)

[PATCH iwl-net v2] ice: fix SMA and U.FL pin state changes affecting paired pin
 2026-04-27 14:14 UTC  (2+ messages)

[PATCH DRAFT] net: cirrus: ep93xx: fix probe error unwind
 2026-04-27 14:12 UTC  (3+ messages)

[BUG] mlx5: VLAN-aware bridge drops all traffic in legacy eswitch mode without promiscuous
 2026-04-27 13:55 UTC  (2+ messages)

[PATCH 00/18] Migrate rpcsec_gss_krb5 to the crypto/krb5 library
 2026-04-27 13:51 UTC  (19+ messages)
` [PATCH 01/18] SUNRPC: Add Kconfig dependency on CRYPTO_KRB5
` [PATCH 02/18] SUNRPC: Add crypto/krb5 enctype lookup to krb5_ctx
` [PATCH 03/18] SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlists
` [PATCH 04/18] SUNRPC: Add errno-to-GSS status conversion helper
` [PATCH 05/18] SUNRPC: Prepare crypto/krb5 encryption and checksum handles
` [PATCH 06/18] SUNRPC: Switch wrap token encryption to crypto/krb5
` [PATCH 07/18] SUNRPC: Switch wrap token decryption "
` [PATCH 08/18] SUNRPC: Switch Camellia decrypt "
` [PATCH 09/18] SUNRPC: Switch MIC token generation "
` [PATCH 10/18] SUNRPC: Switch MIC token verification "
` [PATCH 11/18] SUNRPC: Remove get_mic/verify_mic function pointers from enctype table
` [PATCH 12/18] SUNRPC: Remove wrap/unwrap "
` [PATCH 13/18] SUNRPC: Remove encrypt/decrypt "
` [PATCH 14/18] SUNRPC: Remove legacy skcipher/ahash handles from krb5_ctx
` [PATCH 15/18] SUNRPC: Remove dead code from rpcsec_gss_krb5
` [PATCH 16/18] SUNRPC: Remove per-enctype Kconfig options
` [PATCH 17/18] SUNRPC: Remove redundant crypto Kconfig dependencies
` [PATCH 18/18] SUNRPC: Remove dead rpcsec_gss_krb5 definitions

[PATCH net-next] net: mana: Force single RX buffer per page for CVM/encrypted guest memory
 2026-04-27 13:51 UTC 

linux-next: build failure after merge of the bpf-next tree
 2026-04-27 13:45 UTC  (5+ messages)
` linux-next: build failure after merge of the bfp-next tree

[PATCH] vsock/virtio: fix memory leak in virtio_transport_recv_listen()
 2026-04-27 13:44 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: mana: Avoid queue struct allocation failure under memory fragmentation
 2026-04-27 13:23 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: mana: Use per-queue allocation for tx_qp to reduce allocation size
` [PATCH net-next v2 2/2] net: mana: Use kvmalloc for large RX queue and buffer allocations

[PATCH net v3] ipv6: Implement limits on extension header parsing
 2026-04-27 13:30 UTC  (3+ messages)

[PATCH net-next 0/4] net/sched: tc_dump_qdisc() optimizations
 2026-04-27 13:25 UTC  (5+ messages)
` [PATCH net-next 1/4] net/sched: propagate tc_fill_tclass() error
` [PATCH net-next 2/4] net/sched: tc_dump_qdisc_root() refactor
` [PATCH net-next 3/4] net/sched: switch tc_dump_qdisc() to for_each_netdev_dump()
` [PATCH net-next 4/4] net/sched: speedup tc_dump_qdisc() when tcm_ifindex is provided

[PATCH] net: nixge: fix skb leak and missing bail on DMA mapping error
 2026-04-27 13:02 UTC  (2+ messages)

[PATCH v3] net: stmmac: avoid repeated devm_gpiod_get_optional in mdio
 2026-04-27 12:54 UTC  (2+ messages)

[PATCH 1/2] hv_sock: fix ARM64 support
 2026-04-27 11:51 UTC  (4+ messages)
` [PATCH 2/2] drm/hyperv: use VMBUS_RING_SIZE()

[PATCH net-next v3 1/2] keys, dns: drop unused upayload->data NUL terminator
 2026-04-27 11:44 UTC  (2+ messages)
` [PATCH net-next v3 2/2] KEYS: annotate struct user_key_payload with __counted_by

[PATCH net v4 0/4] Fix i40e/ice/iavf VF bonding after netdev lock changes
 2026-04-27 11:34 UTC  (4+ messages)
` [PATCH net v4 3/4] iavf: send MAC change request synchronously

[PATCH net 2/3] netconsole: avoid clobbering userdatum value on truncated write
 2026-04-27 10:51 UTC  (3+ messages)

[PATCH iwl-next] libie: log more info when virtchnl fails
 2026-04-27 10:40 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net 3/3] netconsole: propagate device name truncation in dev_name_store()
 2026-04-27 10:26 UTC  (3+ messages)

[PATCH v2 bpf 1/1] xskmap: reject TX-only AF_XDP sockets
 2026-04-27 10:23 UTC  (2+ messages)

[PATCH v2] ice: wait for reset completion in ice_resume()
 2026-04-27 10:13 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v4 net 0/10] octeontx2-af: npc: cn20k: MCAM fixes
 2026-04-27 10:13 UTC  (11+ messages)
` [PATCH v4 net 01/10] octeontx2-af: npc: cn20k: Propagate MCAM key-type errors on cn20k
` [PATCH v4 net 03/10] octeontx2-af: npc: cn20k: Propagate errors in defrag MCAM alloc rollback
` [PATCH v4 net 05/10] octeontx2-af: npc: cn20k: Clear MCAM entries by index and key width
` [PATCH v4 net 09/10] octeontx2-af: npc: cn20k: Tear down default MCAM rules explicitly on free
` [PATCH v4 net 10/10] octeontx2-af: npc: cn20k: Reject missing default-rule MCAM indices

[PATCH net 0/3] netconsole: configfs store callback fixes
 2026-04-27 10:00 UTC  (4+ messages)
` [PATCH net 1/3] netconsole: return count instead of strnlen(buf, count) from store callbacks

[PATCH v4 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-04-27  9:56 UTC  (16+ messages)
` [PATCH v4 01/15] arm64: dts: qcom: kodiak: Add EL2 overlay
` [PATCH v4 02/15] firmware: qcom: Add a generic PAS service
` [PATCH v4 03/15] firmware: qcom_scm: Migrate to "
` [PATCH v4 04/15] firmware: qcom: Add a PAS TEE service
` [PATCH v4 05/15] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
` [PATCH v4 06/15] remoteproc: qcom_q6v5_mss: Switch "
` [PATCH v4 07/15] soc: qcom: mdtloader: "
` [PATCH v4 08/15] remoteproc: qcom_wcnss: "
` [PATCH v4 09/15] remoteproc: qcom: Select QCOM_PAS generic service
` [PATCH v4 10/15] drm/msm: Switch to generic PAS TZ APIs
` [PATCH v4 11/15] media: qcom: "
` [PATCH v4 12/15] net: ipa: "
` [PATCH v4 13/15] wifi: ath12k: "
` [PATCH v4 14/15] firmware: qcom_scm: Remove SCM PAS wrappers
` [PATCH v4 15/15] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service

[PATCH iwl-next v3 0/3] igc: add support for forcing link speed without autonegotiation
 2026-04-27  9:52 UTC  (4+ messages)
` [PATCH iwl-next v3 3/3] "

[PATCH 0/9] bitfield: add FIELD_GET_SIGNED()
 2026-04-27  9:42 UTC  (6+ messages)
` [PATCH 1/9] "

[PATCH net-next] ipvlan: use netif_receive_skb() in ipvlan_process_multicast()
 2026-04-27  9:36 UTC 

[PATCH v2] net: net_failover: Fix the deadlock in slave register
 2026-04-27  9:29 UTC 

[PATCH net-next v3 0/2] Decouple flow operations from RTNL
 2026-04-27  9:11 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: openvswitch: make flow_table an rcu pointer
` [PATCH net-next v3 2/2] net: openvswitch: decouple flow_table from ovs_mutex

[syzbot] [wireguard?] BUG: soft lockup in wg_packet_decrypt_worker
 2026-04-27  9:11 UTC 

[PATCH net-next] net: dummy: do not acquire RTNL for too long
 2026-04-27  9:10 UTC 

[PATCH iwl-next v2] libie: log more info when virtchnl fails
 2026-04-27  9:06 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-27  8:54 UTC  (5+ messages)

[PATCH v2 net 0/5] net/sched: sch_cake: annotate data-races in cake_dump_stats() (series)
 2026-04-27  8:45 UTC  (3+ messages)
` [PATCH v2 net 4/5] net/sched: sch_cake: annotate data-races in cake_dump_stats() (IV)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox