Netdev List
 help / color / mirror / Atom feed
 messages from 2026-08-13 07:29:43 to 2026-08-13 09:12:54 UTC [more...]

dwmac-motorcomm: RX dies after long s2idle, only wrapper SYS_RESET recovers
 2026-08-13  9:12 UTC  (4+ messages)

[PATCH net] net/sched: cls_bpf: reject dev-bound programs bound to a different device
 2026-08-13  9:06 UTC  (3+ messages)

[PATCH 0/2] net: wwan: qcom_bam_dmux: Alloc RX buffers as a single coherent block
 2026-08-13  9:05 UTC  (6+ messages)
` [PATCH 2/2] "

[syzbot] [sctp?] WARNING: refcount bug in sctp_transport_put (6)
 2026-08-13  8:59 UTC 

[PATCH net-next v5 0/3] w5100: restore GPIO-based link detection
 2026-08-13  8:58 UTC  (4+ messages)
` [PATCH net-next v5 1/3] dt-bindings: net: wiznet,w5100: convert to DT schema
` [PATCH net-next v5 2/3] dt-bindings: net: wiznet,w5100: add link status interrupt
` [PATCH net-next v5 3/3] w5100: detect carrier state using link status bit and optional interrupt

[PATCH v3 net] vlan: fix skb_under_panic and races when toggling HW VLAN offload
 2026-08-13  8:49 UTC  (2+ messages)

[PATCH net-next v2] net: tipc: replace deprecated strcpy with strscpy
 2026-08-13  8:49 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
 2026-08-13  8:48 UTC  (4+ messages)
` [PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement

[PATCH net-next v2 00/10] ravb: Add gPTP support for Gen4
 2026-08-13  8:48 UTC  (3+ messages)
` [PATCH net-next v2 09/10] dt-bindings: net: renesas,etheravb: Add optional gPTP phandle "

[PATCH v5 0/3] vsock: fix stale sk_err handling after a failed connect
 2026-08-13  8:43 UTC  (7+ messages)
