summaryrefslogtreecommitdiffstats
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-14/+23
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Unbreak build with POLLING. I should really listen and test with NOTESmlaier2005-03-131-1/+1
* ALTQ support for re(4).mlaier2005-03-121-6/+14
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc fromimp2005-01-221-0/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Disable checksum offloading by default. It seems to produce corrupted packetscognet2005-01-051-2/+2
* In re_detach(), remove an extra call to ether_ifdetach().cognet2005-01-021-1/+0
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUjmg2004-09-281-16/+54
* trim trailing white space..jmg2004-09-201-2/+2
OpenPOWER on IntegriCloud