aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/ipfilter/netinet/fil.c
Commit message (Expand)AuthorAgeFilesLines
* ipfilter: Add NULL check for fin_m in ipf_pr_icmp6()Teddy Engel7 days1-0/+3
* ipfilter: Add NULL check for fin_dp in ICMP packet handlersTeddy Engel7 days1-0/+4
* ipfilter: Validate length before checksumCy Schubert7 days1-4/+13
* ipfilter: Avoid negative array indiciesCy Schubert2026-02-171-2/+2
* ipfilter: Interface name must not extend beyond end of bufferCy Schubert2026-02-101-2/+21
* ipfilter: Fix possible overrunCy Schubert2026-02-041-1/+1
* ipf: copy{in,out}ptr -> ipf_copy{in,out}_indirectBrooks Davis2025-12-191-4/+4
* ipfilter: Restrict ipfilter within a jailCy Schubert2025-12-081-0/+1
* ipfilter: fix broken buildWarner Losh2025-11-271-3/+1
* ipfilter: Restore used variableCy Schubert2025-11-261-1/+1
* ipfilter: Remove unused variableCy Schubert2025-11-261-1/+1
* ipfilter: Verify frentry on entry into kernelCy Schubert2025-11-261-2/+59
* ipfilter: Add ipf_check_names_string()Cy Schubert2025-11-261-0/+31
* netpfil/ipfilter: fix remaining trivial unused variable warningsSiva Mahadevan2025-07-081-11/+5
* Revert "ipfilter: Avoid allocating a new ipf token when not needed"Cy Schubert2025-07-071-4/+9
* netinet: allow per protocol random IP id control, single out IPSECacazuc2025-03-041-1/+1
* tcp: extend the use of the th_flags accessor functionRichard Scheffenegger2024-11-291-2/+2
* netpfil: Fix typo (triple S)Jose Luis Duran2023-12-281-2/+2
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-4/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-1/+0
* ipfilter: Avoid allocating a new ipf token when not neededCy Schubert2023-09-131-9/+4
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* ipfilter: Fix use after free on packet with broken lengthsCy Schubert2023-02-021-1/+12
* netpfil: Fix some typos in source code commentsGordon Bergling2022-09-151-1/+1
* netpfil: Correct some typos in source code commentsGordon Bergling2022-09-041-1/+1
* netpfil: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* ipfilter module: Style(9) requires a space after returnCy Schubert2022-01-041-332/+332
* ipfilter module: Fix whitespace errorsCy Schubert2022-01-041-1/+1
* ipfilter: Adjust kernel module returns to conform to style(9)Cy Schubert2022-01-041-340/+340
* ipfilter: INLINE --> inlineCy Schubert2022-01-041-52/+52
* ipflter: ANSIfy kernel function declarationsCy Schubert2022-01-041-492/+172
* ipfilter: Move kernel bits to netpfilCy Schubert2021-12-201-0/+10274