aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ae
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-7/+7
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-21/+15
* Failed m_devget(9) indicates lack of free mbuf cluster. UpdatePyun YongHyeon2013-12-181-18/+13
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+3
* Avoid magic constant.Pyun YongHyeon2013-07-172-7/+9
* o TxD ring requires 8 bytes alignment to work so change alignmentPyun YongHyeon2013-07-171-20/+30
* Fix the build.Sergey Kandaurov2012-06-061-1/+1
* Check the return value of pci_find_cap()Kevin Lo2012-06-061-6/+7
* To send a frame, controller requires a prepended TX header andPyun YongHyeon2011-11-111-9/+8
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-4/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-3/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-46/+45
* Add a 'locked' variant of the foo_start() routine and call it directlyJohn Baldwin2011-01-032-20/+16
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-152-13/+4
* Remove unnecessary controller reinitialization.Pyun YongHyeon2010-09-211-1/+9
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Don't panic on attach if we can't allocate ifpGavin Atkinson2010-01-101-0/+1
* Small spelling fix, "Ethetnet" -> "Ethernet"Gavin Atkinson2009-12-251-1/+1
* Fix multicast handling. All Atheros controllers use big-endian formPyun YongHyeon2009-09-291-1/+1
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-2/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* detach doesn't return an unsinged int, but returns an int.Warner Losh2009-02-041-2/+2
* - Eliminate unused variable. [1]Stanislav Sedov2008-12-061-5/+2
* - Add driver for Attansic L2 FastEthernet controller found onStanislav Sedov2008-10-033-0/+2817