| Commit message (Expand) | Author | Age | Files | Lines |
* | Read ethernet address from ID registers for RTL8102E/RTL8102EL as | yongari | 2008-09-06 | 1 | -1/+2 |
* | Fix VLAN hardware tag insertion/stripping on big-endian | yongari | 2008-08-13 | 1 | -2/+2 |
* | Rearrange conditional compilation directives. This makes syntax | yongari | 2008-08-04 | 1 | -2/+3 |
* | Remove return keyword at the end of functions that return void. | yongari | 2008-08-04 | 1 | -14/+0 |
* | Remove register keyword. | yongari | 2008-08-04 | 1 | -4/+4 |
* | Use ANSI C declarations for all functions. | yongari | 2008-08-04 | 1 | -104/+41 |
* | Don't enable TSO by default. Users of RTL8169/8110 reported | yongari | 2008-08-04 | 1 | -0/+7 |
* | The number of bits reserved for MSS in RealTek controllers is | yongari | 2008-08-04 | 1 | -0/+18 |
* | Add driver support for RTL8102E and RTL8102EL which is the second | yongari | 2008-07-09 | 1 | -1/+8 |
* | Disable jumbo frame support for RTL810x fast ethernet controllers. | yongari | 2008-07-09 | 1 | -1/+2 |
* | Add a new RTL8169 variant, 8169SB(L)/8110SB(L). | yongari | 2008-07-02 | 1 | -1/+3 |
* | Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP. | yongari | 2008-07-02 | 1 | -43/+134 |
* | Display detected chip revision in device attach. This will help to | yongari | 2008-07-02 | 1 | -2/+5 |
* | If MSI is not active make sure to disable MSI in EEPROM. | yongari | 2008-07-02 | 1 | -0/+11 |
* | In device detach don't access ifnet structure unless device is | yongari | 2008-07-02 | 1 | -4/+4 |
* | Toggling IFF_ALLMULTI flag does not require full interface | yongari | 2008-07-02 | 1 | -1/+1 |
* | Instead of allocating variables for each events/hardware flags, use | yongari | 2008-07-02 | 1 | -47/+41 |
* | Switch to memory space register mapping over IO space. If that | yongari | 2008-07-02 | 1 | -21/+21 |
* | While accessing EEPROM command register use pre-defined constant | yongari | 2008-07-02 | 1 | -3/+3 |
* | After the change of r176757 re(4) no longer relys on reading | yongari | 2008-07-02 | 1 | -32/+18 |
* | Remove duplicated H/W revision check. | yongari | 2008-07-02 | 1 | -5/+0 |
* | Don't touch MSI enable bit in RL_CFG2 register. For unknown reason | yongari | 2008-04-15 | 1 | -12/+6 |
* | Padding more bytes than necessary one broke another variants of | yongari | 2008-03-31 | 1 | -1/+1 |
* | In revision 1.70, 1.71 and 1.84 re(4) tried to workaround checksum | yongari | 2008-03-28 | 1 | -12/+14 |
* | MSI handling on some RealTek chips are broken so disable it by | yongari | 2008-03-23 | 1 | -1/+1 |
* | For MSI capable hardwares, enable MSI enable bit in RL_CFG2 | yongari | 2008-03-23 | 1 | -0/+13 |
* | Some RealTek chips are known to be buggy on DAC handling, so | yongari | 2008-03-23 | 1 | -1/+6 |
* | VLAN hardware tag information should be set for all desciptors of a | yongari | 2008-03-23 | 1 | -11/+13 |
* | Always honor configured VLAN/checksum offload capabilities. | yongari | 2008-03-23 | 1 | -3/+8 |
* | Don't map memory/IO resource in device probe and just use PCI | yongari | 2008-03-03 | 1 | -42/+33 |
* | Don't allow jumbo frame on 8139C+ controller. | yongari | 2008-03-03 | 1 | -3/+11 |
* | Implement WOL. | yongari | 2008-03-03 | 1 | -0/+108 |
* | - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and | jhb | 2008-01-17 | 1 | -91/+1 |
* | Fix build. | yongari | 2008-01-15 | 1 | -1/+1 |
* | Overhaul re(4). | yongari | 2008-01-15 | 1 | -360/+484 |
* | By definition promiscuous mode should see all unicast frames as well | yongari | 2007-12-20 | 1 | -2/+6 |
* | Add another RTL8168 revision 3 which is found on RTL8111-GR Gigabit | yongari | 2007-12-08 | 1 | -3/+13 |
* | Always honor promiscuous flag prior to programming Rx multicast | yongari | 2007-12-03 | 1 | -2/+6 |
* | Fix function prototype for device_shutdown method. | yongari | 2007-11-22 | 1 | -2/+4 |
* | Add support for D-Link DGE-528(T) Rev.B1 | remko | 2007-11-12 | 1 | -0/+2 |
* | Make sure to take PHY out of power down mode in device attach. | yongari | 2007-08-14 | 1 | -0/+22 |
* | Initialize the rl_vlanctl field of the descriptors to zero (in order | marius | 2007-08-05 | 1 | -0/+1 |
* | style(9) | yongari | 2007-07-27 | 1 | -2/+2 |
* | Add MSI support. | yongari | 2007-07-24 | 1 | -15/+80 |
* | re(4) devices requires an external EEPROM. Depending on models it | yongari | 2007-07-06 | 1 | -2/+2 |
* | Disable TSO support. | yongari | 2007-06-16 | 1 | -2/+2 |
* | Don't reinitialize the hardware if only PROMISC flag was changed. | yongari | 2007-04-18 | 1 | -4/+12 |
* | Add support for the RTL8110SC driver. | remko | 2007-03-28 | 1 | -0/+2 |
* | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | csjp | 2007-03-04 | 1 | -1/+1 |
* | Use taskqueue_drain() to wait for any pending tasks to complete rather | jhb | 2007-02-27 | 1 | -4/+2 |