summaryrefslogtreecommitdiffstats
path: root/sys/dev/malo
Commit message (Expand)AuthorAgeFilesLines
* MFC: r278532marius2015-02-151-8/+7
* MFC: r275871marius2015-02-081-2/+2
* MFC r260444:kevlo2014-02-171-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Fix some net80211 enum nits:bschmidt2011-12-171-8/+8
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Use convenience functions where possible instead of accessing the PCItijl2010-12-181-23/+1
* Fix firmware module dependencies.bschmidt2010-09-101-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Cast bus_space_t to a intmax_t and use %j to print it instead ofimp2010-03-291-2/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-192-7/+19
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-3/+3
* Overhaul monitor mode handling:sam2009-05-202-41/+11
* The module name convention is foo, not if_foo.imp2009-05-151-4/+4
* fix a bug that it passed a incorrect flag BUS_DMA_ALLOCNOW to createweongyo2009-03-311-1/+1
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-11/+0
* when it failed to inform rx/tx dma setup it should clean up allocatedweongyo2009-03-301-1/+3
* corrects a error message.weongyo2009-03-301-1/+1
* handles more exceptional cases when the driver failed to attach.weongyo2009-03-301-5/+7
* fix a bug of uses after free.weongyo2009-03-301-2/+1
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-29/+2
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* fix buildsam2008-04-201-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-202-369/+242
* remove warnings for 64bit aware platforms.weongyo2008-04-011-2/+2
* Add support for Marvell Libertas 88W8335 based PCI network adapters.weongyo2008-03-256-0/+4697
OpenPOWER on IntegriCloud