` [PATCH v5 1/3] vsock: don't check the listener's sk_err in vsock_accept()
` [PATCH v5 2/3] vsock: remove the now-unused rejected flag
` [PATCH v5 3/3] vsock: use sock_error() to consume sk_err after a failed connect

[PATCH net v3] net: gro: Fix nesting of TCP GSO SKBs in skb_gro_receive_list()
 2026-08-13  8:39 UTC  (3+ messages)

[PATCH net-next v3] net/ionic: avoid OOB TX partner lookup for hwstamp RXQ
 2026-08-13  8:37 UTC 

[PATCH v14 00/12] net: pcs: Introduce support for fwnode PCS
 2026-08-13  8:35 UTC  (13+ messages)
` [PATCH v14 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
` [PATCH v14 02/12] net: phylink: introduce internal phylink PCS handling
` [PATCH v14 03/12] net: pcs: implement Firmware node support for PCS driver
` [PATCH v14 04/12] net: phylink: save phylink instance fwnode on phylink_create
` [PATCH v14 05/12] net: phylink: support PCS provider release
` [PATCH v14 06/12] net: phylink: support late PCS provider attach
` [PATCH v14 07/12] net: Document PCS subsystem
` [PATCH v14 08/12] MAINTAINERS: add myself as PCS subsystem maintainer
` [PATCH v14 09/12] net: phylink: add .pcs_link_down PCS OP
` [PATCH v14 10/12] dt-bindings: net: pcs: Document support for Airoha Ethernet PCS
` [PATCH v14 11/12] net: pcs: airoha: add PCS driver for Airoha AN7581 SoC
` [PATCH v14 12/12] net: airoha: add phylink support

MLX driver for host-to-ARM communication
 2026-08-13  8:33 UTC 

[PATCH v8 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-08-13  8:27 UTC 

[PATCH net v2 2/2] net: pse-pd: guard regulator ops against freed PI data during unregister
 2026-08-13  8:28 UTC  (3+ messages)

[PATCH net-next] pptp: validate payload length before parsing PPP fields
 2026-08-13  8:22 UTC 

[PATCH net-next v10 3/5] net: dsa: mxl862xx: add devlink flash_update and info_get
 2026-08-13  8:22 UTC  (2+ messages)

[PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-08-13  8:19 UTC  (4+ messages)

[PATCH net v3] net/mlx5e: do not HW-GRO coalesce small frames
 2026-08-13  8:15 UTC  (2+ messages)

[PATCH net-next] selftests: net: move log_test to lib file and remove duplicate code
 2026-08-13  8:11 UTC 

[PATCH net-next] selftests: drv-net: bump the timeout to 15min
 2026-08-13  8:04 UTC  (2+ messages)

[PATCH v4 net-next 00/15] neighbour: Namespacify arp_tbl and nd_tbl
 2026-08-13  8:02 UTC  (16+ messages)
` [PATCH v4 net-next 01/15] selftest: net: Deflake Periodic GC test in test_neigh.sh
` [PATCH v4 net-next 02/15] neighbour: Remove __neigh_for_each_release()
` [PATCH v4 net-next 03/15] neighbour: Remove lock dance for neigh_update_{gc,managed}_list()
` [PATCH v4 net-next 04/15] neighbour: Remove unnecessary EXPORT_SYMBOL()
` [PATCH v4 net-next 05/15] neighbour: Remove __rcu from neigh_tables[]
` [PATCH v4 net-next 06/15] neighbour: Store arp_tbl and nd_tbl in net->neigh_tables[]
` [PATCH v4 net-next 07/15] neighbour: Remove neigh_tables[]
` [PATCH v4 net-next 08/15] ipv4: Replace &arp_tbl with arp_table(net)
` [PATCH v4 net-next 09/15] ipv6: Replace &nd_tbl with nd_table(net)
` [PATCH v4 net-next 10/15] neighbour: Clean up neigh_table_init() and neigh_table_clear()
` [PATCH v4 net-next 11/15] neighbour: Convert neigh_table.entries to refcount_t
` [PATCH v4 net-next 12/15] neighbour: Namespacify neigh_tables
` [PATCH v4 net-next 13/15] neighbour: Don't store net in struct pneigh_entry
` [PATCH v4 net-next 14/15] neighbour: Remove unnecessary net_eq()
` [PATCH v4 net-next 15/15] selftest: net: Specify netns for ip ntable in test_neigh.sh

[PATCH v3 0/3] fix the MTL fifo and DMA race condition
 2026-08-13  7:49 UTC  (4+ messages)
` [PATCH v3 1/3] net: stmmac: enable MAC rx/tx after DMA start
` [PATCH v3 2/3] net: stmmac: xgmac: tear the datapath down in the documented order
` [PATCH v3 3/3] net: stmmac: xgmac: decouple the MAC Rx/Tx enables from the DMA ops

[PATCH net] net/smc: hash socket only after full initialisation in smc_sk_init()
 2026-08-13  7:43 UTC 

[PATCH net-next] openvswitch: enable ops lock for internal ports
 2026-08-13  7:40 UTC  (3+ messages)

[PATCH net-next v10 0/7] r8169: add RSS support for RTL8127
 2026-08-13  7:38 UTC  (4+ messages)
` [PATCH net-next v10 5/7] r8169: add support and enable rss

[PATCH net-next v6 0/3] dpll: add SiTime SiT9531x DPLL clock driver
 2026-08-13  7:35 UTC  (3+ messages)
` [PATCH net-next v6 2/3] dt-bindings: dpll: add SiTime SiT95316 clock generator

[PATCH net] net: txgbe: fix interrupt mask for MISC cause in non-MSI-X mode
 2026-08-13  7:33 UTC 

[PATCH net v3] net/smc: fix clcsock and lgr/lnk races in smc_diag dump path
 2026-08-13  7:33 UTC  (2+ messages)

[PATCH net v2 0/2] net/smc: close the SMC-D teardown window around the ghost send buffer
 2026-08-13  7:29 UTC  (3+ messages)
` [PATCH net v2 2/2] net/smc: do not dereference an unset send buffer on the SMC-D teardown path


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