aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Instead of allocating memory for all the keys at device attach,Pawel Jakub Dawidek2011-04-211-0/+1
* Add firmware images for the 6000 series g2a and g2b adapters.Bernhard Schmidt2011-04-203-1/+13
* Update iwn(4) firmware blobs:Bernhard Schmidt2011-04-203-3/+3
* Fix make buildworld -DMODULES_WITH_WORLD after r220454.Ulrich Spörlein2011-04-191-0/+1
* Remove missing include directory in preparation for addingRebecca Cran2011-04-161-1/+1
* Merge ACPICA 20110413.Jung-uk Kim2011-04-151-1/+1
* Remove mii(4) dependency and unneeded headers.Pyun YongHyeon2011-04-131-1/+1
* Bring over the antenna diversity logic support for Kite.Adrian Chadd2011-04-131-0/+1
* Add the initial AR9285 PHY glue for supporting antenna diversity.Adrian Chadd2011-04-131-1/+1
* Fix make buildworld -DMODULES_WITH_WORLD on i386Ulrich Spörlein2011-04-092-2/+2
* Stripped '32' suffix from linux systrace module name on i386.Artem Belevich2011-04-081-0/+5
* Fix buildworld -DMODULES_WITH_WORLDUlrich Spörlein2011-04-051-1/+1
* Add missing include.Adrian Chadd2011-04-021-1/+1
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.Konstantin Belousov2011-04-011-0/+1
* Allow multiple modules within sys/modules/cxgbe. The first one is if_cxgbe.Navdeep Parhar2011-04-012-11/+18
* ath_ahb shouldn't be compiled normally; it is atheros chip specific.Adrian Chadd2011-03-311-1/+0
* Break out the ath PCI logic into a separate device/module.Adrian Chadd2011-03-314-1/+85
* Do not build ip_fw_nat.c for ipfw.ko. It can be build as separate module.Andrey V. Elsukov2011-03-291-1/+1
* MFgraid/head:Alexander Motin2011-03-242-0/+20
* - Move ofed modules into the i386 and amd64 specific sections to fixJeff Roberson2011-03-231-8/+12
* - For now, disable ofed module build unless MK_OFED is set.Jeff Roberson2011-03-211-4/+12
* - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson2011-03-215-0/+57
* Retire opt_ffs_broken_fixme.h.Konstantin Belousov2011-03-201-2/+1
* - Inadvertently committed files with +x attribute, fixed.David Christensen2011-03-151-0/+0
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.David Christensen2011-03-141-0/+13
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-125-2/+42
* Port over the AR9285 PA calibration and initial calibration code fromAdrian Chadd2011-03-111-1/+1
* Implement open-loop TX power control (OLC) for Merlin (AR9280) andAdrian Chadd2011-03-081-1/+1
* Break the keycache management functions out into if_ath_keycache.c .Adrian Chadd2011-03-021-1/+2
* Add support for NetFlow version 9 into ng_netflow(4) node.Gleb Smirnoff2011-03-021-1/+14
* Migrate the sysctl related routines (statistics, debugging, etc) out ofAdrian Chadd2011-03-021-1/+1
* Fix misuse of TARGET_ARCH. This should be MACHINE_ARCH.Nathan Whitehorn2011-03-011-1/+1
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-272-2/+13
* Connect uep.ko to buildGleb Smirnoff2011-02-261-1/+1
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.Dimitry Andric2011-02-202-0/+9
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.Navdeep Parhar2011-02-182-0/+17
* Add support for new USB to ethernet controller:Hans Petter Selasky2011-02-162-1/+38
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.Dmitry Chagin2011-02-121-1/+1
* Merge ACPICA 20110211.Jung-uk Kim2011-02-121-7/+8
* Include some preliminary TX HT rate scenario setup code.Adrian Chadd2011-02-011-1/+1
* Import an implementation of the CAIA-Hamilton-Delay (CHD) congestion controlLawrence Stewart2011-02-012-1/+11
* Import a clean-room implementation of the Hamilton-Delay (HD) congestion controlLawrence Stewart2011-02-012-0/+10
* Import a clean-room implementation of the VEGAS congestion control algorithmLawrence Stewart2011-02-012-1/+11
* Migrate the TX path code out of if_ath and into a separate source file.Adrian Chadd2011-01-291-1/+1
* Break out the debug macros from if_ath.c into if_ath_debug.[ch] .Adrian Chadd2011-01-291-1/+1
* Import the ERTT (Enhanced Round Trip Time) Khelp module. ERTT uses theLawrence Stewart2011-01-242-1/+10
* Add build infrastructure for Khelp modules.Lawrence Stewart2011-01-242-0/+6
* Push the non-AR5416 related stuff into chipset specific directories.Adrian Chadd2011-01-201-2/+7
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Jung-uk Kim2011-01-171-4/+1
* No need to genreate these hereWarner Losh2011-01-062-12/+2