| Commit message (Expand) | Author | Age | Files | Lines |
| * | When user_frac in the polling subsystem is low it is going to busy the | Attilio Rao | 2009-05-30 | 1 | -12/+19 |
| * | For RTL8139C+ controllers, have controller handle padding short | Pyun YongHyeon | 2009-04-20 | 1 | -4/+6 |
| * | Partial revert r185756. | Pyun YongHyeon | 2009-03-31 | 1 | -0/+2 |
| * | remove now-redunant cardbus attachment lines. | Warner Losh | 2009-03-09 | 1 | -1/+0 |
| * | Add a new tunable hw.re.prefer_iomap which disables memory register | Pyun YongHyeon | 2009-03-09 | 1 | -13/+25 |
| * | Allocating 2 MSI messages do not seem to work on certain controllers | Pyun YongHyeon | 2009-02-11 | 1 | -1/+2 |
| * | Reclaim transmitted frames in re_tick(). This is for PCIe | Pyun YongHyeon | 2009-02-09 | 1 | -1/+8 |
| * | - Add support for 8110SCe part. Some magic registers were taken from | Jung-uk Kim | 2009-01-20 | 1 | -19/+39 |
| * | Retire RL_FLAG_INVMAR bit to match its comment and reality. | Jung-uk Kim | 2009-01-20 | 1 | -11/+9 |
| * | - Do not read and write RX configuration register multiple times. | Jung-uk Kim | 2009-01-20 | 1 | -66/+31 |
| * | Sometimes RTL8168B seems to take long time to access GMII registers | Pyun YongHyeon | 2009-01-19 | 1 | -4/+4 |
| * | Since we don't request reset for rlphy(4), the link state 'UP' | Pyun YongHyeon | 2008-12-22 | 1 | -0/+2 |
| * | It seems that RealTek PCIe controllers require an explicit Tx poll | Pyun YongHyeon | 2008-12-17 | 1 | -10/+15 |
| * | For RTL8168C SPIN2 controllers, make sure to take the controller | Pyun YongHyeon | 2008-12-17 | 1 | -1/+28 |
| * | Make WOL work on RTL8168B. This controller seems to require | Pyun YongHyeon | 2008-12-11 | 1 | -0/+5 |
| * | Don't access undocumented register 0x82 on controllers that | Pyun YongHyeon | 2008-12-11 | 1 | -2/+14 |
| * | Newer RealTek controllers requires setting stop request bit to | Pyun YongHyeon | 2008-12-11 | 1 | -3/+9 |
| * | Always put controller into known state before device intialization. | Pyun YongHyeon | 2008-12-11 | 1 | -7/+5 |
| * | Partly revert r185756. RTL8169SC doesn't like reduced delays in | Pyun YongHyeon | 2008-12-11 | 1 | -2/+2 |
| * | Reduce spin wait time consumed in GMII register access routines. | Pyun YongHyeon | 2008-12-08 | 1 | -4/+2 |
| * | o Implemented miibus_statchg handler. It detects whether re(4) | Pyun YongHyeon | 2008-12-08 | 1 | -28/+51 |
| * | Make sure to return the result of meida change request. | Pyun YongHyeon | 2008-12-08 | 1 | -2/+3 |
| * | Add 8168D support. | Pyun YongHyeon | 2008-12-02 | 1 | -1/+3 |
| * | Read ethernet address from ID registers for RTL8102E/RTL8102EL as | Pyun YongHyeon | 2008-09-06 | 1 | -1/+2 |
| * | Fix VLAN hardware tag insertion/stripping on big-endian | Pyun YongHyeon | 2008-08-13 | 1 | -2/+2 |
| * | Rearrange conditional compilation directives. This makes syntax | Pyun YongHyeon | 2008-08-04 | 1 | -2/+3 |
| * | Remove return keyword at the end of functions that return void. | Pyun YongHyeon | 2008-08-04 | 1 | -14/+0 |
| * | Remove register keyword. | Pyun YongHyeon | 2008-08-04 | 1 | -4/+4 |
| * | Use ANSI C declarations for all functions. | Pyun YongHyeon | 2008-08-04 | 1 | -104/+41 |
| * | Don't enable TSO by default. Users of RTL8169/8110 reported | Pyun YongHyeon | 2008-08-04 | 1 | -0/+7 |
| * | The number of bits reserved for MSS in RealTek controllers is | Pyun YongHyeon | 2008-08-04 | 1 | -0/+18 |
| * | Add driver support for RTL8102E and RTL8102EL which is the second | Pyun YongHyeon | 2008-07-09 | 1 | -1/+8 |
| * | Disable jumbo frame support for RTL810x fast ethernet controllers. | Pyun YongHyeon | 2008-07-09 | 1 | -1/+2 |
| * | Add a new RTL8169 variant, 8169SB(L)/8110SB(L). | Pyun YongHyeon | 2008-07-02 | 1 | -1/+3 |
| * | Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP. | Pyun YongHyeon | 2008-07-02 | 1 | -42/+133 |
| * | Display detected chip revision in device attach. This will help to | Pyun YongHyeon | 2008-07-02 | 1 | -2/+5 |
| * | If MSI is not active make sure to disable MSI in EEPROM. | Pyun YongHyeon | 2008-07-02 | 1 | -0/+11 |
| * | In device detach don't access ifnet structure unless device is | Pyun YongHyeon | 2008-07-02 | 1 | -4/+4 |
| * | Toggling IFF_ALLMULTI flag does not require full interface | Pyun YongHyeon | 2008-07-02 | 1 | -1/+1 |
| * | Instead of allocating variables for each events/hardware flags, use | Pyun YongHyeon | 2008-07-02 | 1 | -47/+41 |
| * | Switch to memory space register mapping over IO space. If that | Pyun YongHyeon | 2008-07-02 | 1 | -21/+21 |
| * | While accessing EEPROM command register use pre-defined constant | Pyun YongHyeon | 2008-07-02 | 1 | -3/+3 |
| * | After the change of r176757 re(4) no longer relys on reading | Pyun YongHyeon | 2008-07-02 | 1 | -32/+18 |
| * | Remove duplicated H/W revision check. | Pyun YongHyeon | 2008-07-02 | 1 | -5/+0 |
| * | Don't touch MSI enable bit in RL_CFG2 register. For unknown reason | Pyun YongHyeon | 2008-04-15 | 1 | -12/+6 |
| * | Padding more bytes than necessary one broke another variants of | Pyun YongHyeon | 2008-03-31 | 1 | -1/+1 |
| * | In revision 1.70, 1.71 and 1.84 re(4) tried to workaround checksum | Pyun YongHyeon | 2008-03-28 | 1 | -12/+14 |
| * | MSI handling on some RealTek chips are broken so disable it by | Pyun YongHyeon | 2008-03-23 | 1 | -1/+1 |
| * | For MSI capable hardwares, enable MSI enable bit in RL_CFG2 | Pyun YongHyeon | 2008-03-23 | 1 | -0/+13 |
| * | Some RealTek chips are known to be buggy on DAC handling, so | Pyun YongHyeon | 2008-03-23 | 1 | -1/+6 |