aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* Don't map memory/IO resource in device probe and just use PCIPyun YongHyeon2008-03-031-42/+33
* Don't allow jumbo frame on 8139C+ controller.Pyun YongHyeon2008-03-031-3/+11
* Implement WOL.Pyun YongHyeon2008-03-031-0/+108
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andJohn Baldwin2008-01-171-91/+1
* Fix build.Pyun YongHyeon2008-01-151-1/+1
* Overhaul re(4).Pyun YongHyeon2008-01-151-360/+484
* By definition promiscuous mode should see all unicast frames as wellPyun YongHyeon2007-12-201-2/+6
* Add another RTL8168 revision 3 which is found on RTL8111-GR GigabitPyun YongHyeon2007-12-081-3/+13
* Always honor promiscuous flag prior to programming Rx multicastPyun YongHyeon2007-12-031-2/+6
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* Add support for D-Link DGE-528(T) Rev.B1Remko Lodder2007-11-121-0/+2
* Make sure to take PHY out of power down mode in device attach.Pyun YongHyeon2007-08-141-0/+22
* Initialize the rl_vlanctl field of the descriptors to zero (in orderMarius Strobl2007-08-051-0/+1
* style(9)Pyun YongHyeon2007-07-271-2/+2
* Add MSI support.Pyun YongHyeon2007-07-241-15/+80
* re(4) devices requires an external EEPROM. Depending on models itPyun YongHyeon2007-07-061-2/+2
* Disable TSO support.Pyun YongHyeon2007-06-161-2/+2
* Don't reinitialize the hardware if only PROMISC flag was changed.Pyun YongHyeon2007-04-181-4/+12
* Add support for the RTL8110SC driver.Remko Lodder2007-03-281-0/+2
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* Use taskqueue_drain() to wait for any pending tasks to complete ratherJohn Baldwin2007-02-271-4/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-6/+6
* The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe canBill Paul2007-01-251-1/+6
* It seems that enabling Tx and Rx before setting descriptor DMAPyun YongHyeon2007-01-231-15/+17
* o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mappingMarius Strobl2007-01-161-47/+43
* Fix re_setmulti() so that it works correctly for PCIe chips whereBill Paul2007-01-111-2/+19
* - Use the re_tick() callout instead of if_slowtimo() for drivingMarius Strobl2006-12-201-35/+23
* Fix typo.Pyun YongHyeon2006-11-211-1/+1
* Add TSO support.Pyun YongHyeon2006-11-211-10/+24
* o Correctly set IFCAP_VLAN_HWCSUM as re(4) can do VLAN tagging/checksumPyun YongHyeon2006-11-211-5/+17
* Don't set RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit inPyun YongHyeon2006-11-211-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-9/+6
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-151-18/+21
* Make 8139C+ work again which was broken since rev 1.68.Pyun YongHyeon2006-09-081-0/+8
* Fix re(4) breakge introduced in tree from rev 1.68.Pyun YongHyeon2006-08-031-6/+5
* Another small update to the re(4) driver:Bill Paul2006-08-011-23/+52
* Fix the following bugs in re(4)Bill Paul2006-07-301-21/+32
* Properly detect the RTL8168(B?) again. RealTek sent me a bunch of sampleBill Paul2006-06-281-1/+4
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. TheBill Paul2006-06-261-137/+252
* Rename device name in the last commit. According to PR, the ID isGleb Smirnoff2006-05-241-3/+3
* Add support for RTL8111B chip, that can be found on some mainboards,Gleb Smirnoff2006-03-221-0/+3
* Correctly switch IFCAP_VLAN_HWTAGGING on and off.Gleb Smirnoff2006-03-031-6/+12
* Copy MAC address to fix alignment problems.Bernd Walter2006-02-201-2/+8
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-4/+0
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inGleb Smirnoff2005-12-181-2/+5
* Check IFF_DRV_RUNNING in the re_intr() loop. It can disappear,Gleb Smirnoff2005-11-221-4/+6
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+2
* The controller -> device switch happened in 4.0, fix commentWarner Losh2005-10-221-1/+1
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032John Baldwin2005-10-141-0/+13
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+4