| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -6/+6 |
* | The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe can | wpaul | 2007-01-25 | 1 | -1/+6 |
* | It seems that enabling Tx and Rx before setting descriptor DMA | yongari | 2007-01-23 | 1 | -15/+17 |
* | o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mapping | marius | 2007-01-16 | 1 | -47/+43 |
* | Fix re_setmulti() so that it works correctly for PCIe chips where | wpaul | 2007-01-11 | 1 | -2/+19 |
* | - Use the re_tick() callout instead of if_slowtimo() for driving | marius | 2006-12-20 | 1 | -35/+23 |
* | Fix typo. | yongari | 2006-11-21 | 1 | -1/+1 |
* | Add TSO support. | yongari | 2006-11-21 | 1 | -10/+24 |
* | o Correctly set IFCAP_VLAN_HWCSUM as re(4) can do VLAN tagging/checksum | yongari | 2006-11-21 | 1 | -5/+17 |
* | Don't set RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit in | yongari | 2006-11-21 | 1 | -1/+1 |
* | Move ethernet VLAN tags from mtags to its own mbuf packet header field | andre | 2006-09-17 | 1 | -9/+6 |
* | - Consistently use if_printf() only in interface methods: if_start(), | glebius | 2006-09-15 | 1 | -18/+21 |
* | Make 8139C+ work again which was broken since rev 1.68. | yongari | 2006-09-08 | 1 | -0/+8 |
* | Fix re(4) breakge introduced in tree from rev 1.68. | yongari | 2006-08-03 | 1 | -6/+5 |
* | Another small update to the re(4) driver: | wpaul | 2006-08-01 | 1 | -23/+52 |
* | Fix the following bugs in re(4) | wpaul | 2006-07-30 | 1 | -21/+32 |
* | Properly detect the RTL8168(B?) again. RealTek sent me a bunch of sample | wpaul | 2006-06-28 | 1 | -1/+4 |
* | Add support for the RealTek 8169SC/8110SC and RTL8101E devices. The | wpaul | 2006-06-26 | 1 | -137/+252 |
* | Rename device name in the last commit. According to PR, the ID is | glebius | 2006-05-24 | 1 | -3/+3 |
* | Add support for RTL8111B chip, that can be found on some mainboards, | glebius | 2006-03-22 | 1 | -0/+3 |
* | Correctly switch IFCAP_VLAN_HWTAGGING on and off. | glebius | 2006-03-03 | 1 | -6/+12 |
* | Copy MAC address to fix alignment problems. | ticso | 2006-02-20 | 1 | -2/+8 |
* | Do not touch ifp->if_baudrate in miibus aware drivers. | glebius | 2006-02-14 | 1 | -4/+0 |
* | - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in | glebius | 2005-12-18 | 1 | -2/+5 |
* | Check IFF_DRV_RUNNING in the re_intr() loop. It can disappear, | glebius | 2005-11-22 | 1 | -4/+6 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -2/+2 |
* | The controller -> device switch happened in 4.0, fix comment | imp | 2005-10-22 | 1 | -1/+1 |
* | Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032 | jhb | 2005-10-14 | 1 | -0/+13 |
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 1 | -0/+4 |
* | Big polling(4) cleanup. | glebius | 2005-10-01 | 1 | -40/+49 |
* | - Use if_printf() and device_printf() in re(4) and remove rl_unit from | jhb | 2005-09-29 | 1 | -54/+49 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -2/+2 |
* | Don't recommend re_detach() (like in vr(4)) as another | ru | 2005-09-15 | 1 | -2/+1 |
* | re_detach() fixes: | ru | 2005-09-15 | 1 | -15/+7 |
* | In re_shutdown() mark interface as down since otherwise we will panic if | sobomax | 2005-08-18 | 1 | -0/+7 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -7/+7 |
* | Recognize D-Link DGE-528(T) Gigabit as an re(4) device. | tobez | 2005-08-05 | 1 | -0/+2 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Use correct pointer type. This should fix non-functional re(4) | yongari | 2005-07-01 | 1 | -1/+1 |
* | Move if_alloc() up so it's before mii_phy_probe(). | brooks | 2005-06-11 | 1 | -6/+7 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -14/+23 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | Unbreak build with POLLING. I should really listen and test with NOTES | mlaier | 2005-03-13 | 1 | -1/+1 |
* | ALTQ support for re(4). | mlaier | 2005-03-12 | 1 | -6/+14 |
* | Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in | imp | 2005-03-01 | 1 | -1/+1 |
* | Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc from | imp | 2005-01-22 | 1 | -0/+3 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |