Age | Commit message (Expand) | Author |
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 |
2006-06-27 | - add fixup code in the RX path for strict alignment architectures. | Brad Smith |
2005-09-17 | add some Realtek chip ids | Brad Smith |
2005-08-03 | This commit was derived from a commit to FreeBSD.. | Brad Smith |
2005-04-15 | re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right values | Brad Smith |
2005-04-15 | add another 8169 rev and remove vtophys() hack for alpha now that the driver | Brad Smith |
2004-10-13 | Let the generic rtl code work if the bus-dependent code has decided to attach; | Miod Vallat |
2004-09-30 | bus_dma-ify... thanks to robert, jgs, and grange for testing | Jason Wright |
2004-08-05 | remove some separate per driver constants and use | Brad Smith |
2004-08-05 | compile before you commit damnit | Theo de Raadt |
2004-08-05 | remove some separate per driver constants and use | Brad Smith |
2004-06-05 | add multicast support | Peter Valchev |
2004-06-05 | Add defines for RealTek 8139C+/8169/8169S/8110S; from FreeBSD | Peter Valchev |
2004-05-19 | remove duplication, use ETHER_ALIGN from if_ether.h | Brad Smith |
2004-04-07 | attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org> | Michael Shalayeff |
2003-10-01 | it turned that only adding the cardbus part was not enough to have | Federico G. Schwindt |
2002-10-15 | re-init the hw on resume, from grendel@zeitbombe.org | Michael Shalayeff |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries |
2002-06-08 | Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD. | Aaron Campbell |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-06-23 | More constants cleaning. | Federico G. Schwindt |
2001-05-22 | support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov <tm@oganer.... | Michael Shalayeff |
2001-04-10 | Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts; | Aaron Campbell |