summaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Don't shift 32-bit value by more than 32 bits.Gleb Popov2019-12-211-1/+1
* MFV: r355716Jung-uk Kim2019-12-1328-101/+401
|\
* | Rather than pass the address of the packet information control block toCy Schubert2019-12-123-6/+4
* | in6_cksum() returns zero when checksums are good.Cy Schubert2019-12-121-1/+1
* | Include fin, the packet information structure (fr_info_t), in theCy Schubert2019-11-281-1/+1
* | Move ipf_pcksum6() to its rightful place, in ip_fil_freebsd.c. ThisCy Schubert2019-11-273-45/+49
* | Save a little stack by removing a used once intermediate variable.Cy Schubert2019-11-271-3/+1
* | Remove redundant #ifdef'd function definitions.Cy Schubert2019-11-271-10/+2
* | Update to Zstandard 1.4.4Conrad Meyer2019-11-16117-2337/+4374
* | Correct MR length field to be 64-bit in ibcore.Hans Petter Selasky2019-11-151-1/+1
* | zstd: Add an Xlist and document use during importConrad Meyer2019-11-062-0/+26
* | Downgrade the firmware images imported in r354201.Mark Johnston2019-11-034-113379/+119038
* | Introduce NETMAP support in ENAMarcin Wojtas2019-10-311-0/+1
* | Add firmware images for Intel 9000-series wifi chips.Mark Johnston2019-10-302-0/+113379
* | Merge ACPICA 20191018.Jung-uk Kim2019-10-19101-404/+1809
|\|
* | Fix read past end of struct in ncsw glue code.Brandon Bergren2019-10-121-10/+4
* | Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-0/+3
* | Add missing definition in DEBUG code.Cy Schubert2019-10-041-1/+1
* | Notify all sleeping threads of device removal in krping.Hans Petter Selasky2019-10-023-0/+24
* | dpaa(4): Fix memcpy size for threshold copy in NCSW contribJustin Hibbits2019-09-281-1/+1
* | ipf mistakenly regards UDP packets with a checksum of 0xffff as bad.Cy Schubert2019-09-261-1/+4
* | octeon-sdk: suppress another set of warnings under clangKyle Evans2019-09-221-2/+2
* | Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-4/+1
* | 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