summaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move mutex creation from ipf_log_soft_init() to ipf_log_soft_create()Cy Schubert2014-05-241-8/+6
* Add Atheros AR1111 support to the HAL.Adrian Chadd2014-05-051-0/+2
* Add ar9300_get_next_tbtt().Adrian Chadd2014-04-301-0/+6
* Only track the power state variable if the power state is changed,Adrian Chadd2014-04-301-4/+9
* Note that the AR9380 and later hardware supports MYBEACON.Adrian Chadd2014-04-271-0/+4
* Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets.Kevin Lo2014-04-251-0/+312
* Implement the final missing sysctls by moving ipf_auth_softc_t fromCy Schubert2014-04-075-87/+117
* Fix ah_powerMode setting.Adrian Chadd2014-03-291-1/+3
* Also tag the current HAL power mode in ar9300_set_power_mode().Adrian Chadd2014-03-101-0/+1
* MFV r262756:Xin LI2014-03-0512-46/+343
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-1/+1
* These file have a, possibly dubious, GPL claim. Until that's sorted, move to ...Warner Losh2014-02-2876-10883/+0
* Correct initial import scriptWarner Losh2014-02-281-1/+1
* Initial import of DTS files from LinuxWarner Losh2014-02-2874-0/+10783
* Initial import of Linux/Vendor DTS files for various embedded boards.Warner Losh2014-02-282-0/+100
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAChristian Brueffer2014-02-1610-2120/+0
* Substitute flags from historical mbuf(9) allocator with modern ones.Gleb Smirnoff2014-01-162-11/+11
* Add firmware for Intel Centrino Wireless-N 105 devices.Gavin Atkinson2014-01-111-0/+12141
* Add firmware version 18.168.6.1 (API version 6) for Intel CentrinoGavin Atkinson2014-01-051-0/+12344
* Remove 'inline' from ar9300_init_pll(), it's too big to inline.Ian Lepore2013-11-081-1/+1
* Fix build. We need to include systm.h before if_var.h.Gleb Smirnoff2013-10-281-2/+4
* Include lock.h before mutex.h.Gleb Smirnoff2013-10-271-0/+1
* Move new pf includes to the pf directory. The pfvar.h remainGleb Smirnoff2013-10-276-16/+16
* Start splitting pfvar.h into internal and external parts.Gleb Smirnoff2013-10-268-6/+25
* Update firmware for run(4) to version 0.33.Kevin Lo2013-10-181-185/+185
* Update krping to the latest upstream code. Move all the FreeBSDNavdeep Parhar2013-10-144-708/+1173
* Delete all of the old RDMA code (except krping, which was switched toNavdeep Parhar2013-10-1427-13178/+0
* Initialize a variable in sys/contrib/ipfilter/netinet/ip_tftp_pxy.c, toDimitry Andric2013-10-101-1/+1
* Initialize a variable in sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c, toDimitry Andric2013-10-091-1/+1
* Update OFED to Linux 3.7 and update Mellanox drivers.Alfred Perlstein2013-09-291-15/+59
* Address double init of ip_log mutex, fixing a panic after ipfilter isCy Schubert2013-09-211-1/+1
* Enable main ipfilter sysctl MIBs.Cy Schubert2013-09-211-28/+26
* Convert ipfilter from timeout(9) to callout(9).Cy Schubert2013-09-212-4/+14
* Remove additional non-FreeBSD code.Cy Schubert2013-09-211-25/+2
* Fix !INET6 build.Gleb Smirnoff2013-09-071-1/+1
* Update ipfilter 4.1.28 --> 5.1.2.Cy Schubert2013-09-0645-12884/+32595
|\
| * As per the developers handbook (5.3.1 step 1), prepare the vendor trees forCy Schubert2013-07-1945-41275/+0
* | Add firmware for Centrino 2200-N wireless devices.George V. Neville-Neil2013-08-281-0/+12250
* | drm/radeon: Import the Radeon KMS driverJean-Sébastien Pédron2013-08-2597-0/+32767
* | Merge ACPICA 20130823.Jung-uk Kim2013-08-2341-105/+1070
|\ \
* | | Assorted fixes to krping. Disconnect the rest of sys/contrib/rdma fromNavdeep Parhar2013-08-233-7/+22
* | | Add firmware for the Intel 2030 and variants.Adrian Chadd2013-08-111-0/+24904
* | | Remove a now-unused firmware.Adrian Chadd2013-08-111-7833/+0
* | | Update the 6000g2a image.Adrian Chadd2013-08-111-0/+30188
* | | Realtek's RTL8712 firmware blob needed by the upcoming rsu(4) driver.Rui Paulo2013-07-291-0/+2149
* | | Merge ACPICA 20130725.Jung-uk Kim2013-07-2624-634/+1533
|\| |