aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/selftest/ratelimiter.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ratelimiter: build tests with !IPV6Jason A. Donenfeld2019-01-231-5/+2
|
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
|
* allowedips: remove control statement from macro by rewritingJason A. Donenfeld2018-10-081-68/+119
| | | | | | | This is a significant rearrangement that makes things less clear, to satisfy a checkpatch.pl requirement. Suggested-by: Andrew Lunn <andrew@lunn.ch>
* global: prefix functions used in callbacks with wg_Jason A. Donenfeld2018-10-081-2/+2
| | | | Suggested-by: Jiri Pirko <jiri@resnulli.us>
* global: style nitsJason A. Donenfeld2018-10-071-1/+1
|
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-0/+178
This is done by 259 other files in the kernel tree: linux $ rg '#include.*\.c' -l | wc -l 259 Suggested-by: Sultan Alsawaf <sultanxda@gmail.com>