summaryrefslogtreecommitdiffstats
path: root/sys/dev/malo/if_malo.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-7/+17
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-3/+3
* Overhaul monitor mode handling:sam2009-05-201-38/+11
* 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
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-29/+2
* 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-201-363/+234
* Add support for Marvell Libertas 88W8335 based PCI network adapters.weongyo2008-03-251-0/+2472
OpenPOWER on IntegriCloud