Fix some casting required in mask/endian calculation
[flowspec-xdp] / xdp.c
2021-05-17 Matt CoralloFix some casting required in mask/endian calculation
2021-05-11 Matt CoralloSupport a wrapper XDP prog which can call the defined...
2021-04-09 Matt CoralloHandle packet rate limits, too
2021-04-07 Matt CoralloTrack both packet count and packet sizes in drop counts.
2021-04-07 Matt CoralloLess effecient, but much, much less naive rate-limiter
2021-04-06 Matt CoralloSupport ratelimiting communities
2021-04-06 Matt CoralloImplement (only manually-tested) flowspec community...
2021-04-04 Matt CoralloTrack ports valid directly - as LLVM will | pointers...
2021-04-04 Matt CoralloHelp the BPF verifier somewhat by splitting v4 and...
2021-04-04 Matt CoralloClean up length checks with a macro and comment strange...
2021-04-04 Matt CoralloCorrect second-frag L4 matching
2021-04-04 Matt CoralloTrack drops
2021-04-04 Matt CoralloMake v6 frag parsing optional
2021-04-04 Matt CoralloOnly parse v4/v6 if we have relevant rules for them
2021-04-04 Matt CoralloImprove arg parsing somewhat and add flexibility/standa...
2021-04-04 Matt CoralloTag short packets as unlikely
2021-04-03 Matt CoralloSupport v6 fragment parsing
2021-04-03 Matt CoralloInitial checkin