| Age | Commit message (Expand) | Author |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-09-15 | Simplify activation routines: do not call mii_activate(), it is a | dyoung |
| 2009-09-05 | Remove one more extra whitespace. | tsutsui |
| 2009-09-05 | Remove unnecessary whitespace. | tsutsui |
| 2009-09-02 | Move pmf(9) calls to MI re_attach() and re_detach() from each backend. | tsutsui |
| 2009-08-31 | Treat 8168DP as well as 8168C/CP/D. From FreeBSD. | tsutsui |
| 2009-08-29 | - no need to include "vlan.h" since no NVLAN reference | tsutsui |
| 2009-08-27 | Remove an unnecessary assignment. No binary change. | tsutsui |
| 2009-05-31 | Two fixes for RX hwcsum on DESCV2 chips: | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-11 | - rename RTK_HWREV_8102EL_SPIN2 -> RTK_HWREV_8103E | tsutsui |
| 2009-05-03 | Remove unused sc_rev settings (all quirks are handled by sc_quirk) | tsutsui |
| 2009-04-29 | Pull some changes for newer chips from FreeBSD: | tsutsui |
| 2009-04-13 | Assume an unknown HWREV chip has the same features with the latest one. | tsutsui |
| 2009-04-13 | Add HWREV of RTL8102EL variant. From FUKAUMI Naoki. | tsutsui |
| 2009-04-13 | Add HWREV values of RTL8168CP and RTL8168D. From FreeBSD. | tsutsui |
| 2009-03-28 | Fix another botch in hwcsum changes for PR kern/40955: | tsutsui |
| 2009-03-27 | Check a correct bit for ip4csum-rx. Reported privately on PR kern/40955. | tsutsui |
| 2009-03-21 | Add another quirk flag which shows availability of EEPROM command register. | tsutsui |
| 2009-03-21 | Add and use a new quirk flag to disable JUMBO MTU, | tsutsui |
| 2009-03-21 | Add hardware checksum support for newer PCIe 8168/8111/8102 chips, | tsutsui |
| 2009-03-20 | Access LDPS register in re_reset() only on 8169S single chip variants. | tsutsui |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-12-08 | Add support for a 8168C/8111C revision | alc |
| 2008-08-23 | Add support for the Realtek 8102E/8102EL PCIe 10/100 Ethernet devices. | tnn |
| 2008-05-06 | - use RTK_IDR[0-5] registers to get MAC address on RTL8168C | tsutsui |
| 2008-04-29 | Fix a leakage on device_t/softc split. PR kern/38541 from HITOSHI OSADA. | tsutsui |
| 2008-04-25 | Split device_t/softc for re(4) and rtk(4). | tsutsui |
| 2008-04-18 | - use aprint_*() variants only in functions called during autoconf(9) | tsutsui |
| 2008-04-18 | NetBSD has no such thing as DEVICE_POLLING, so remove it. | joerg |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-18 | It looks vlan tag info must appear not only in the first descriptor | tsutsui |
| 2008-03-14 | Don't fetch DMA descriptor after BUS_DMASYNC_PREREAD op. | tsutsui |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2008-02-04 | FreeBSD says "16 bits" comment about RTK_GTXSTART was incorrect. | tsutsui |
| 2008-02-03 | No need to preserve RE_NTXDESC_RSVD on re_start(). | tsutsui |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2008-01-08 | Short-cut interrupt processing if device has been suspended. | joerg |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-08-27 | Constify: use CLLADDR() instead of LLADDR() wherever possible. | dyoung |
| 2007-08-19 | FALSE -> false, TRUE -> true | tsutsui |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-10 | Pull a fix for PCIe variants from FreeBSD's if_re.c rev 1.71: | tsutsui |
| 2007-03-21 | Cleanup handling of quikrs on each RealTek chip: | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-15 | Don't set RTK_CFG1_FULLDUPLEX bit in RTK_CFG1 register | tsutsui |
| 2007-02-15 | Use new RTK_HWREV_8100E_SPIN2 macro. (missed in the previous) | tsutsui |