public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-22 15:17:43 to 2026-04-23 07:42:15 UTC [more...]

[PATCH RFC net-next 0/4] net: pse-pd: decouple controller lookup from MDIO probe
 2026-04-23  7:42 UTC  (5+ messages)
` [PATCH RFC net-next 1/4] net: pse-pd: scope pse_control regulator handle to kref lifetime
` [PATCH RFC net-next 2/4] net: pse-pd: add notifier chain for controller lifecycle events
` [PATCH RFC net-next 3/4] net: pse-pd: fire lifecycle events on controller register/unregister
` [PATCH RFC net-next 4/4] net: phy: own phydev->psec via PSE notifier and remove fwnode_mdio hook

[PATCH] net/intel: Replace manual array size calculation with ARRAY_SIZE
 2026-04-23  7:41 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] ipv6: udp: fix memory leak in udpv6_sendmsg error path
 2026-04-23  7:36 UTC  (4+ messages)
  `  "
` [syzbot ci] "

[PATCH iwl-next] ice: use ice_fill_eth_hdr() in ice_fill_sw_rule()
 2026-04-23  7:32 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v4 net 0/3] ECN offload handling for AccECN series
 2026-04-23  7:30 UTC  (3+ messages)
` [PATCH v4 net 2/3] net: mlx5e: fix CWR handling in drivers to preserve ACE signal

[PATCH v1 net] udp: Use READ_ONCE()/WRITE_ONCE() for hslot->count
 2026-04-23  7:29 UTC  (2+ messages)

[bug report] Potential atomicity/refcounting issues in 'drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c', between 'cxgb4_clip_get()' and 'cxgb4_clip_release()'
 2026-04-23  7:27 UTC 

[PATCH RFC net-next 0/4] net: pse-pd: decouple controller lookup from MDIO probe
 2026-04-23  7:23 UTC  (5+ messages)
` [PATCH RFC net-next 1/4] net: pse-pd: scope pse_control regulator handle to kref lifetime
` [PATCH RFC net-next 2/4] net: pse-pd: add notifier chain for controller lifecycle events
` [PATCH RFC net-next 3/4] net: pse-pd: fire lifecycle events on controller register/unregister
` [PATCH RFC net-next 4/4] net: phy: own phydev->psec via PSE notifier and remove fwnode_mdio hook

[PATCH net v4 0/2] net: airoha: Fix airoha_qdma_cleanup_tx_queue() processing
 2026-04-23  7:20 UTC  (2+ messages)

[PATCH net v2 00/15] Remove a number of ISA and PCMCIA Ethernet drivers
 2026-04-23  7:10 UTC  (21+ messages)
` [PATCH net v2 01/15] drivers: net: 3com: 3c509: Remove this driver
` [PATCH net v2 02/15] drivers: net: 3com: 3c515: "
` [PATCH net v2 03/15] drivers: net: 3com: 3c574: "
` [PATCH net v2 04/15] drivers: net: 3com: 3c589: "
` [PATCH net v2 05/15] drivers: net: amd: lance: "
` [PATCH net v2 06/15] drivers: net: amd: nmclan: "
` [PATCH net v2 07/15] drivers: net: smsc: smc9194: "
` [PATCH net v2 08/15] drivers: net: smsc: smc91c92: "
` [PATCH net v2 09/15] drivers: net: cirrus: cs89x0: "
` [PATCH net v2 10/15] drivers: net: cirrus: mac89x0: "
` [PATCH net v2 11/15] drivers: net: fujitsu: fmvj18x: "
` [PATCH net v2 12/15] drivers: net: 8390: AX88190: "
` [PATCH net v2 13/15] drivers: net: 8390: pcnet: "
` [PATCH net v2 14/15] drivers: net: 8390: ultra: "
` [PATCH net v2 15/15] drivers: net: 8390: wd80x3: "

