descriptionUtility to convert flowspec rules (extracted from bird) to an XDP program
last changeFri, 10 Dec 2021 01:44:10 +0000 (01:44 +0000)
shortlog
2021-12-10 Matt CoralloStop dumping match count before update, users can get... main
2021-12-10 Matt CoralloPartially implement sorting
2021-12-10 Matt CoralloCombine redundant rule conditions to work around LLVM...
2021-12-09 Matt CoralloMake dropcount not stupid slow
2021-12-08 Matt CoralloUse best instruction set that the local kernel supports
2021-12-08 Matt CoralloPlace source-address checks last to work around LLVM...
2021-10-28 Matt CoralloMove ratelimits into map lookup fn to reduce BPF verifi...
2021-10-28 Matt CoralloUse a single command to install xdp instead of remove+add
2021-10-28 Matt CoralloAvoid inlining siphash globally to avoid hitting BPF...
2021-10-23 Matt CoralloFix/better handling of no-stats-tracking rules
2021-10-10 Matt CoralloReduce bash CPU time for high-core-count machines in...
2021-09-14 Matt CoralloDouble hashtable bucket size, halve parallelism.
2021-09-14 Matt CoralloReuse hash table bucket entries if they're stale 32...
2021-06-11 Matt CoralloRate limit by hard-coded 16-packet leaky bucket with...
2021-06-10 Matt CoralloOptimize per-src v6 matching on <= /64s to avoid always...
2021-06-10 Matt CoralloNow that mem is more compact, bump max tracked src...
...
heads
2 years ago main