summaryrefslogtreecommitdiff
path: root/sys/net/pf_syncookies.c
AgeCommit message (Expand)Author
2018-09-10in pf_syncookie_validate, return early if we don't have syncookies inHenning Brauer
2018-06-18Refactor the six ways to find TCP options into one new function. As a result:Richard Procter
2018-02-08make the watermarks/thresholds for entering and leaving syncookie mode whenHenning Brauer
2018-02-08add DIOCGETSYNFLWATS to get current synflood detection watermarks,Henning Brauer
2018-02-07provide counters for # of synfloods detected, # of syncookies sent,Henning Brauer
2018-02-07unbreak strict alignment archs by using SIPHASH_KEY for siphashDavid Gwynne
2018-02-06syncookies implementation to be used in pf, based on the FreeBSD one byHenning Brauer