aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* - Perform bus_dmamap_sync on pagelist structureOleksandr Tymoshenko2015-02-121-6/+22
* Add preliminary support for the Ralink RT5390 and RT5392 chipsets.Kevin Lo2015-02-112-443/+443
* Add x2APIC support. Enable it by default if CPU is capable. TheKonstantin Belousov2015-02-091-0/+1
* Do not mark shared structures as __packed, it leads to race conditionOleksandr Tymoshenko2015-02-091-3/+3
* Remove unused variablesOleksandr Tymoshenko2015-02-092-3/+0
* Act as a bus in attach method: probe and attach devicesOleksandr Tymoshenko2015-02-081-0/+3
* Fix a number of -Wcast-qual warnings in ath's ar9300_attach.c, by makingDimitry Andric2015-02-071-2/+2
* Import VCHI driver for Broadcom's VideoCore IV GPUOleksandr Tymoshenko2015-02-0532-0/+13579
* Add missing linuxapi module dependencies and always use the FreeBSDHans Petter Selasky2015-01-191-0/+2
* Oops - use the correct argument order for ar9300_set_beacon().Adrian Chadd2015-01-181-2/+2
* Correct the descriptor length for AR9462/AR9565 and set the final fieldAdrian Chadd2015-01-172-4/+10
* Skip the OFDM weak signal threshold detection programming forAdrian Chadd2015-01-171-0/+4
* Override the bt enable/disable methods for AR9462 (jupiter) andAdrian Chadd2015-01-171-0/+5
* Tie in the MCI bluetooth coexistence functions into the HAL.Adrian Chadd2015-01-161-0/+7
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-4/+2
* Glue to suck in the QCA9550 HAL support if AH_SUPPORT_QCA9550 is defined.Adrian Chadd2015-01-061-1/+3
* Use the same 6000 series g2{a,b} firmware versions when embedding theseMarius Strobl2014-12-272-15961/+0
* Correctly define constants.Cy Schubert2014-11-282-2/+2
* Add missing headers needed by write().Kevin Lo2014-11-251-4/+8
* Set the current vnet inside the ioctl handler for ipfilter.Craig Rodrigues2014-11-201-0/+11
* Fix the following -Werror warning from clang 3.5.0, while buildingDimitry Andric2014-11-191-12/+11
* krping: In verbose mode print only first 128 bytes of krping data.Navdeep Parhar2014-10-271-5/+21
* Update the OFED Linux compatibility layer andHans Petter Selasky2014-10-151-1/+0
* Repair build of tools/ath/athalq and define missing value len.Sean Bruno2014-10-131-0/+1
* ipfilter bug #537 NAT rules with sticky have incorrect hostmap IP address.Cy Schubert2014-10-051-2/+4
* ipfilter bug #534 destination list hashing not endian neutralCy Schubert2014-10-051-3/+3
* ipfilter bug #538 ipf_p_dns_del should return voidCy Schubert2014-10-051-3/+2
* ipfilter bug #554 Determining why a ipf rule matches is hard -- replaceCy Schubert2014-10-051-11/+34
* ipfiler bug #550 filter rule list corrupted with inserted rulesCy Schubert2014-10-051-0/+12
* Merge ACPICA 20140926.Jung-uk Kim2014-10-02313-6897/+18434
|\
* | Remove this stuff - it's no longer needed here.Adrian Chadd2014-09-301-23/+0
* | Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-306-13/+114
* | ipfilter bug #558 add in some missing frag table function comments.Cy Schubert2014-09-241-5/+33
* | Check for NULL before de-refencing; in particular sel is assigned to NULL,Cy Schubert2014-09-221-2/+2
* | Quieten the AR9300 HAL attach a little - the setupXTxDesc methodAdrian Chadd2014-09-201-0/+2
* | Quieten the AR9300 HAL probe a bit.Adrian Chadd2014-09-201-1/+1
* | Don't double-call the ar9300 stub function method.Adrian Chadd2014-09-201-3/+0
* | Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+0
* | Add iwn-100 firmware.Adrian Chadd2014-08-281-0/+5925
* | - Update the OFED Linux Emulation layer as a preparation for aHans Petter Selasky2014-08-271-2/+0
* | Add some more OS_MARK() probes to the AR9300 HAL.Adrian Chadd2014-08-112-0/+8
* | Work around some rather annoying chip hangs in the AR9331 chip.Adrian Chadd2014-08-091-1/+13
* | Honour WITH and WITHOUT_INET6_SUPPORT.Cy Schubert2014-08-051-0/+4
* | store the AR9300 interrupts away when doing interrupt debugging.Adrian Chadd2014-07-261-0/+15
* | Remove redundant USE_INET6 test that enables INET6 in the ipfilter userlandCy Schubert2014-07-111-4/+0
* | Remove ia64.Marcel Moolenaar2014-07-0733-7226/+2
* | Fix case where fastroute or "to interface" is used with incorrect FIB.Cy Schubert2014-06-191-1/+1
* | Fix decoding of near CALL when address-size prefix (67h) is present.Xin LI2014-06-111-6/+13
* | Fix decoding of LEA when address-size prefix (67h) is present.Xin LI2014-06-111-8/+11
* | Fix decoding of MOVSX.Xin LI2014-06-111-0/+1