Age | Commit message (Expand) | Author |
2016-11-16 | move toward having the a tx packet descriptor per tx ring entry. | David Gwynne |
2016-11-16 | serialise posts to the txstart register. | David Gwynne |
2016-04-20 | If RTL8111E on PC Engines APU is detected, configure NIC LEDs to display link. | Stuart Henderson |
2015-12-28 | Rework re_start and re_txeof to only check the producer/consumer ring | Jonathan Matthew |
2015-11-02 | later variants of these chips can support bigger rx and tx rings. this | David Gwynne |
2015-09-04 | add support for RTL8168H | Jonathan Gray |
2015-04-09 | to quote jim smith: | David Gwynne |
2015-03-20 | add support for jumbos on re(4). | David Gwynne |
2015-03-08 | Revert patch responsible for locking up machines with | Tobias Ulmer |
2015-01-26 | Set PCIe max read request size to 2K to help with TX performance. | Brad Smith |
2015-01-20 | Remove use of the link change interrupt handling, not all controllers | Brad Smith |
2015-01-08 | Use the correct config registers for the RTL8139 family. Unlike the RTL8169 | Brad Smith |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-19 | Add support for stopping the operation of the chipset within re_stop() | Brad Smith |
2014-09-06 | Various changes to the re(4) feature flags.. | Brad Smith |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2014-04-23 | rename some hardware revisions to match FreeBSD | Jonathan Gray |
2014-04-23 | add support for RTL8168EP | Jonathan Gray |
2014-04-23 | While we always mask the revision with 0x7c800000 linux uses a table | Jonathan Gray |
2014-04-23 | Add support for RTL8168GU | Jonathan Gray |
2014-03-13 | Missed removing some bits with rev 1.147. | Brad Smith |
2014-03-08 | Add the RX earlyoff support for older chips (8168{E-VL,EP, F}) and RXDV GATED | Brad Smith |
2013-11-18 | Enable MSI on the remaining chipsets. | Brad Smith |
2013-10-11 | Add initial RTL8106E and RTL8168G/8111G support. | Jonathan Gray |
2013-03-17 | - Remove the reserved number of TX descriptors. No limitation is mentioned in | Brad Smith |
2012-04-08 | additional adapter types from FreeBSD | Jonathan Gray |
2011-04-14 | Add several additional adapter types and correct definition of | Jonathan Gray |
2011-03-13 | Wake On LAN support for re(4). | Stefan Sperling |
2010-11-28 | Bring back MCLGETI; a fix for the issue that was the reason for its previous | Mark Kettenis |
2010-11-12 | revert MCLGETI for re(4) for now, it is causing hangs (in some cases | Stuart Henderson |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-27 | Move the activate function from pci to the the main driver, so that the | Theo de Raadt |
2010-06-28 | Add initial support for RTL8168E, brokenness reported by Joe Gidi. | Stuart Henderson |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-07-23 | Switch re(4) over to MCLGETI. | Mark Kettenis |
2009-07-11 | - Add some new feature flags | Stuart Henderson |
2009-07-10 | Swap the hardware revision IDs for 8169S and 8110S. Agrees with the | Stuart Henderson |
2009-07-03 | Support RTL8103E and RTL8168DP which are starting to show up, from brad. | Theo de Raadt |
2009-06-03 | from Brad; I've read and tested it, also reads ok to dlg@. | Stuart Henderson |
2009-06-02 | make rl at pci detachable; untested. | Jonathan Gray |
2009-02-12 | don't access undocumented register 0x82 for <= MAC06, since newer | Martynas Venckus |
2008-11-30 | Add initial 8168D/8111D support. | Brad Smith |
2008-11-08 | Reduce the delay's a bit in the miibus read/write routines. | Brad Smith |
2008-11-08 | Reduce the number of TX descriptors to 512, such a large number is not | Brad Smith |
2008-10-11 | Use hardware timer to simulate interrupt moderation. Old devices will no | Brad Smith |
2008-10-06 | Detect and store the PCI/PCIe bus speed. | Brad Smith |
2008-10-05 | Add a flag to indicate a 64-bit PCI bus is present. | Brad Smith |
2008-10-05 | Detect if the adapter is a PCIe adapter and set the RL_FLAG_PCIE flag | Brad Smith |
2008-08-27 | Remove a redundant define for RL_CFG2 and remove an incorrect comment. | Brad Smith |
2008-08-13 | Add more Config mode registers. | Brad Smith |