summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix ipfilter(4) fragment handling panic.delphij2017-04-271-1/+1
* MFC r302966:oshogbo2016-08-081-2/+4
* MFC r302965:oshogbo2016-08-081-0/+1
* MFC r303322,303326,303327,303345,303413,303416,303418,303557sbruno2016-08-017-45527/+122225
* Only set the ipfilter running state to 'not running' if we arebz2016-07-061-2/+3
* Remove SoC-specific integrations from dTSEC, to make it SoC agnostic.jhibbits2016-07-0513-3702/+32
* Virtualise ipfilter.bz2016-06-305-159/+345
* Remove unused global variables as well as unused memorybz2016-06-303-23/+0
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* [ath] implement TX queue configuration extensions for the AR9380 HAL.adrian2016-06-201-13/+33
* [ath_hal] modify the xmit code to use temporary variables for setting qmisc/d...adrian2016-06-081-38/+23
* [ath_hal] add a _S so FSP (frame scheduling policy) can be set/read via SM/MS...adrian2016-06-081-0/+1
* [ath_hal] correctly initialise the CAB queue default valueadrian2016-06-081-5/+23
* [ath_hal] initialise ah_beaconInterval when the AP/IBSS/TDMA beacon is setup.adrian2016-06-082-2/+3
* [ath_hal] add AR9462 (jupiter) RX gain / XLNA programming.adrian2016-06-053-0/+60
* [ath_hal] Add Jupiter 2.1 (AR9462 mac 640.3) support.adrian2016-06-051-3/+32
* [ath_hal] teach the reset path(s) about Jupiter 2.1.adrian2016-06-051-3/+4
* [ath_hal] convert the MCI code over to work on Jupiter 2.1.adrian2016-06-051-7/+7
* [ath_hal] Make the AR9462 2.0 initvals from ath9k compile.adrian2016-06-051-19/+20
* [ath_hal] add STOMP_AUDIO for AR9462/QCA9565.adrian2016-06-041-0/+6
* [ath_hal] add azimuth timestamp payload marking for AR9380 and later chips.adrian2016-06-011-0/+1
* [ath_hal] implement shared PA handling checks, based on ath9k.adrian2016-06-011-8/+16
* [ath_hal] add MCI bits from ath9k for QCA9565adrian2016-06-011-21/+106
* [ath_hal] add support for QCA9565 for configuring the bluetooth antenna LNA d...adrian2016-06-011-3/+34
* [ath_hal] Allow the BT antenna diversity option to be enabled for QCA9565.adrian2016-06-011-2/+4
* [ath_hal] add QCA9565 bluteooth antenna control.adrian2016-06-011-2/+30
* [ath_hal] add extra debugging for MCI interrupts.adrian2016-06-011-0/+2
* [ath_hal] rename the MCI state info routine.adrian2016-05-311-1/+10
* [ath_hal] add QCA9565 and MCI related registers.adrian2016-05-311-0/+29
* [ath_hal] migrate the bluetooth definitions out from ah.h / ar9300_freebsd_in...adrian2016-05-311-357/+0
* [ath] ensure the right methods / options get overridden for MCI bluetooth coexadrian2016-05-311-5/+5
* Merge ACPICA 20160527.jkim2016-05-2713-59/+112
* Remove extraneous blank line.cy2016-05-201-1/+0
* Enable the two ip_frag tuneables. The code is there but the twocy2016-05-202-1/+21
* Make subsequent code reachable.cy2016-05-151-3/+6
* Revert AccessWidth/BitOffset support for AcpiHwWrite() and AcpiHwRead() forjkim2016-04-301-195/+30
* Fix build without ACPI_DEBUG.jkim2016-04-271-0/+1
* Merge ACPICA 20160422.jkim2016-04-27334-12777/+19023
|\
* | Zero the newly allocated spinlock.jhibbits2016-04-241-1/+1
* | Fix for printf() compile warning when fast_reg.length is 64-bit.hselasky2016-04-221-1/+1
* | 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
OpenPOWER on IntegriCloud