| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Yukon Ultra2 has 126MHz clock. | Pyun YongHyeon | 2010-01-22 | 1 | -1/+1 |
| * | s/Mhz/MHz/g | Pyun YongHyeon | 2010-01-22 | 1 | -8/+8 |
| * | It seems generation of link state change of e1000phy(4) is not | Pyun YongHyeon | 2009-11-17 | 1 | -0/+2 |
| * | Add preliminary Yukon Ultra 2 support(88E8057). The controller | Pyun YongHyeon | 2009-11-07 | 2 | -2/+15 |
| * | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | John Baldwin | 2009-11-06 | 1 | -2/+0 |
| * | It's normal to see Rx FIFO overruns under high network load and | Pyun YongHyeon | 2009-11-06 | 1 | -3/+1 |
| * | Remove unnecessary header file. | Pyun YongHyeon | 2009-11-06 | 1 | -1/+0 |
| * | - Add support for Marvell Yukon 88E8042 device. | Ulf Lilleengen | 2009-10-25 | 2 | -0/+3 |
| * | Add DGE-560SX(Yukon XL) to the supported device list. Many thanks | Pyun YongHyeon | 2009-09-28 | 2 | -0/+3 |
| * | Add workaround for Yukon XL which has hardware bug that can't flush | Pyun YongHyeon | 2009-09-28 | 1 | -3/+8 |
| * | Add hack to pass controller specific information to phy driver. | Pyun YongHyeon | 2009-09-28 | 2 | -15/+25 |
| * | Fix MIB statistics clear routine. This should fix alignment errors on sparc64. | Pyun YongHyeon | 2009-09-28 | 1 | -1/+1 |
| * | Revert previous commit and add myself to the list of people who should | Poul-Henning Kamp | 2009-09-08 | 1 | -0/+5 |
| * | Add necessary include. | Poul-Henning Kamp | 2009-09-08 | 1 | -5/+0 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | Add Yukon Extreme device ids, 88E8071 and 88E8072. | Pyun YongHyeon | 2009-06-02 | 2 | -3/+9 |
| * | Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme. | Pyun YongHyeon | 2009-06-02 | 2 | -8/+67 |
| * | Add frame parser capability of Yukon FE+ and Yukon Extreme. With | Pyun YongHyeon | 2009-06-02 | 2 | -13/+47 |
| * | Add preliminary Yukon Extreme support and register definitions. | Pyun YongHyeon | 2009-06-02 | 2 | -34/+198 |
| * | Correct controller description for 88E8035, 88E8036, 88E8038 and | Pyun YongHyeon | 2009-05-25 | 1 | -4/+4 |
| * | Simplify SIOCSIFFLAGS handler. | Pyun YongHyeon | 2009-05-25 | 1 | -12/+8 |
| * | Be consistent with other capability checking. | Pyun YongHyeon | 2009-05-25 | 1 | -7/+8 |
| * | Don't reinitialize controller when interface is already running. | Pyun YongHyeon | 2009-05-25 | 1 | -1/+9 |
| * | If interface is not UP, don't return media status. | Pyun YongHyeon | 2009-05-25 | 1 | -0/+4 |
| * | Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070). | Pyun YongHyeon | 2009-05-25 | 2 | -1/+13 |
| * | Add workaround for Yukon FE+ A0. This controller is known to have | Pyun YongHyeon | 2009-05-25 | 2 | -11/+52 |
| * | Add preliminary Yukon FE+ support and register definitions. | Pyun YongHyeon | 2009-05-25 | 2 | -4/+20 |
| * | Explicitly reset GMAC Controls and initialize GM_GP_CTRL register. | Pyun YongHyeon | 2009-05-25 | 1 | -10/+8 |
| * | Disable HW WOL for Yukon EC Ultra. While I'm here use switch | Pyun YongHyeon | 2009-05-25 | 1 | -11/+15 |
| * | Explicitly check resolved speed/duplex. Just checking IFM_ACTIVE | Pyun YongHyeon | 2009-05-25 | 1 | -8/+24 |
| * | Add support for newer descriptor format. This format is used on | Pyun YongHyeon | 2009-05-25 | 2 | -12/+29 |
| * | Oops, add missing ~ operator. | Pyun YongHyeon | 2009-05-25 | 1 | -1/+1 |
| * | Caller already hold a driver lock in mii callback, assert it. | Pyun YongHyeon | 2009-05-25 | 1 | -1/+1 |
| * | Rather than checking every chip revision, introduce more flags to | Pyun YongHyeon | 2009-05-25 | 2 | -29/+33 |
| * | Correctly return the result of mii_mediachg(). Previously it always | Pyun YongHyeon | 2009-05-25 | 1 | -2/+3 |
| * | Use bit definition to represent MSI and detach state instead of | Pyun YongHyeon | 2009-05-25 | 2 | -6/+6 |
| * | Use bit definition to represent link state, device suspend instead | Pyun YongHyeon | 2009-05-25 | 2 | -13/+15 |
| * | Remove link handling taskqueue and use mii callback directly. While | Pyun YongHyeon | 2009-05-25 | 2 | -19/+3 |
| * | Fix typo. | Pyun YongHyeon | 2009-03-25 | 1 | -1/+1 |
| * | Togging ALLMULTI does not require controller reset so have Rx | Pyun YongHyeon | 2009-03-23 | 1 | -42/+16 |
| * | Add hardware MAC statistics support. Also added some reserved | Pyun YongHyeon | 2009-01-16 | 2 | -9/+354 |
| * | Remove local jumbo locator and switch to UMA backed page allocator | Pyun YongHyeon | 2009-01-14 | 2 | -302/+159 |
| * | Correct frame length argument of in_cksum_skip. While I'm here | Pyun YongHyeon | 2009-01-14 | 1 | -5/+2 |
| * | Save the value read from TX queue CSR, so we don't test against a | Pyun YongHyeon | 2008-11-24 | 1 | -1/+1 |
| * | If mbuf is not writable get a writable copy before invoking | Pyun YongHyeon | 2008-09-30 | 1 | -1/+10 |
| * | Always pullup mbuf prior to accessing TCP header. | Pyun YongHyeon | 2008-09-30 | 1 | -0/+5 |
| * | Add another hardware bug workaround for Yukon II controllers that | Pyun YongHyeon | 2008-09-25 | 2 | -7/+62 |
| * | Move comments block 1 line up to remark on the setting | Pyun YongHyeon | 2008-03-11 | 1 | -2/+2 |
| * | To overcome hardware checksum offload bug msk(4) used to compute | Pyun YongHyeon | 2008-03-07 | 1 | -2/+6 |
| * | Workaround GMAC hardware hang of Yukon II on the receipt of pause | Pyun YongHyeon | 2008-02-29 | 2 | -2/+6 |