| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for RTL8111B chip, that can be found on some mainboards, | glebius | 2006-03-22 | 1 | -0/+3 |
* | Correctly switch IFCAP_VLAN_HWTAGGING on and off. | glebius | 2006-03-03 | 1 | -6/+12 |
* | Copy MAC address to fix alignment problems. | ticso | 2006-02-20 | 1 | -2/+8 |
* | Do not touch ifp->if_baudrate in miibus aware drivers. | glebius | 2006-02-14 | 1 | -4/+0 |
* | - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in | glebius | 2005-12-18 | 1 | -2/+5 |
* | Check IFF_DRV_RUNNING in the re_intr() loop. It can disappear, | glebius | 2005-11-22 | 1 | -4/+6 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -2/+2 |
* | The controller -> device switch happened in 4.0, fix comment | imp | 2005-10-22 | 1 | -1/+1 |
* | Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032 | jhb | 2005-10-14 | 1 | -0/+13 |
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 1 | -0/+4 |
* | Big polling(4) cleanup. | glebius | 2005-10-01 | 1 | -40/+49 |
* | - Use if_printf() and device_printf() in re(4) and remove rl_unit from | jhb | 2005-09-29 | 1 | -54/+49 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -2/+2 |
* | Don't recommend re_detach() (like in vr(4)) as another | ru | 2005-09-15 | 1 | -2/+1 |
* | re_detach() fixes: | ru | 2005-09-15 | 1 | -15/+7 |
* | In re_shutdown() mark interface as down since otherwise we will panic if | sobomax | 2005-08-18 | 1 | -0/+7 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -7/+7 |
* | Recognize D-Link DGE-528(T) Gigabit as an re(4) device. | tobez | 2005-08-05 | 1 | -0/+2 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Use correct pointer type. This should fix non-functional re(4) | yongari | 2005-07-01 | 1 | -1/+1 |
* | Move if_alloc() up so it's before mii_phy_probe(). | brooks | 2005-06-11 | 1 | -6/+7 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -14/+23 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | Unbreak build with POLLING. I should really listen and test with NOTES | mlaier | 2005-03-13 | 1 | -1/+1 |
* | ALTQ support for re(4). | mlaier | 2005-03-12 | 1 | -6/+14 |
* | Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in | imp | 2005-03-01 | 1 | -1/+1 |
* | Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc from | imp | 2005-01-22 | 1 | -0/+3 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Disable checksum offloading by default. It seems to produce corrupted packets | cognet | 2005-01-05 | 1 | -2/+2 |
* | In re_detach(), remove an extra call to ether_ifdetach(). | cognet | 2005-01-02 | 1 | -1/+0 |
* | fix jumbo frames as much as they can be fixed for re. We now cap the MTU | jmg | 2004-09-28 | 1 | -16/+54 |
* | trim trailing white space.. | jmg | 2004-09-20 | 1 | -2/+2 |
* | spell RX correctly | jmg | 2004-09-19 | 1 | -16/+10 |
* | pass in pointer to m_head to re_encap because m_defrag could free the | jmg | 2004-09-18 | 1 | -13/+13 |
* | Fixed build with DEVICE_POLLING defined. | ru | 2004-09-04 | 1 | -2/+2 |
* | merge in if_rl locking because if_re was originally based upon if_rl. | jmg | 2004-09-03 | 1 | -84/+135 |
* | Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S) | sanpei | 2004-08-28 | 1 | -0/+2 |
* | Eliminate unneeded return keywords. | bms | 2004-07-06 | 1 | -34/+1 |
* | Whitespace pass | bms | 2004-07-06 | 1 | -54/+54 |
* | Remove code to slam the config space on transition to d0. | imp | 2004-06-28 | 1 | -56/+0 |
* | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | naddy | 2004-06-09 | 1 | -29/+2 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Wrap the code to save/restore PCI config registers on suspend/resume in | jhb | 2004-05-24 | 1 | -0/+8 |
* | A handler for ioctl(SIOCSIFCAP) should not alter a bit in | yar | 2004-05-23 | 1 | -1/+3 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 1 | -1/+9 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -5/+5 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -5/+0 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -6/+6 |
* | Sometimes cardbus attachments don't attach, so while we track down | imp | 2003-11-28 | 1 | -0/+1 |