summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-1/+4
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-012-0/+2
* Import Annapurna Labs Alpine HAL for networkingzbb2016-01-2626-0/+28017
* Fix order of last two arguments of mtx_initgonzo2016-01-141-1/+1
* Convert ipfilter to the new routing KPI.melifaro2016-01-101-41/+30
* Have krping use IB_ACCESS_LOCAL_WRITE because it's required for remotenp2016-01-051-2/+5
* [rtwn] add rtwn firmware.adrian2015-12-313-0/+738
* Correct __FreeBSD__ check.cy2015-12-281-1/+1
* Don't assume checksums will be calculated later when fastfoward iscy2015-12-201-2/+2
* Add initial ar9300 HAL support for the spectral scan mode.adrian2015-12-023-9/+29
* Adjust a comment; we now support these embedded boards!adrian2015-12-011-1/+1
* Fix the buildngie2015-11-301-0/+2
* fix ht/40 configuration for ar9331 (hornet).adrian2015-11-301-2/+13
* add missing initvals.adrian2015-11-291-0/+1420
* Add initial support for the QCA953x SoC (honeybee) wifi.adrian2015-11-298-41/+260
* u32 -> uint32_t.adrian2015-11-291-3/+3
* [ath_hal] add AR9461 (jupiter) 2.1 support.adrian2015-11-294-9/+1583
* Fix inconsistent use of malloc type for cdev private data.skra2015-11-231-3/+1
* Fix slots DMA memory handling. It's similar to r290553.skra2015-11-101-3/+3
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.adrian2015-11-094-1/+4
* Fix pagelist bus_dmamap_t map handling. Memory for pagelist is allocatedskra2015-11-081-3/+1
* vchiq interrupt is MP safe, add respective flag to bus_setup_intrgonzo2015-11-081-1/+1
* Fix locking for VCHI driver by matching sleepable/non-sleepable APIs:gonzo2015-11-081-24/+20
* Fix cache issues with bulk transfersgonzo2015-11-033-33/+38
* Synchronize with latest upstream VCHI code:gonzo2015-11-0121-313/+881
* Fix BULK read transfer if destination buffer is not cache line-aligned.gonzo2015-10-301-3/+23
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-221-1/+1
* Really fix ipfilter bug 3600459.cy2015-10-181-2/+1
* Flip on fast frames support for AR5416 and AR9300 series NICs.adrian2015-10-101-1/+1
* On some interfaces, ipfilter drops UDP packets with zero checkum.cy2015-10-061-0/+16
* Add an initial driver for the AR9170 series draft-11n hardware fromadrian2015-09-263-0/+47
* Compare the newly allocated array elements to NULL in order to seebz2015-09-251-2/+2
* Revert ip_fil_freebsd.c -r287674. This should not have gone in yet.cy2015-09-111-12/+0
* Fix ipfilter bug 3600459 NAT bucket count wrong.cy2015-09-112-1/+14
* Revert $FreeBSD$.cy2015-09-111-1/+1
* Fix mutex errors.cy2015-09-111-1/+1
* Fixup typos in comments.cy2015-09-111-5/+9
* Fix compilation error on gcc-5.2.0 - it now warns on non-paranthen'edadrian2015-08-301-2/+2
* Merge ACPICA 20150818.jkim2015-08-2669-658/+1038
* Add support for the arrays in nvlist library.oshogbo2015-08-155-83/+1591
* If any function fail (the ptr variable will be equal to NULL), we shouldn'toshogbo2015-08-111-10/+9
* The nvlist_move_nvpair() function can fail in two cases, if:oshogbo2015-08-112-14/+16
* Don't set parent if the unpack operation fail. In someoshogbo2015-08-111-0/+2
* Make the nvlist_next(9) function handle NULL pointer variable.oshogbo2015-08-111-3/+3
* Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.rpaulo2015-08-084-0/+45566
* Add a missing method - ath_hal_settsf64().adrian2015-08-051-0/+13
* Add TXOP enforce support to the AR9300 HAL.adrian2015-08-051-0/+19
* Import the latest CloudABI system call definitions and table.ed2015-08-052-4/+11
* Import Annapurna Labs Alpine HAL to sys/contrib/zbb2015-07-2816-0/+13941
* Sync in latest upstream system call definitions.ed2015-07-272-8/+3
OpenPOWER on IntegriCloud