Age | Commit message (Expand) | Author |
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 |
2008-08-11 | Add support for TX/RX checksum offload for newer re(4) chipsets. | Brad Smith |
2008-07-15 | Adapt some code from the FreeBSD driver required to make | Jonathan Gray |
2008-07-13 | Add some additional hardware revisions from FreeBSD needed for | Jonathan Gray |
2008-04-20 | Move the threshold fix from the re(4) code back into the header as | Brad Smith |
2008-04-20 | - Recognize the 8168C chipset. | Brad Smith |
2008-04-20 | - Add some more defines. | Brad Smith |
2008-04-20 | Remove unused flags. | Brad Smith |
2008-02-17 | Simplify the hw revision handling by removing the use of the | Brad Smith |
2008-01-16 | - Store the hw revision into a new softc field in re_attach() and reference | Brad Smith |
2007-08-07 | Correct value for power state D1. | Jonathan Gray |
2007-07-16 | The logic determining the value of rl_eewidth for the 9346 and 9356 | Todd C. Miller |
2007-06-06 | add another revision "RTL8168 3"; from NetBSD via Brad | Peter Valchev |
2007-06-06 | - Recognize the 8110SCe 8169 revision in re(4) | Peter Valchev |
2007-05-08 | rl_detach() is only used for cardbus case | Theo de Raadt |
2006-12-12 | add a workaround for hardware ip4csum-tx bug on re(4) chips. the | Reyk Floeter |
2006-12-01 | rename 8100E id to spin 1 and add the 8100E second spin chip id | Todd T. Fries |
2006-11-26 | correct hardware revision mask. | Jonathan Gray |
2006-11-24 | replace a magic number (reserved TX descs?) with macro | Brad Smith |
2006-11-18 | - set descriptor DMA addresses before enabling TX and RX | Brad Smith |
2006-11-01 | Put common data for each RX DMA descriptor into a new rxsoft structure. | Brad Smith |
2006-10-31 | - Rename a variable to clarify meaning of index. | Brad Smith |
2006-10-31 | - Make DMA descripter members volatile | Brad Smith |
2006-08-16 | Not a bug, but change the ID strings for devices with hardware rev | Brad Smith |
2006-08-05 | - move the promiscuous mode handling code into re_setpromisc(). | Brad Smith |
2006-08-05 | - restructure the TX descriptor handling code to decouple the | Brad Smith |
2006-07-03 | - re_attach(): Use bus_dma* directly instead of calling re_allocmem(). | Brad Smith |
2006-07-01 | fix the hw rev id for the 8168 and add the id for the 8111 | Brad Smith |
2006-06-27 | new HW revs, EEPROM commands, softc fields, some macros and device ids. | Brad Smith |