aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_jail.c
Commit message (Expand)AuthorAgeFilesLines
* netinet: Remove left-over sys/cdefs.hWarner Losh2025-12-031-1/+0
* netinet: use in_broadcast() inlineGleb Smirnoff2025-02-221-7/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* jail: convert several functions from int to boolMina Galić2023-03-151-14/+12
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-05-281-1/+0
* jail: network epoch protection for IP address listsGleb Smirnoff2021-12-261-111/+26
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Allow explicitly assigned IPv4 loopback address to be used in jailsSteven Hartland2017-03-311-9/+9
* Move IPv4-specific jail functions to new file netinet/in_jail.cStephen J. Kiernan2016-08-091-0/+432