| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Drop the driver lock around calls to if_input to avoid a LOR when | sam | 2003-11-14 | 1 | -0/+4 |
* | Remove duplicate FBSDID's, move others to their right place. | obrien | 2003-11-14 | 1 | -3/+3 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -13/+11 |
* | Remove explicit cardbus attachments from drivers where this is identical | dfr | 2003-11-03 | 1 | -1/+0 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Remove the dual-address cycle stuff. DAC is used to allow a bus master | wpaul | 2003-09-20 | 1 | -4/+2 |
* | Remove jumbo buffer #defines that I ended up not needing. | wpaul | 2003-09-19 | 1 | -1/+1 |
* | In re_diag(), there's no need for us to call re_start() ourselves: | wpaul | 2003-09-18 | 1 | -4/+8 |
* | Teach the re(4) driver about the CFG2 register, which tells us whether | wpaul | 2003-09-13 | 1 | -7/+14 |
* | Toggle the interface on and off before starting the diag test. This | wpaul | 2003-09-11 | 1 | -0/+3 |
* | - For the 8169 chips, read the station address by forcing an EEPROM | wpaul | 2003-09-11 | 1 | -27/+59 |
* | Add a PHY driver to support the built-in gigE PHY in the 8169S/8110S | wpaul | 2003-09-11 | 1 | -1/+16 |
* | Fix bug in re_gmii_writewreg(): we don't need to be screening out certain | wpaul | 2003-09-10 | 1 | -3/+0 |
* | Update hardware revision table. 0x04000000 appears to be the revision | wpaul | 2003-09-10 | 1 | -3/+6 |
* | Take the support for the 8139C+/8169/8169S/8110S chips out of the | wpaul | 2003-09-08 | 1 | -0/+2430 |