| Age | Commit message (Expand) | Author |
| 2003-02-21 | hz -> Hz | tsutsui |
| 2003-01-15 | Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN-ETHER_CRC_LEN | bouyer |
| 2002-11-07 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-10-22 | Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASK | fair |
| 2002-06-01 | SIMPLEQ rototill: | lukem |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-08-20 | precede, not preceed, and a whitespace fix. | wiz |
| 2001-08-14 | mtod() with uintptr_t, not bus_addr_t. | mrg |
| 2001-08-07 | Fix typo in a message. | kanaoka |
| 2001-07-25 | - Increase Early TX threshold if underrun occurred. | kanaoka |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-07-07 | bzero -> memset | thorpej |
| 2001-07-07 | bcopy -> strcpy | thorpej |
| 2001-06-12 | Don't need INET or NS includes here. | thorpej |
| 2001-02-02 | Rework the transmit logic. Use a "free" and "dirty" list of | thorpej |
| 2001-02-02 | Put the rx buf pointer into the softc directly. | thorpej |
| 2001-02-01 | Fix a bug in ring-buffer wrap calculation. On the Dreamcast, | thorpej |
| 2001-01-29 | Handle allmulti case correctly as a NetBSD network driver; | enami |
| 2001-01-11 | Don't copy Rx packet to mbuf if it has invalid length; just discard it. | tsutsui |
| 2000-12-19 | Fix a problem with the ALTQ changes that can cause bogus memory | thorpej |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-12-09 | Add (missed) bus_dmemem_free() in rtk_detach(). | tsutsui |
| 2000-12-05 | - Since rtk_rxeof() was rewritten, we don't have to reserve a few bytes | tsutsui |
| 2000-12-03 | Clean up receive interrupt routine: | tsutsui |
| 2000-11-30 | Clarify RX status header length and some cosmetics. | tsutsui |
| 2000-11-30 | After rev 1.16 rtk driver uses the CRC from the chip, | tsutsui |
| 2000-11-26 | Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY and | takemura |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-10-15 | Don't trim off the FCS, pass it up. | thorpej |
| 2000-10-11 | Use ether_ioctl(). | thorpej |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-09-25 | Fix merge lossage in disabled code. | enami |
| 2000-09-01 | -fix multicast filter programming | drochner |
| 2000-05-21 | Call bus_dmamap_unload() if any Tx mbuf remains in rtk_stop(). | tsutsui |
| 2000-05-19 | - Change RL_* -> RTK_* | tsutsui |
| 2000-05-15 | splimp() -> splnet() | thorpej |
| 2000-05-15 | Symbol namespace cleanup: rl_ -> rtk_ | thorpej |
| 2000-05-12 | Use ether_crc32_be(). | thorpej |
| 2000-05-01 | - Move some initialization into MI rl_attach() from each bus attachment. | tsutsui |
| 2000-04-30 | Modify EEPROM read functions and handle also 9356 EEPROM. | tsutsui |
| 2000-04-26 | - Allocate mbuf dynamically on Tx and use bus_dmamap_load_mbuf(9). | tsutsui |
| 2000-04-25 | Fix two endian problems. rtk now works on macppc. | tsutsui |
| 2000-04-24 | Merge changes of sys/pci/if_rl.c rev. 1.8->1.10. (from kern/9870) | tsutsui |
| 2000-04-10 | Incorporate the changes of RL81x9 driver provided by M. Kanaoka | haya |