[PATCH net] virtio_net: sync rss_trailer.max_tx_vq on queue_pairs change via VQ_PAIRS_SET
 2026-04-23  7:01 UTC  (2+ messages)

[PATCH] mctp i2c: check packet length before marking flow active
 2026-04-23  6:55 UTC  (3+ messages)

[PATCH net] hv_sock: Return -EIO for malformed/short packets
 2026-04-23  6:50 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH net v2] hv_sock: Return -EIO for malformed/short packets
 2026-04-23  6:48 UTC 

[PATCH] rdma: display resource usage rate in resource show
 2026-04-23  6:47 UTC 

[PATCH net] vrf: Fix a potential NPD when removing a port from a VRF
 2026-04-23  6:36 UTC 

[PATCH net] net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()
 2026-04-23  6:35 UTC 

[PATCH net] net/sched: sch_choke: annotate data-races in choke_dump_stats()
 2026-04-23  6:28 UTC 

[PATCH v11 00/12] VMSCAPE optimization for BHI variant
 2026-04-23  6:17 UTC  (13+ messages)
` [PATCH v11 01/12] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v11 02/12] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v11 03/12] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v11 04/12] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v11 05/12] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v11 06/12] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v11 07/12] static_call: Define EXPORT_STATIC_CALL_FOR_MODULES()
` [PATCH v11 08/12] kvm: Define EXPORT_STATIC_CALL_FOR_KVM()
` [PATCH v11 09/12] x86/vmscape: Use static_call() for predictor flush
` [PATCH v11 10/12] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v11 11/12] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force
` [PATCH v11 12/12] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[PATCH 0/4] Add support for clear counter and error event in DRM RAS
 2026-04-23  5:52 UTC  (7+ messages)
` [PATCH 3/4] drm/drm_ras: Add DRM RAS netlink error event notification

[PATCH] smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/
 2026-04-23  5:52 UTC  (5+ messages)

[PATCH net 1/1] net: rds: fix MR cleanup on copy error
 2026-04-23  5:39 UTC  (2+ messages)

[PATCH v1 net] ipmr: Free mr_table after RCU grace period
 2026-04-23  5:34 UTC 

[PATCH net v3] ipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_lim
 2026-04-23  5:24 UTC  (2+ messages)

[PATCH net] net/sched: sch_sfb: annotate data-races in sfb_dump_stats()
 2026-04-23  4:30 UTC  (2+ messages)

[PATCH net] net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()
 2026-04-23  4:30 UTC  (2+ messages)

[PATCH net] net/sched: sch_pie: annotate data-races in pie_dump_stats()
 2026-04-23  4:30 UTC  (2+ messages)

[PATCH net] net_sched: sch_hhf: annotate data-races in hhf_dump_stats()
 2026-04-23  4:30 UTC  (2+ messages)

[PATCH net] net/sched: sch_red: annotate data-races in red_dump_stats()
 2026-04-23  4:30 UTC  (2+ messages)

[PATCH net 0/4] Intel Wired LAN Driver Updates 2026-04-20 (ice)
 2026-04-23  4:20 UTC  (4+ messages)

[PATCH net v3 0/2] bnge fixes
 2026-04-23  4:10 UTC  (2+ messages)

[PATCH net v2] net/rds: zero per-item info buffer before handing it to visitors
 2026-04-23  4:10 UTC  (2+ messages)

[PATCH net] seg6: fix seg6 lwtunnel output redirect for L2 reduced encap mode
 2026-04-23  4:10 UTC  (2+ messages)

[PATCH net] sctp: fix sockets_allocated imbalance after sk_clone()
 2026-04-23  4:10 UTC  (2+ messages)

[PATCH] docs: maintainer-netdev: fix typo in "targeting"
 2026-04-23  3:40 UTC  (2+ messages)

[PATCH net] net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()
 2026-04-23  3:40 UTC  (2+ messages)

