User Details
- User Since
- May 14 2014, 7:57 AM (581 w, 3 d)
Yesterday
Wed, Jun 25
Tue, Jun 24
Fri, Jun 20
Thu, Jun 19
oh and heh, maybe add what the minimum should be in the dialog, so people don't have to guess?
I'd at least put a comment into here as to why we've chosen this. Eg, what I just asked about in IRC and you said "pkgbase OOM's on 256mb RAM".
Wed, Jun 18
Heh we've both hit a couple of fun paths into this (see https://reviews.freebsd.org/D50794 as well)
Wed, Jun 11
Tue, Jun 10
Mon, Jun 9
re-add missing multicast check, thanks bz!
Sun, Jun 8
fix the seqno update routines to wrap things appropriately.
This bit me when doing some work on if_rsu
Sat, Jun 7
Fri, Jun 6
Address bz's comment - yup, this works with seqno offload and
with it just not populated in the driver encap path. Neat!
Jun 5 2025
Note: my hope is to eventually delete the TX lock entirely; this sets the ground work to first experiment and test various drivers in this stack.
Jun 4 2025
Jun 3 2025
Jun 2 2025
migrate prefix to net80211_
rename prefix to net80211_
use net80211_ prefix
update commit message (locally)
update from bz; matches what's in CCMP
Jun 1 2025
I think this looks fine. I'm personally not too worried about breaking things in ipfw to make them much cleaner/clearer/less error prone, as long as we document it in UPDATING.
May 30 2025
May 29 2025
tested on my MSI GE76 raider that was exhibiting this w/ firefox/pulseaudio; it no longer happens. Thanks!
May 28 2025
It's better than the status quo in -HEAD, so let's get it in and then churn some more on making it recover better!
May 27 2025
technically (cry) ucast will eventually be keyix 0 and keyix 1, but not the WEP/global slots. Aiee. :-)
This doesn't apply cleanly on -head, it requires D49827 first
May 26 2025
I'm finally updating my GE76 w/ AX210 to test iwx and iwlwifi in -head out, so I'll have to apply this to actually get it to pass a suspend/resume pass. stay tuned!
May 25 2025
I'm still not a big fan of putting the strings in the kernel syscall ABI (as i guarantee someone's gonna end up writing stuff that depends upon the content of the strings!), but I /am/ a fan of how the kernel source is being updated with errors. We can at least grep for the macro use to see what they're doing, and they're a no-op if it's not compiled in.