summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/if_ate.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r261681, r261682, r261683, r261684, r261685, r261686, r261687, r261688,ian2014-05-151-1/+16
* MFC r259212, r259220:ian2013-12-141-14/+23
* MFC r257258, r257265: Include headers (if_var.h and others) where needed.ian2013-12-131-0/+1
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-2/+2
* Use m_get2() to get an mbuf of appropriate size.glebius2013-03-121-6/+3
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Fix a couple of comments about the rm9200, and fix a couple of indentationimp2012-07-301-12/+12
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichmarius2012-04-141-1/+1
* - Try to bring these files closer to style(9).marius2012-04-141-35/+35
* unbreak mutlicast hash creation for the second time.ticso2011-02-071-2/+12
* Remove a device_printf() accidentally left in r213894.marius2010-10-151-1/+0
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-2/+4
* if_ate.c:cognet2010-10-061-252/+462
* fix outdated commentticso2010-09-281-4/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* simplify hash calculationticso2010-02-281-5/+1
* remove debug leftoverticso2010-02-281-1/+0
* Fix multicast hashes.ticso2010-02-281-2/+17
* - Initialize callout before it is used in atestop() during attach.jhb2009-11-191-9/+5
* These drivers only set if_timer but never set if_watchdog. Just removejhb2009-11-191-2/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-3/+3
* strict kobj signatures: number of fixes for arm architectureavg2009-06-111-2/+2
* - Set MAC address in ateinit, so it can be changed later.stas2009-05-131-8/+7
* - Style(9) and consistency nitpicking.stas2009-05-131-72/+88
* - Resurrect the debug printf message I accidentally droppedstas2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storestas2009-05-121-16/+28
* - Implement detach path.stas2009-05-121-82/+143
* - Fix multicast operation that I broke in previous commit.stas2009-05-101-16/+44
* - Fix promisc/multicast/broadcast parameters setting by introducing thestas2009-05-101-12/+53
* Replace disclaimer with the one from COPYRIGHT. Joint authors aggreedimp2008-11-251-10/+11
* Use bus_get_dma_tag() instead of NULL here. Not really needed for atmelimp2008-10-071-8/+8
* Use a locally assigned address rather than stealing Atmel's whichimp2008-08-311-4/+6
* - Fix comment.stas2008-08-311-3/+3
* - Try to look for MAC address in all SA registers, not only in thestas2008-08-301-16/+37
* - Style fix.stas2008-08-301-1/+1
* Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(),wkoszek2008-06-091-2/+2
* Add a missing \n.cognet2008-01-071-1/+1
* - Don't return 0xffff if PHY id isn't equal 0. This allows PHYs withstas2007-12-161-2/+0
* In ate_get_mac(), try to get the mac address in the right order, at leastcognet2007-10-241-6/+6
* Fix a spacing nit.imp2007-06-111-1/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix small altq related copy and paste error.mlaier2007-02-101-1/+1
* Add sanity check to make sure that the MAC address isn't all 0's. Badimp2007-02-081-19/+24
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again.kevlo2007-02-031-1/+0
* MFp4: Add VLAN_MTU supportticso2007-01-051-1/+19
* MFp4: fix a race in transmit buffer handlingticso2007-01-051-1/+1
* MFp4: Remove watchdog timeout that appears to be unused.imp2007-01-011-14/+0
* MFp4:imp2006-11-031-43/+81
* Add sysctl to export current state of rmii vs mii configuraiton.imp2006-10-201-2/+12
* Do not create dma maps with bus_dmamap_create, as we callcognet2006-08-251-5/+0
OpenPOWER on IntegriCloud