summaryrefslogtreecommitdiffstats
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* Make sure to take PHY out of power down mode in device attach.yongari2007-08-141-0/+22
* Initialize the rl_vlanctl field of the descriptors to zero (in ordermarius2007-08-051-0/+1
* style(9)yongari2007-07-271-2/+2
* Add MSI support.yongari2007-07-241-15/+80
* re(4) devices requires an external EEPROM. Depending on models ityongari2007-07-061-2/+2
* Disable TSO support.yongari2007-06-161-2/+2
* Don't reinitialize the hardware if only PROMISC flag was changed.yongari2007-04-181-4/+12
* Add support for the RTL8110SC driver.remko2007-03-281-0/+2
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* Use taskqueue_drain() to wait for any pending tasks to complete ratherjhb2007-02-271-4/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-6/+6
* The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe canwpaul2007-01-251-1/+6
* It seems that enabling Tx and Rx before setting descriptor DMAyongari2007-01-231-15/+17
* o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mappingmarius2007-01-161-47/+43
* Fix re_setmulti() so that it works correctly for PCIe chips wherewpaul2007-01-111-2/+19
* - Use the re_tick() callout instead of if_slowtimo() for drivingmarius2006-12-201-35/+23
* Fix typo.yongari2006-11-211-1/+1
* Add TSO support.yongari2006-11-211-10/+24
* o Correctly set IFCAP_VLAN_HWCSUM as re(4) can do VLAN tagging/checksumyongari2006-11-211-5/+17
* Don't set RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit inyongari2006-11-211-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-9/+6
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-151-18/+21
* Make 8139C+ work again which was broken since rev 1.68.yongari2006-09-081-0/+8
* Fix re(4) breakge introduced in tree from rev 1.68.yongari2006-08-031-6/+5
* Another small update to the re(4) driver:wpaul2006-08-011-23/+52
* Fix the following bugs in re(4)wpaul2006-07-301-21/+32
* Properly detect the RTL8168(B?) again. RealTek sent me a bunch of samplewpaul2006-06-281-1/+4
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-261-137/+252
* Rename device name in the last commit. According to PR, the ID isglebius2006-05-241-3/+3
* Add support for RTL8111B chip, that can be found on some mainboards,glebius2006-03-221-0/+3
* Correctly switch IFCAP_VLAN_HWTAGGING on and off.glebius2006-03-031-6/+12
* Copy MAC address to fix alignment problems.ticso2006-02-201-2/+8
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-4/+0
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-2/+5
* Check IFF_DRV_RUNNING in the re_intr() loop. It can disappear,glebius2005-11-221-4/+6
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+2
* The controller -> device switch happened in 4.0, fix commentimp2005-10-221-1/+1
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032jhb2005-10-141-0/+13
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+4
* Big polling(4) cleanup.glebius2005-10-011-40/+49
* - Use if_printf() and device_printf() in re(4) and remove rl_unit fromjhb2005-09-291-54/+49
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-2/+2
* Don't recommend re_detach() (like in vr(4)) as anotherru2005-09-151-2/+1
* re_detach() fixes:ru2005-09-151-15/+7
* In re_shutdown() mark interface as down since otherwise we will panic ifsobomax2005-08-181-0/+7
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-7/+7
* Recognize D-Link DGE-528(T) Gigabit as an re(4) device.tobez2005-08-051-0/+2
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Use correct pointer type. This should fix non-functional re(4)yongari2005-07-011-1/+1
* Move if_alloc() up so it's before mii_phy_probe().brooks2005-06-111-6/+7
OpenPOWER on IntegriCloud