| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r265943: | Pyun YongHyeon | 2014-05-16 | 1 | -15/+10 |
| * | MFC: r261531 | Marius Strobl | 2014-02-23 | 1 | -7/+24 |
| * | Merge from head: sync the netmap code with the one in HEAD | Luigi Rizzo | 2013-11-06 | 1 | -3/+2 |
| * | MFC r257306: | Pyun YongHyeon | 2013-11-04 | 1 | -0/+2 |
| * | MFC r257305: | Pyun YongHyeon | 2013-11-04 | 1 | -2/+20 |
| * | MFC r256828: | Pyun YongHyeon | 2013-11-04 | 1 | -0/+2 |
| * | r256827: | Pyun YongHyeon | 2013-11-04 | 1 | -2/+3 |
| * | MFC r248227: | Pyun YongHyeon | 2013-05-15 | 1 | -2/+4 |
| * | MFC: sync the version of netmap with the one in HEAD, including device | Luigi Rizzo | 2013-05-10 | 1 | -11/+8 |
| * | MFC: r243857 (partial) | Marius Strobl | 2013-03-09 | 1 | -6/+6 |
| * | MFC r239234: Use array notation for consistency. | Ed Maste | 2012-11-19 | 1 | -2/+2 |
| * | MFC r242625: | Dimitry Andric | 2012-11-12 | 1 | -2/+2 |
| * | Merge r240680 from head: | Gavin Atkinson | 2012-10-24 | 1 | -4/+4 |
| * | MFC: r237547 | Marius Strobl | 2012-07-02 | 1 | -1/+1 |
| * | MFC r234643: | Bjoern A. Zeeb | 2012-05-19 | 1 | -1/+1 |
| * | MFC: netmap support for the 're' driver | Luigi Rizzo | 2012-05-17 | 1 | -0/+44 |
| * | MFC r232246: | Pyun YongHyeon | 2012-03-26 | 1 | -13/+13 |
| * | MFC r232145: | Pyun YongHyeon | 2012-03-26 | 1 | -26/+43 |
| * | MFC r231622: | Pyun YongHyeon | 2012-02-23 | 1 | -1/+6 |
| * | MFC r230336: | Pyun YongHyeon | 2012-02-15 | 1 | -1/+1 |
| * | MFC r230575-230576: | Pyun YongHyeon | 2012-02-15 | 1 | -3/+15 |
| * | MFC: r227043 | Marius Strobl | 2012-01-29 | 1 | -6/+6 |
| * | MFC r227850-227851,227854,227914,227916: | Pyun YongHyeon | 2012-01-04 | 1 | -17/+134 |
| * | MFC r227587,227590-227591,227593,227638-227639: | Pyun YongHyeon | 2012-01-04 | 1 | -3/+33 |
| * | MFC r226173, r227843, r227848 and r227908: | Hans Petter Selasky | 2011-12-31 | 1 | -5/+1 |
| * | MFC r226478: | Pyun YongHyeon | 2011-12-31 | 1 | -1/+1 |
| * | Add new device id of D-Link DGE-530T Rev. C controller. DGE-503T | Pyun YongHyeon | 2011-07-30 | 1 | -0/+2 |
| * | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | John Baldwin | 2011-03-23 | 1 | -4/+4 |
| * | Add initial support for RTL8401E PCIe Fast Ethernet. | Pyun YongHyeon | 2011-02-16 | 1 | -1/+6 |
| * | Disable TX IP checksum offloading for RTL8168C controllers. The | Pyun YongHyeon | 2011-02-04 | 1 | -4/+19 |
| * | Add support for RTL8105E PCIe Fast Ethernet controller. It seems | Pyun YongHyeon | 2011-01-26 | 1 | -1/+7 |
| * | Do not use interrupt taskqueue on controllers with MSI/MSI-X | Pyun YongHyeon | 2011-01-26 | 1 | -32/+175 |
| * | Remove TX taskqueue and directly invoke re_start in interrupt task. | Pyun YongHyeon | 2011-01-25 | 1 | -20/+13 |
| * | Prefer MSI-X to MSI on controllers that support MSI-X. All | Pyun YongHyeon | 2011-01-25 | 1 | -11/+52 |
| * | Disable TSO for all Realtek controllers. Experimentation showed | Pyun YongHyeon | 2011-01-25 | 1 | -7/+5 |
| * | Apply TX interrupt moderation to all RTL810xE PCIe Fast Ethernet | Pyun YongHyeon | 2011-01-24 | 1 | -14/+2 |
| * | Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones. | Pyun YongHyeon | 2011-01-18 | 1 | -6/+6 |
| * | Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIe | Pyun YongHyeon | 2011-01-17 | 1 | -111/+347 |
| * | Add initial support for RTL8168E/8111E-VL PCIe GbE. | Pyun YongHyeon | 2011-01-17 | 1 | -0/+6 |
| * | If driver is not able to allocate RX buffer, do not start driver. | Pyun YongHyeon | 2011-01-13 | 1 | -6/+10 |
| * | Make sure to check validity of dma maps before destroying. | Pyun YongHyeon | 2011-01-13 | 1 | -6/+10 |
| * | re_reset() should be called only after setting device specific | Pyun YongHyeon | 2011-01-13 | 1 | -5/+5 |
| * | Allow TX/RX checksum offloading to be configured independently. | Pyun YongHyeon | 2011-01-13 | 1 | -3/+9 |
| * | For re(4) controllers that uses new jumbo frame scheme(RTL8168C/D/E), | Pyun YongHyeon | 2011-01-12 | 1 | -2/+7 |
| * | When driver is not running, do not send DUMP command to controller | Pyun YongHyeon | 2011-01-10 | 1 | -0/+5 |
| * | Implement TSO on RealTek RTL8168/8111 C or later controllers. | Pyun YongHyeon | 2011-01-10 | 1 | -21/+19 |
| * | Add flow control for all re(4) controllers. re(4) controllers do | Pyun YongHyeon | 2010-11-15 | 1 | -1/+1 |
| * | Only moderate TX completion interrupts. Relying on taskqueue to | Pyun YongHyeon | 2010-11-09 | 1 | -1/+1 |
| * | Follow the lead of vendor's interrupt moderation mechanism. | Pyun YongHyeon | 2010-11-08 | 1 | -0/+18 |
| * | Reduce spin wait time consumed in GMII register access routine. | Pyun YongHyeon | 2010-11-08 | 1 | -4/+12 |