freebsd-src/sys/netpfil
Mateusz Guzik b6196537b0 pf: fix the "keepcounters" to stop truncating to 32-bit
The machinery to support 64-bit counters even on 32-bit kernels had a
bug where it would unitentionally truncate the value back to 32-bits
when transferring to a new counter. This resulted in buggy be behavior
on 64-bit kernels as well.

Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-06-20 17:55:43 +00:00
..
ipfilter/netinet netpfil: Fix typos in source code comments 2024-04-18 16:17:10 +02:00
ipfw powerof2: replace loops with fls or ilog2 2024-06-12 05:00:48 -05:00
pf pf: fix the "keepcounters" to stop truncating to 32-bit 2024-06-20 17:55:43 +00:00