summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/if_arge.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-1/+1
* Fix the leakage of dma tags on if_arge. The leak occur when arge_start()loos2013-09-061-0/+26
* Prevent the full restart cycle every time arge_start() is called. Onlyloos2013-08-291-1/+2
* Some vendors store the mac addresses of arge(4) as a literal sring in thesbruno2013-08-231-4/+17
* Implement the AR933x ethernet support.adrian2013-04-051-0/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Disable setting the MII port speed.adrian2012-05-041-0/+12
* Implement PLL configuration override support, similar to what openwrtadrian2012-05-021-3/+47
* Allow the MII mode to be overridden via 'hint.arge.X.miimode'.adrian2012-05-021-0/+24
* Further ar71xx MII support improvements.adrian2012-05-021-3/+14
* Break out the arge MDIO bus code into an optional argemdio device.adrian2012-05-011-101/+213
* Migrate ARGE_DEBUG to opt_arge.h.adrian2012-05-011-0/+2
* Remove a now unneeded ARGE_UNLOCK().adrian2012-03-131-3/+0
* Fix link status handling on if_arge upon system boot to allow bootp/NFS toadrian2012-03-131-7/+16
* Correctly (I hope) deallocate the if_arge RX buffer ring on arge_stop().adrian2012-03-131-0/+43
* Break long lines.ray2012-03-061-25/+44
* Remove EoL whitespaces.ray2012-03-061-67/+66
* Simplify arge_flush_ddr to use updated ar71xx_device_flush_ddr_ge(unit).ray2011-11-281-4/+2
* Fix build, fininshing r228018.glebius2011-11-281-2/+2
* Join chip depended methods for arge0 and arge1 into single call with unit.ray2011-11-271-4/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-171-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-4/+2
* if_arge has had a strange bug that only appears during high trafficadrian2011-04-051-0/+21
* * Add some more debugging to if_argeadrian2011-04-051-2/+31
* Put the ARGE_DEBUG behind a kernel config option.adrian2011-04-051-4/+10
* Begin fleshing out a functioning debugging setup for if_arge.adrian2011-04-051-13/+22
* A handful of the openwrt devices use a MAC address that's at a hard-codedadrian2011-04-021-0/+21
* Fix the TX underrun status reset; remove a now unused variable.adrian2011-03-131-2/+1
* Commit FIFO configuration fixes from OpenWRT. This fixes performanceadrian2011-03-131-4/+28
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-4/+5
* Migrate if_arge to use the PLL cpuops.adrian2010-08-191-28/+10
* style(9) pick from imp@ .adrian2010-08-191-3/+2
* Make if_arge use the new cpuops rather than hard coding the DDR flush registers.adrian2010-08-191-22/+8
* Add TX-path aligned/unaligned stats for if_arge.adrian2010-07-081-1/+11
* Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checksadrian2010-07-081-1/+23
* Introduce a sysctl block for if_arge and, for now, a blank debug sysctladrian2010-07-081-0/+16
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* - Fix mutex type for miibus_mtx: it's not spinlock, it's def lockgonzo2010-04-081-1/+1
* - Handle multiphy MAC case: create interface withgonzo2009-11-121-82/+197
* - Access to all 5 PHYs goes through registers in MAC0 memorygonzo2009-11-081-9/+25
* - Fix: Wrong register is used for initial value readinggonzo2009-11-061-1/+1
* - Fix initialization of PLL registers (different shifts forgonzo2009-11-061-8/+12
* - Replace dumb cut'n'paste call with not to self (XXX)gonzo2009-11-051-2/+4
* - style(9): replace whitespaces with tabsgonzo2009-11-041-23/+23
* - Remove noisy "Implement me" stubsgonzo2009-11-041-5/+20
* - Fix build with DEVICE_POLLING enabledgonzo2009-10-301-5/+12
* - Fix phy address calculationgonzo2009-09-031-3/+3
* - Fix off-by-one bug in arge_fixup_rx. If mbuf is locatedgonzo2009-07-081-12/+12
* - Fix functions prototypes to make compiler happygonzo2009-06-121-2/+4
OpenPOWER on IntegriCloud