summaryrefslogtreecommitdiffstats
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* Add driver support for RTL8102E and RTL8102EL which is the secondyongari2008-07-091-1/+8
* Disable jumbo frame support for RTL810x fast ethernet controllers.yongari2008-07-091-1/+2
* Add a new RTL8169 variant, 8169SB(L)/8110SB(L).yongari2008-07-021-1/+3
* Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP.yongari2008-07-021-43/+134
* Display detected chip revision in device attach. This will help toyongari2008-07-021-2/+5
* If MSI is not active make sure to disable MSI in EEPROM.yongari2008-07-021-0/+11
* In device detach don't access ifnet structure unless device isyongari2008-07-021-4/+4
* Toggling IFF_ALLMULTI flag does not require full interfaceyongari2008-07-021-1/+1
* Instead of allocating variables for each events/hardware flags, useyongari2008-07-021-47/+41
* Switch to memory space register mapping over IO space. If thatyongari2008-07-021-21/+21
* While accessing EEPROM command register use pre-defined constantyongari2008-07-021-3/+3
* After the change of r176757 re(4) no longer relys on readingyongari2008-07-021-32/+18
* Remove duplicated H/W revision check.yongari2008-07-021-5/+0
* 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
OpenPOWER on IntegriCloud