| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r243857 (partial) | Marius Strobl | 2013-03-09 | 1 | -3/+3 |
| * | Merge r240680 from head: | Gavin Atkinson | 2012-10-24 | 1 | -3/+3 |
| * | MFC r229940: | Pyun YongHyeon | 2012-02-15 | 1 | -34/+68 |
| * | MFC r228333,228335-228336,228362,228368-228369,228381: | Pyun YongHyeon | 2012-01-06 | 3 | -357/+401 |
| * | MFC r228326-228327,228331-228332: | Pyun YongHyeon | 2012-01-06 | 3 | -134/+438 |
| * | MFC r228325: | Pyun YongHyeon | 2012-01-06 | 2 | -615/+579 |
| * | MFC r228291-228293,228297-228298: | Pyun YongHyeon | 2012-01-06 | 2 | -70/+67 |
| * | MFC r226173, r227843, r227848 and r227908: | Hans Petter Selasky | 2011-12-31 | 1 | -4/+1 |
| * | MFC r226480-226481: | Pyun YongHyeon | 2011-12-31 | 1 | -3/+3 |
| * | Remove duplicate header includes | Kevin Lo | 2011-06-28 | 1 | -1/+0 |
| * | - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP | Marius Strobl | 2011-05-03 | 1 | -6/+3 |
| * | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | John Baldwin | 2011-03-23 | 1 | -1/+1 |
| * | Converted the remainder of the NIC drivers to use the mii_attach() | Marius Strobl | 2010-10-15 | 1 | -4/+4 |
| * | Make sure to clear IFF_DRV_RUNNING to reinitialize controller. | Pyun YongHyeon | 2010-09-21 | 1 | -0/+2 |
| * | Change copyright holder to author. We prefer using a real legal | Xin LI | 2010-07-30 | 3 | -3/+3 |
| * | Only Tx checksum offloading is supported now. Remove experimental | Pyun YongHyeon | 2009-11-20 | 1 | -1/+1 |
| * | Add __FBSDID. | Pyun YongHyeon | 2009-11-20 | 1 | -1/+3 |
| * | Add IPv4/TCP/UDP Tx checksum offloading support. It seems the | Pyun YongHyeon | 2009-11-20 | 2 | -6/+43 |
| * | Because we know received bytes including CRC there is no reason to | Pyun YongHyeon | 2009-11-20 | 1 | -4/+2 |
| * | Add initial endianness support. It seems the controller supports | Pyun YongHyeon | 2009-11-20 | 1 | -14/+14 |
| * | Remove unnecessary structure packing. | Pyun YongHyeon | 2009-11-20 | 1 | -4/+4 |
| * | Fix copy & paste error and remove extra space before colon. | Pyun YongHyeon | 2009-11-19 | 1 | -2/+2 |
| * | Use capability pointer to access PCIe registers rather than | Pyun YongHyeon | 2009-11-19 | 1 | -18/+26 |
| * | Use bus_{read,write}_4 rather than bus_space_{read,write}_4. | Pyun YongHyeon | 2009-11-19 | 2 | -6/+2 |
| * | style(9) | Pyun YongHyeon | 2009-11-19 | 1 | -59/+59 |
| * | Remove extra spce at the EOL. | Pyun YongHyeon | 2009-11-19 | 3 | -12/+12 |
| * | Add MSI support. | Pyun YongHyeon | 2009-11-19 | 2 | -10/+44 |
| * | Destroy driver mutex in device detach. | Pyun YongHyeon | 2009-11-19 | 1 | -1/+2 |
| * | Remove support code for FreeBSD 6.x versions. | Pyun YongHyeon | 2009-11-19 | 1 | -5/+0 |
| * | Remove complex macros that were used to compute bits values. | Pyun YongHyeon | 2009-11-19 | 3 | -221/+198 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | Don't leak DMA map if not freed. | Xin LI | 2008-07-11 | 1 | -0/+2 |
| * | Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabit | Xin LI | 2008-06-20 | 3 | -0/+3104 |