aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Document ipf_nat_hashtab_add() return codes.Cy Schubert2019-08-281-0/+1
* Destroy the mutex in case of error.Cy Schubert2019-08-281-2/+6
* Fixup typo in comment.Cy Schubert2019-08-281-1/+1
* MFV r351500: Fix CLEAR_HASH macro to be usable as a single statement.Xin LI2019-08-261-3/+5
* Specifying array sizes for fully initialized tables at compile time isCy Schubert2019-08-221-2/+2
* athhal: disable unused function (big endian only)Bjoern A. Zeeb2019-08-211-0/+4
* dpaa: Fix warnings in dtsec(4) found by clangJustin Hibbits2019-08-215-4/+7
* MFV: r351091Jung-uk Kim2019-08-1527-341/+249
|\
* | Enable ACPICA mutex debugging in INVARIANTS case.Jung-uk Kim2019-08-151-0/+4
* | Initialize the frentry (the control block that defines a rule) checksumCy Schubert2019-08-121-1/+1
* | Calculate the number interface array elements using the new FR_NUM macroCy Schubert2019-08-112-5/+5
* | r272552 applied the patch from ipfilter upstream fil.c r1.129 to fixCy Schubert2019-08-112-7/+61
* | Stopgap fix for gcc platforms.Warner Losh2019-08-081-1/+1
* | Update to Zstandard 1.4.2Conrad Meyer2019-08-0872-2095/+3319
* | Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI2019-08-076-11/+20
* | Resolve ipfilter kld unload issues related to VNET jails.Cy Schubert2019-08-042-11/+19
* | Returning an uninitialized error is a bad thing.Cy Schubert2019-08-041-1/+1
* | MFC after: 3 daysCy Schubert2019-08-021-10/+10
* | IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-4/+4
* | Revert r349863 (ACPICA 20190703).Jung-uk Kim2019-08-0127-247/+341
* | Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,Xin LI2019-08-013-2/+11
* | As of upstream fil.c CVS r1.53 (March 1, 2009), prior to the import ofCy Schubert2019-07-161-3/+0
* | Refactor, removing one compare.Cy Schubert2019-07-161-9/+7
* | Calculate the offset of the interface name using FR_NAME rather thanCy Schubert2019-07-141-5/+5
* | Recycle the unused FR_CMPSIZ macro which became orphaned in ipfilter 5Cy Schubert2019-07-142-3/+3
* | style(9)Cy Schubert2019-07-141-8/+8
* | Move the new ipf_pcksum6() function from ip_fil_freebsd.c to fil.c.Cy Schubert2019-07-123-57/+55
* | Remove a tautological test for adding a rule in the block thatCy Schubert2019-07-111-2/+1
* | Correct r349898. The default is add a rule.Cy Schubert2019-07-111-8/+7
* | ipfilter commands, in this case ipf(8), passes its operations and rulesCy Schubert2019-07-111-9/+14
* | MFV: r349861Jung-uk Kim2019-07-0927-341/+247
|\|
* | Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-081-7/+0
* | Update frtuc struct comments. It not only defines TCP things we areCy Schubert2019-07-081-3/+3
* | Correct the description for the low port in the port compare struct.Cy Schubert2019-07-081-2/+2
* | The RFC 3128 test should be made after the offset mask has been applied.Cy Schubert2019-06-301-4/+4
* | Revert r349400. It has uintended effects.Cy Schubert2019-06-301-16/+18
* | While working on PR/238796 I discovered an unused variable in frdest,Cy Schubert2019-06-262-5/+0
* | Remove a tautological compare for offset != 0.Cy Schubert2019-06-261-18/+16
* | Prompted by r349366, ipfilter is also does not conform to RFC 3128Cy Schubert2019-06-261-0/+4
* | The definition of icmptypes in ip_compt.h is dead code as it alreadyCy Schubert2019-06-251-153/+3
* | Clean out duplicate definitions of TCP macros also found in netinet/tcp.h.Cy Schubert2019-06-241-31/+0
* | Make ipf_objbytes a constant. ipf_objbytes is a table of internal dataCy Schubert2019-06-171-1/+1
* | Whitespace adjustments replacing spaces with tabs.Cy Schubert2019-06-121-14/+14
* | Resolve IPv6 checksum errors with stateful inspection. According toCy Schubert2019-06-123-22/+75
* | Register pfil hooks when VNET != vnet0. r302298, which virtualized ipf,Cy Schubert2019-06-121-0/+3
* | Enclose a long multi-line single conditional statement in braces toCy Schubert2019-06-121-1/+2
* | While working on a PR, more are discovered.Cy Schubert2019-06-041-3/+3
* | Clean up #ifdefs from old unsupported releases of FreeBSD.Cy Schubert2019-06-042-58/+24
* | Properly define the fourth argument to ipf_check, the main entry pointCy Schubert2019-06-032-4/+4
* | Adjust ENA driver to the new ena-comMarcin Wojtas2019-05-3010-737/+1154