| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct !FDT case with proper name. | imp | 2015-11-07 | 1 | -1/+1 |
* | Implement the phy-mode property for ate and macb. If it is set to | imp | 2015-11-07 | 1 | -12/+65 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -11/+11 |
* | Don't bother clearing maps for static DMA allocations to NULL. Instead, | jhb | 2014-06-17 | 1 | -1/+0 |
* | Add FDT attachment. | imp | 2014-02-09 | 1 | -1/+16 |
* | Loose -> Lose so this sentence makes sense. | imp | 2013-12-11 | 1 | -1/+1 |
* | Fix one race and one fence post error. When the TX buffer was | imp | 2013-12-11 | 1 | -14/+23 |
* | Sweep up a bit of arm-land fallout after r257244; include necessary | ian | 2013-10-28 | 1 | -0/+1 |
* | Functions m_getm2() and m_get2() have different order of arguments, | glebius | 2013-03-12 | 1 | -2/+2 |
* | Use m_get2() to get an mbuf of appropriate size. | glebius | 2013-03-12 | 1 | -6/+3 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -3/+3 |
* | Fix a couple of comments about the rm9200, and fix a couple of indentation | imp | 2012-07-30 | 1 | -12/+12 |
* | Add support for the Atmel SAM9XE familiy of microcontrollers, which | marius | 2012-04-14 | 1 | -1/+1 |
* | - Try to bring these files closer to style(9). | marius | 2012-04-14 | 1 | -35/+35 |
* | unbreak mutlicast hash creation for the second time. | ticso | 2011-02-07 | 1 | -2/+12 |
* | Remove a device_printf() accidentally left in r213894. | marius | 2010-10-15 | 1 | -1/+0 |
* | Converted the remainder of the NIC drivers to use the mii_attach() | marius | 2010-10-15 | 1 | -2/+4 |
* | if_ate.c: | cognet | 2010-10-06 | 1 | -252/+462 |
* | fix outdated comment | ticso | 2010-09-28 | 1 | -4/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -2/+2 |
* | simplify hash calculation | ticso | 2010-02-28 | 1 | -5/+1 |
* | remove debug leftover | ticso | 2010-02-28 | 1 | -1/+0 |
* | Fix multicast hashes. | ticso | 2010-02-28 | 1 | -2/+17 |
* | - Initialize callout before it is used in atestop() during attach. | jhb | 2009-11-19 | 1 | -9/+5 |
* | These drivers only set if_timer but never set if_watchdog. Just remove | jhb | 2009-11-19 | 1 | -2/+0 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -3/+3 |
* | strict kobj signatures: number of fixes for arm architecture | avg | 2009-06-11 | 1 | -2/+2 |
* | - Set MAC address in ateinit, so it can be changed later. | stas | 2009-05-13 | 1 | -8/+7 |
* | - Style(9) and consistency nitpicking. | stas | 2009-05-13 | 1 | -72/+88 |
* | - Resurrect the debug printf message I accidentally dropped | stas | 2009-05-12 | 1 | -1/+4 |
* | - Eliminate extra register reads by using a variable to store | stas | 2009-05-12 | 1 | -16/+28 |
* | - Implement detach path. | stas | 2009-05-12 | 1 | -82/+143 |
* | - Fix multicast operation that I broke in previous commit. | stas | 2009-05-10 | 1 | -16/+44 |
* | - Fix promisc/multicast/broadcast parameters setting by introducing the | stas | 2009-05-10 | 1 | -12/+53 |
* | Replace disclaimer with the one from COPYRIGHT. Joint authors aggreed | imp | 2008-11-25 | 1 | -10/+11 |
* | Use bus_get_dma_tag() instead of NULL here. Not really needed for atmel | imp | 2008-10-07 | 1 | -8/+8 |
* | Use a locally assigned address rather than stealing Atmel's which | imp | 2008-08-31 | 1 | -4/+6 |
* | - Fix comment. | stas | 2008-08-31 | 1 | -3/+3 |
* | - Try to look for MAC address in all SA registers, not only in the | stas | 2008-08-30 | 1 | -16/+37 |
* | - Style fix. | stas | 2008-08-30 | 1 | -1/+1 |
* | Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(), | wkoszek | 2008-06-09 | 1 | -2/+2 |
* | Add a missing \n. | cognet | 2008-01-07 | 1 | -1/+1 |
* | - Don't return 0xffff if PHY id isn't equal 0. This allows PHYs with | stas | 2007-12-16 | 1 | -2/+0 |
* | In ate_get_mac(), try to get the mac address in the right order, at least | cognet | 2007-10-24 | 1 | -6/+6 |
* | Fix a spacing nit. | imp | 2007-06-11 | 1 | -1/+0 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Fix small altq related copy and paste error. | mlaier | 2007-02-10 | 1 | -1/+1 |
* | Add sanity check to make sure that the MAC address isn't all 0's. Bad | imp | 2007-02-08 | 1 | -19/+24 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again. | kevlo | 2007-02-03 | 1 | -1/+0 |
* | MFp4: Add VLAN_MTU support | ticso | 2007-01-05 | 1 | -1/+19 |