aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/ipfilter
Commit message (Expand)AuthorAgeFilesLines
...
* ipfilter: Avoid allocating a new ipf token when not neededCy Schubert2023-09-131-9/+4
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1623-23/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-167-7/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* netpfil: Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* pfil: add pfil_mem_{in,out}() and retire pfil_run_hooks()Gleb Smirnoff2023-02-141-15/+15
* ipfilter: ansifyMateusz Guzik2023-02-135-21/+13
* ipfilter: Fix use after free on packet with broken lengthsCy Schubert2023-02-021-1/+12
* ipfilter: Correctly type ipf_pullup()Cy Schubert2023-02-022-6/+7
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-312-0/+2
* ipfilter: Fix mismatch in array bounds.John Baldwin2022-12-071-1/+1
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-071-1/+1
* ipfilter: Document count_mask_bits() argumentsCy Schubert2022-11-151-0/+2
* ipfilter: Cast uintmax_t values to size_t when adding to a pointer.John Baldwin2022-09-281-4/+4
* netpfil: Fix some typos in source code commentsGordon Bergling2022-09-153-5/+5
* ipfilter: Remove unused ioctlCy Schubert2022-09-071-12/+0
* ipfilter: Remove IPL_SELECTCy Schubert2022-09-071-14/+0
* netpfil: Correct some typos in source code commentsGordon Bergling2022-09-043-3/+3
* ipfilter: Support only jails in VNETCy Schubert2022-07-073-0/+28
* netpfil: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* ipfilter(4): Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* ipfilter: Fix indentation errorCy Schubert2022-02-031-1/+1
* ipfilter: Correct a typo in a commentCy Schubert2022-02-021-1/+1
* ipfilter: Fixup commentCy Schubert2022-01-121-4/+2
* ipfilter: Fix IP header checksums post ftp proxyCy Schubert2022-01-121-2/+2
* ipfilter: Fix whitespace errorsCy Schubert2022-01-121-4/+4
* ipfilter: Correct function descriptionCy Schubert2022-01-121-2/+4
* ipfilter: inline is superfluous for an extrn functionCy Schubert2022-01-121-2/+2
* ipfilter: Remove redundant else ifCy Schubert2022-01-121-4/+2
* ipfilter module: Style(9) requires a space after returnCy Schubert2022-01-0429-1629/+1629
* ipfilter: Add SDT probe frb_natv6inCy Schubert2022-01-041-0/+1
* ipfilter: Unconditionally expose SDT probe frb_natv4inCy Schubert2022-01-041-1/+1
* ipfilter module: Fix whitespace errorsCy Schubert2022-01-0413-69/+69
* ipfilter: Remove extraneous comment lineCy Schubert2022-01-041-1/+0
* ipfilter module: Remove trailing whitespaceCy Schubert2022-01-044-8/+8
* ipfilter: Adjust kernel module returns to conform to style(9)Cy Schubert2022-01-0429-1565/+1565
* ipfilter: INLINE --> inlineCy Schubert2022-01-043-62/+54
* ipflter: ANSIfy kernel function declarationsCy Schubert2022-01-0428-2414/+833
* ipfilter: Move kernel bits to netpfilCy Schubert2021-12-2046-0/+57394