Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ratelimiter: build tests with !IPV6 | 2019-01-23 | 1 | -5/+2 | |
| | |||||
* | global: update copyright | 2019-01-07 | 1 | -1/+1 | |
| | |||||
* | allowedips: remove control statement from macro by rewriting | 2018-10-08 | 1 | -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_ | 2018-10-08 | 1 | -2/+2 | |
| | | | | Suggested-by: Jiri Pirko <jiri@resnulli.us> | ||||
* | global: style nits | 2018-10-07 | 1 | -1/+1 | |
| | |||||
* | global: rename include'd C files to be .c | 2018-10-06 | 1 | -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> |