summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Use NULL instead of 0 for pointer comparison.cy2016-04-151-2/+2
* Send krping output to the log instead of the tty, as is done upstream.np2016-04-143-72/+63
* Add fastreg support to krping (ported from upstream).np2016-04-121-36/+1027
* Add DTrace probes for packets flagged as bad by ipfilter. All probescy2016-04-074-11/+62
* Make CloudABI's way of doing TLS more friendly to userspace emulators.ed2016-04-061-0/+7
* Sync in the latest CloudABI system call definitions.ed2016-03-313-12/+22
* krping wasn't designed to take more than one client. Fail any connectnp2016-03-291-2/+7
* Replace the CloudABI system call table by a machine generated version.ed2016-03-245-731/+996
* Fix crash in krping when run as a client due to NULL pointer access.hselasky2016-03-161-0/+1
* Remove redundant NULL pointer comparison.cy2016-03-021-4/+0
* Add support for the Freescale dTSEC DPAA-based ethernet controller.jhibbits2016-02-29107-0/+73567
* Optimize ROL and ROR emulations and fix comments.jkim2016-02-181-19/+15
* Silence VPS-Studio errors (V646). These is no functional change.jkim2016-02-181-3/+3
* 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
OpenPOWER on IntegriCloud