Age | Commit message (Expand) | Author |
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 | non-static inline functions waste space | Theo de Raadt |
2007-05-05 | Properly ifdef debug bits to save a bit of space. | Jonathan Gray |
2007-03-02 | Fix and enable HW VLAN tagging. | Kenneth R Westerback |
2007-02-25 | dmesg should look like devN at busN locators: device info | Theo de Raadt |
2007-02-15 | from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others... | Jason Wright |
2007-02-08 | Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 free | Mark Kettenis |
2007-02-03 | Don't set the RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit in | Kenneth R Westerback |
2007-01-27 | When flooding dmesg with ``can't read/write phy register'', be nice enough to | Miod Vallat |
2007-01-26 | remove duplicate test; from brad | Jason Wright |
2007-01-23 | adjust m_data and m_len directly rather than calling m_adj(). | Marcus Glocker |
2006-12-30 | Add flow control support. | Mark Kettenis |
2006-12-21 | re_fixup_rx() is a no-op function, other than copying data to the same addres... | Dale Rahn |
2006-12-20 | remove debug message inserted in last commit | 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-28 | identify the chipset. | Brad Smith |
2006-11-28 | move printing of the interrupt string into re_attach(). | Brad Smith |
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-10-22 | DMA memory for the TX ring should be aligned at RL_RING_ALIGN, | Brad Smith |
2006-10-16 | Fix for watchdog timeouts experienced with some Realtek adapters. | Brad Smith |
2006-09-29 | Only run the hardware diagnostic function re_diag() on adapters with | Brad Smith |
2006-09-18 | Fix for re_stop() being called from re_cardbus_shutdown() with the | Dimitry Andric |
2006-09-17 | Re-add the link state check to re_start(), which was added in rev 1.31 and | Brad Smith |
2006-09-15 | Kettenis's polished version of diff to preserve the mac address on thecus, | Dale Rahn |
2006-08-17 | Remove the link state check from re_start() for now. Allows the 8139C+ | Brad Smith |
2006-08-06 | fix swapping of the station address for big-endian archs. | Brad Smith |
2006-08-06 | fix the config space macro used with the TX start command. | Brad Smith |
2006-08-06 | With the PCIe devices, it looks as if issuing a TX command while | 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-08-05 | Use IFQ_POLL/IFQ_DEQUEUE instead of IFQ_DEQUEUE/IF_PREPEND. | Brad Smith |
2006-07-06 | Write the mac address into the registers CORRECTLY! | Dale Rahn |
2006-07-03 | - re_attach(): Use bus_dma* directly instead of calling re_allocmem(). | Brad Smith |
2006-07-02 | put writing of RL_IDR0 and RL_IDR4 back to how they should be. | Brad Smith |
2006-07-01 | (fxp/re)_attach_common -> (fxp/re)_attach | Brad Smith |
2006-06-30 | - add a disable argument for re_stop. | Brad Smith |
2006-06-29 | Finally fix the EEPROM reading code so that we can access the EEPROMs on all | Brad Smith |
2006-06-27 | - Make re_diag() off by default. | Brad Smith |
2006-06-27 | - add fixup code in the RX path for strict alignment architectures. | Brad Smith |
2006-06-24 | de-register, ANSI functions and a little cleaning. | Brad Smith |
2006-06-24 | some comment fixes. | Brad Smith |
2006-06-17 | add sys/timeout.h | Brad Smith |
2006-06-05 | Write the words of the mac address in reverse order to fix a MAC problem on | Dale Rahn |
2006-05-29 | Only claim an interrupt if a real interrupt event occured, prevents false | Dale Rahn |