aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* MFV: r363292Jung-uk Kim2020-07-1811-19/+80
|\
* | Fix incorrect byte order in ipfstat -f output.Cy Schubert2020-07-172-1/+5
* | pfil_run_hooks() can be called recursively, so we have toCy Schubert2020-07-171-0/+2
* | Rename nvpair.c to bsd_nvpair.c to not conflict with openzfs' version.Matt Macy2020-06-271-0/+0
* | Document upgrade procedure in FREEBSD-upgradeMitchell Horne2020-06-041-0/+23
* | Update edk2 headers to stable202005Mitchell Horne2020-06-0437-2874/+2134
* | MFV: r361597Jung-uk Kim2020-05-2811-18/+97
|\|
* | ice(4): Introduce new driver for Intel E800 Ethernet controllersEric Joyner2020-05-263-0/+238
* | Adjust ENA driver to the new HALMarcin Wojtas2020-05-2610-582/+525
* | [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd2020-05-253-5/+11
* | Unbreak ARM64 kernel build after r361426Conrad Meyer2020-05-231-3/+3
* | Update to Zstandard 1.4.5Conrad Meyer2020-05-23292-37340/+5670
* | contrib/zstd: Revise Xlist for 1.4.5 importConrad Meyer2020-05-231-3/+3
* | [ath_hal_ar9300] Ensure AH_BYTE_ORDER is defined before used.Adrian Chadd2020-05-1210-0/+51
* | [ath_hal] [ath_hal_ar9300] Fix endian macros to work in and out of kernel tree.Adrian Chadd2020-05-122-13/+13
* | [ar9300] Disable unconditionally reducing transmit power in the case of FCC.Adrian Chadd2020-05-112-0/+42
* | MFV: r360512Jung-uk Kim2020-05-0117-74/+307
|\|
* | 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
|\|