[PATCH net v1] net: validate skb->napi_id in RX tracepoints
 2026-04-23  3:40 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: prevent offloaded programs from running on host via tcx/netkit
 2026-04-23  3:36 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf, tcx: reject offloaded programs on attach
` [PATCH bpf 2/2] bpf, netkit: "

[PATCH net-deletions] net: remove ax25 and amateur radio (hamradio) subsystem
 2026-04-23  3:06 UTC  (3+ messages)

Path forward for NFC in the kernel
 2026-04-23  3:03 UTC  (6+ messages)

[PATCH net] tcp: make probe0 timer handle expired user timeout
 2026-04-23  3:02 UTC  (5+ messages)

[PATCH net 1/2] net/mlx5e: psp: Fix invalid access on PSP dev registration fail
 2026-04-23  2:59 UTC  (13+ messages)

[PATCH net] netdevsim: Initialize all fields of ip header when building dummy sk_buff
 2026-04-23  2:48 UTC  (3+ messages)

[PATCH net-deletions v2] net: remove unused ATM protocols and legacy ATM device drivers
 2026-04-23  2:41 UTC  (4+ messages)

[PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
 2026-04-23  2:44 UTC  (10+ messages)

[PATCH net v2] ipv6: addrconf: skip ERRDAD transition when address already DEAD
 2026-04-23  2:32 UTC  (2+ messages)
` [PATCH net v3] "

[PATCH net 0/1] pull request: fixes for ovpn 2026-04-22
 2026-04-23  2:20 UTC  (3+ messages)
` [PATCH net 1/1] ovpn: fix race between deleting interface and adding new peer

[PATCH net-next v7 0/5] TLS read_sock performance scalability
 2026-04-23  2:08 UTC  (3+ messages)

[net-next v2 0/3] Add motorcomm 8531s set ds func and 8522 driver
 2026-04-23  1:20 UTC  (3+ messages)

[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
 2026-04-23  1:10 UTC  (3+ messages)
` [PATCH 19/23] cgroup/cpuset: Improve check for calling housekeeping_update()

[PATCH] net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bind
 2026-04-23  1:05 UTC  (4+ messages)
` [PATCH net v2] "

[syzbot] [net?] KCSAN: data-race in __udp4_lib_mcast_deliver / udp_lib_unhash (3)
 2026-04-23  1:06 UTC 

[PATCH] net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit()
 2026-04-23  0:49 UTC  (2+ messages)
` [PATCH net v2] "

CL37 autonegotiation not working on amd-xgbe
 2026-04-23  0:18 UTC 

[PATCH net v3 0/8] xsk: fix bugs around xsk skb allocation
 2026-04-22 23:49 UTC  (10+ messages)
` [PATCH net v3 8/8] xsk: don't support AF_XDP on 32-bit architectures

[PATCH bpf-next v3 0/9] Refactor verifier object relationship tracking
 2026-04-22 22:50 UTC  (5+ messages)
` [PATCH bpf-next v3 2/9] bpf: Assign reg->id when getting referenced kptr from ctx

[PATCH bpf-next v3 3/9] bpf: Preserve reg->id of pointer objects after null-check
 2026-04-22 22:46 UTC  (3+ messages)

[PATCH 5.15.y] rxrpc: Fix recvmsg() unconditional requeue
 2026-04-22 22:24 UTC 

[PATCH 6.1.y] rxrpc: Fix recvmsg() unconditional requeue
 2026-04-22 22:24 UTC 

[PATCH 5.10.y] rxrpc: Fix recvmsg() unconditional requeue
 2026-04-22 22:24 UTC 

[PATCH net-next v2 0/3] Add ZTE DingHai Ethernet PF driver
 2026-04-22 21:54 UTC  (7+ messages)
