summaryrefslogtreecommitdiffstats
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* Don't touch MSI enable bit in RL_CFG2 register. For unknown reasonyongari2008-04-151-12/+6
* Padding more bytes than necessary one broke another variants ofyongari2008-03-311-1/+1
* In revision 1.70, 1.71 and 1.84 re(4) tried to workaround checksumyongari2008-03-281-12/+14
* MSI handling on some RealTek chips are broken so disable it byyongari2008-03-231-1/+1
* For MSI capable hardwares, enable MSI enable bit in RL_CFG2yongari2008-03-231-0/+13
* Some RealTek chips are known to be buggy on DAC handling, soyongari2008-03-231-1/+6
* VLAN hardware tag information should be set for all desciptors of ayongari2008-03-231-11/+13
* Always honor configured VLAN/checksum offload capabilities.yongari2008-03-231-3/+8
* Don't map memory/IO resource in device probe and just use PCIyongari2008-03-031-42/+33
* Don't allow jumbo frame on 8139C+ controller.yongari2008-03-031-3/+11
* Implement WOL.yongari2008-03-031-0/+108
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-171-91/+1
* Fix build.yongari2008-01-151-1/+1
* Overhaul re(4).yongari2008-01-151-360/+484
* By definition promiscuous mode should see all unicast frames as wellyongari2007-12-201-2/+6
* Add another RTL8168 revision 3 which is found on RTL8111-GR Gigabityongari2007-12-081-3/+13
* Always honor promiscuous flag prior to programming Rx multicastyongari2007-12-031-2/+6
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* Add support for D-Link DGE-528(T) Rev.B1remko2007-11-121-0/+2
* 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
OpenPOWER on IntegriCloud