summaryrefslogtreecommitdiff
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* MFC r265943:Pyun YongHyeon2014-05-161-15/+10
* MFC: r261531Marius Strobl2014-02-231-7/+24
* Merge from head: sync the netmap code with the one in HEADLuigi Rizzo2013-11-061-3/+2
* MFC r257306:Pyun YongHyeon2013-11-041-0/+2
* MFC r257305:Pyun YongHyeon2013-11-041-2/+20
* MFC r256828:Pyun YongHyeon2013-11-041-0/+2
* r256827:Pyun YongHyeon2013-11-041-2/+3
* MFC r248227:Pyun YongHyeon2013-05-151-2/+4
* MFC: sync the version of netmap with the one in HEAD, including deviceLuigi Rizzo2013-05-101-11/+8
* MFC: r243857 (partial)Marius Strobl2013-03-091-6/+6
* MFC r239234: Use array notation for consistency.Ed Maste2012-11-191-2/+2
* MFC r242625:Dimitry Andric2012-11-121-2/+2
* Merge r240680 from head:Gavin Atkinson2012-10-241-4/+4
* MFC: r237547Marius Strobl2012-07-021-1/+1
* MFC r234643:Bjoern A. Zeeb2012-05-191-1/+1
* MFC: netmap support for the 're' driverLuigi Rizzo2012-05-171-0/+44
* MFC r232246:Pyun YongHyeon2012-03-261-13/+13
* MFC r232145:Pyun YongHyeon2012-03-261-26/+43
* MFC r231622:Pyun YongHyeon2012-02-231-1/+6
* MFC r230336:Pyun YongHyeon2012-02-151-1/+1
* MFC r230575-230576:Pyun YongHyeon2012-02-151-3/+15
* MFC: r227043Marius Strobl2012-01-291-6/+6
* MFC r227850-227851,227854,227914,227916:Pyun YongHyeon2012-01-041-17/+134
* MFC r227587,227590-227591,227593,227638-227639:Pyun YongHyeon2012-01-041-3/+33
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-311-5/+1
* MFC r226478:Pyun YongHyeon2011-12-311-1/+1
* Add new device id of D-Link DGE-530T Rev. C controller. DGE-503TPyun YongHyeon2011-07-301-0/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-4/+4
* Add initial support for RTL8401E PCIe Fast Ethernet.Pyun YongHyeon2011-02-161-1/+6
* Disable TX IP checksum offloading for RTL8168C controllers. ThePyun YongHyeon2011-02-041-4/+19
* Add support for RTL8105E PCIe Fast Ethernet controller. It seemsPyun YongHyeon2011-01-261-1/+7
* Do not use interrupt taskqueue on controllers with MSI/MSI-XPyun YongHyeon2011-01-261-32/+175
* Remove TX taskqueue and directly invoke re_start in interrupt task.Pyun YongHyeon2011-01-251-20/+13
* Prefer MSI-X to MSI on controllers that support MSI-X. AllPyun YongHyeon2011-01-251-11/+52
* Disable TSO for all Realtek controllers. Experimentation showedPyun YongHyeon2011-01-251-7/+5
* Apply TX interrupt moderation to all RTL810xE PCIe Fast EthernetPyun YongHyeon2011-01-241-14/+2
* Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.Pyun YongHyeon2011-01-181-6/+6
* Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIePyun YongHyeon2011-01-171-111/+347
* Add initial support for RTL8168E/8111E-VL PCIe GbE.Pyun YongHyeon2011-01-171-0/+6
* If driver is not able to allocate RX buffer, do not start driver.Pyun YongHyeon2011-01-131-6/+10
* Make sure to check validity of dma maps before destroying.Pyun YongHyeon2011-01-131-6/+10
* re_reset() should be called only after setting device specificPyun YongHyeon2011-01-131-5/+5
* Allow TX/RX checksum offloading to be configured independently.Pyun YongHyeon2011-01-131-3/+9
* For re(4) controllers that uses new jumbo frame scheme(RTL8168C/D/E),Pyun YongHyeon2011-01-121-2/+7
* When driver is not running, do not send DUMP command to controllerPyun YongHyeon2011-01-101-0/+5
* Implement TSO on RealTek RTL8168/8111 C or later controllers.Pyun YongHyeon2011-01-101-21/+19
* Add flow control for all re(4) controllers. re(4) controllers doPyun YongHyeon2010-11-151-1/+1
* Only moderate TX completion interrupts. Relying on taskqueue toPyun YongHyeon2010-11-091-1/+1
* Follow the lead of vendor's interrupt moderation mechanism.Pyun YongHyeon2010-11-081-0/+18
* Reduce spin wait time consumed in GMII register access routine.Pyun YongHyeon2010-11-081-4/+12