LGA1150

Results 26 comments of LGA1150

This is due to different behavior of `si_mem_available()` in different kernel versions, and not really a bug of OpenWrt.

In both versions of `si_mem_available()`: ```c /* * Estimate the amount of memory available for userspace allocations, * without causing swapping. */ available = global_zone_page_state(NR_FREE_PAGES) - totalreserve_pages; ``` Which means...

显然这个仓库已经被老大哥盯上了,之前有类似经历 https://github.com/lennylxx/ipv6-hosts/issues/285 还是搭梯子吧

If this is reproducible, I can add `KASAN` support to MIPS, which may pinpoint the issue.

How much RAM does your router have? You didn't mention the model.

``` Link partner advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Link partner advertised pause frame use: Symmetric Receive-only ``` lan4's link partner is not advertising 1000Mbps speed. Is it due...

On 23.05 you cannot get switch port status via `ethtool`, you should use `swconfig` instead.

What's the autonegotiation configuration on the client side?

> can you clarify how `ping` without `ping-restart` is any useful? Personally I have only seen config files using `keepalive` `ping` without `ping-restart` works like Wireguard's `persistent-keepalive`, i.e. a peer...