summaryrefslogtreecommitdiffstats
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* - 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
* spell RX correctlyjmg2004-09-191-16/+10
* pass in pointer to m_head to re_encap because m_defrag could free thejmg2004-09-181-13/+13
* Fixed build with DEVICE_POLLING defined.ru2004-09-041-2/+2
* merge in if_rl locking because if_re was originally based upon if_rl.jmg2004-09-031-84/+135
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)sanpei2004-08-281-0/+2
* Eliminate unneeded return keywords.bms2004-07-061-34/+1
* Whitespace passbms2004-07-061-54/+54
* Remove code to slam the config space on transition to d0.imp2004-06-281-56/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-29/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Wrap the code to save/restore PCI config registers on suspend/resume injhb2004-05-241-0/+8
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inyar2004-05-231-1/+3
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Implemented per-interface polling(4) control.ru2004-04-111-1/+9
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-5/+5
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-6/+6
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+4
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-3/+3
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-13/+11
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
OpenPOWER on IntegriCloud