` [PATCH net-next v2 1/3] net/ethernet: add ZTE network driver support
` [PATCH net-next v2 2/3] net/ethernet/zte/dinghai: add logging infrastructure
` [PATCH net-next v2 3/3] net/ethernet/zte/dinghai: add hardware register access and PCI capability scanning

[PATCH bpf-next v2 0/2] selftests/bpf: drop xdping tool
 2026-04-22 21:53 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: make btf_dump use xdp_dummy rather than xdping_kern
` [PATCH bpf-next v2 2/2] selftests/bpf: drop xdping tool

[PATCH bpf v3 0/2] bpf: fix sock_ops rtt_min OOB read
 2026-04-22 21:11 UTC  (6+ messages)
` [PATCH bpf v5 0/2] bpf: guard sock_ops rtt_min against non-locked tcp_sock
  ` [PATCH bpf v5 1/2] "
  ` [PATCH bpf v5 2/2] selftests/bpf: cover same-reg sock_ops rtt_min request_sock access

[PATCH bpf-next v4 0/4] bpf: Reject TCP_NODELAY in TCP header option
 2026-04-22 20:36 UTC  (2+ messages)

[PATCH v3 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-04-22 20:04 UTC  (4+ messages)
` [PATCH v3 10/15] drm/msm: Switch to generic PAS TZ APIs

[PATCH net v8 00/15] net: sleepable ndo_set_rx_mode
 2026-04-22 19:48 UTC  (7+ messages)
` [PATCH net v8 03/15] net: cache snapshot entries for ndo_set_rx_mode_async

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

[PATCH net v2 11/12] idpf: fix xdp crash in soft reset error path
 2026-04-22 19:26 UTC  (3+ messages)

[PATCH iwl-net] ice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hw
 2026-04-22 19:17 UTC  (3+ messages)

[PATCH net] net: txgbe: fix firmware version check
 2026-04-22 19:01 UTC  (2+ messages)

[PATCH net v2] net: dsa: mt7530: fix .get_stats64 sleeping in atomic context
 2026-04-22 18:23 UTC  (2+ messages)

[PATCH net v3 1/2] bnge: fix initial HWRM sequence
 2026-04-22 18:11 UTC  (3+ messages)

[PATCH iwl-net v1] ice: fix UAF/NULL deref when VSI rebuild and XDP attach race
 2026-04-22 18:00 UTC  (2+ messages)

[net-next v38] mctp pcc: Implement MCTP over PCC Transport
 2026-04-22 17:17 UTC  (3+ messages)

[PATCH] net: dsa: realtek: rtl8365mb: add support for RTL8367SB
 2026-04-22 17:12 UTC  (2+ messages)

[PATCH net 0/6] net/ncsi: harden packet parsing against malformed BMC replies
 2026-04-22 17:06 UTC  (9+ messages)
` [PATCH net 1/6] net/ncsi: validate response packet lengths against the skb
` [PATCH net 2/6] net/ncsi: bound filter table state to software limits
` [PATCH net 3/6] net/ncsi: validate GMCMA address counts against the payload
` [PATCH net 4/6] net/ncsi: validate OEM response payloads before parsing
` [PATCH net 5/6] net/ncsi: validate AEN packet lengths against the skb
` [PATCH net 6/6] net/ncsi: validate GP payload lengths before parsing

[PATCH v2] mptcp: do not drop partial packets
 2026-04-22 17:03 UTC  (2+ messages)

[PATCH iwl-net v1] igc: set tx buffer type for SMD frames
 2026-04-22 16:46 UTC  (2+ messages)

[BUG] rxrpc: Client connection leak and BUG() call during kernel IO thread exit
 2026-04-22 16:37 UTC  (5+ messages)

[PATCH net v3 6/8] xsk: free the skb when hitting the upper bound MAX_SKB_FRAGS
 2026-04-22 16:31 UTC  (2+ messages)

[PATCH net v3 5/8] xsk: avoid skb leak in XDP_TX_METADATA case
 2026-04-22 16:31 UTC  (2+ messages)

[PATCH net v3 4/8] xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()
 2026-04-22 16:31 UTC  (2+ messages)

[PATCH net v3 3/8] xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
 2026-04-22 16:31 UTC  (2+ messages)

[PATCH AUTOSEL 7.0-6.18] net: mana: hardening: Validate adapter_mtu from MANA_QUERY_DEV_CONFIG
 2026-04-22 16:31 UTC  (2+ messages)

[PATCH v6 0/3] s32g: Use a syscon for GPR
 2026-04-22 16:25 UTC  (6+ messages)
` [PATCH v6 3/3] dts: s32g: Add GPR syscon region

