summaryrefslogtreecommitdiffstatshomepage
path: root/src/allowedips.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* allowedips: fix comment styleJason A. Donenfeld2018-02-211-1/+2
|
* allowedips: indicate to clang-analyzer that trie is non-nullJason A. Donenfeld2018-02-141-0/+1
| | | | | We check it in the block just above the only call to node_placement, so we're certain this is the case.
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
|
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-1/+4
| | | | | | | | | | | | | It's good to have SPDX identifiers in all files as the Linux kernel developers are working to add these identifiers to all files. Update all files with the correct SPDX license identifier based on the license text of the project or based on the license in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Modified-by: Jason A. Donenfeld <Jason@zx2c4.com>
* allowedips: simplifyJason A. Donenfeld2017-11-251-35/+12
|
* allowedips: optimizeJason A. Donenfeld2017-11-251-14/+52
|
* allowedips: do not write out of boundsJason A. Donenfeld2017-11-131-2/+4
|
* allowedips: rename from routingtableJason A. Donenfeld2017-11-101-0/+306
Makes it more clear that this _not_ a routing table replacement.