aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Convert ipfilter to the new routing KPI.Cy Schubert2020-04-191-8/+13
* fib4_free_nh_ext is an empty function. It does nothing. Don't call it.Cy Schubert2020-04-191-5/+0
* Remove FreeBSD/armv4 specific bits from CK.Olivier Houchard2020-04-132-354/+0
* Merge ACPICA 20200326.Jung-uk Kim2020-03-2738-85/+511
|\
* | Fix misleading indentation warning in OCTEON1 kernelAlex Richardson2020-03-171-3/+4
* | Retire macros:Cy Schubert2020-03-023-8/+5
* | Remove the now unused FREEBSD_GE_REV, FREEBSD_GT_REV, and FREEBSD_LT_REVCy Schubert2020-03-021-6/+0
* | Continuing the effort started in r343701, #ifdef cleanup, checking forCy Schubert2020-03-025-7/+6
* | With the planned removal of GIANT (sysctl uses GIANT), make future-proofCy Schubert2020-02-261-6/+10
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* | [PowerPC] [Book-E] Remove obsolete interrupt binding workaroundBrandon Bergren2020-02-252-33/+0
* | [PowerPC] [Book-E] Fix dpaa interrupt binding.Brandon Bergren2020-02-252-14/+7
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (8 of many)Pawel Biernacki2020-02-241-11/+17
* | Add chacha20poly1305 support to crypto buildMatt Macy2020-02-162-2/+12
* | MFV: r357927Jung-uk Kim2020-02-1532-205/+875
|\|
* | Remove sparc64 kernel supportWarner Losh2020-02-031-3/+0
* | MFV: r356607Jung-uk Kim2020-01-10355-373/+503
|\|
* | [PowerPC] Clang powerpcspe build fixesBrandon Bergren2019-12-272-2/+2
* | 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