[PATCH iproute2] ss: fix vsock port filter
 2026-04-22 16:21 UTC  (4+ messages)

[PATCH net v2 1/2] 8021q: use RCU for egress QoS mappings
 2026-04-22 16:20 UTC  (3+ messages)
` [PATCH net v2 2/2] 8021q: delete cleared "

[PATCH net v5 0/2] net/sched: taprio: fix NULL pointer dereference in class dump
 2026-04-22 16:19 UTC  (3+ messages)
` [PATCH net v5 1/2] "
` [PATCH net v5 2/2] selftests/tc-testing: add taprio test for class dump after child delete

[PATCH iwl-next v3 0/3] igc: add support for forcing link speed without autonegotiation
 2026-04-22 15:57 UTC  (4+ messages)
` [PATCH iwl-next v3 1/3] igc: remove unused autoneg_failed field
` [PATCH iwl-next v3 2/3] igc: move autoneg-enabled settings into igc_handle_autoneg_enabled()
` [PATCH iwl-next v3 3/3] igc: add support for forcing link speed without autonegotiation

[PATCH] net/stmmac: Fix typos: 'tx_undeflow_irq' -> 'tx_underflow_irq'
 2026-04-22 16:15 UTC  (6+ messages)

[PATCH net v2 0/6] rxrpc: Miscellaneous fixes
 2026-04-22 16:14 UTC  (7+ messages)
` [PATCH net v2 1/6] rxrpc: Fix memory leaks in rxkad_verify_response()
` [PATCH net v2 2/6] rxrpc: Fix rxkad crypto unalignment handling
` [PATCH net v2 3/6] rxrpc: Fix potential UAF after skb_unshare() failure
` [PATCH net v2 4/6] rxrpc: Fix conn-level packet handling to unshare RESPONSE packets
` [PATCH net v2 5/6] rxgk: Fix potential integer overflow in length check
` [PATCH net v2 6/6] rxrpc: Fix missing validation of ticket length in non-XDR key preparsing

[PATCH net v2 0/2] net: airoha: Fix NULL pointer derefrences in airoha_qdma_cleanup()
 2026-04-22 16:12 UTC  (5+ messages)
` [PATCH net v2 1/2] net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue()
` [PATCH net v2 2/2] net: airoha: Add size check for TX NAPIs in airoha_qdma_cleanup()

[PATCH net v2] nfp: fix swapped arguments in nfp_encode_basic_qdr() calls
 2026-04-22 16:05 UTC 

[PATCH net v4 0/2] tcp: fix listener wakeup after reuseport migration
 2026-04-22 15:56 UTC  (3+ messages)
` [PATCH net v4 1/2] tcp: call sk_data_ready() after listener migration

[PATCH bpf-next] selftests/bpf: drop xdping tool
 2026-04-22 15:48 UTC  (3+ messages)

[PATCH net 1/1] net/smc: avoid early lgr access in smc_clc_wait_msg
 2026-04-22 15:40 UTC 

Help with PCIe THP on ConnectX-7
 2026-04-22 15:22 UTC 

[PATCH] net: phonet: fix BUG_ON() in pn_socket_autobind()
 2026-04-22 15:13 UTC  (2+ messages)

[PATCH net-next 3/3] net/ethernet/zte/dinghai: add hardware register access and PCI capability scanning
 2026-04-22 14:47 UTC  (2+ messages)


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