| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't map memory/IO resource in device probe and just use PCI | yongari | 2008-03-03 | 1 | -42/+33 |
* | Don't allow jumbo frame on 8139C+ controller. | yongari | 2008-03-03 | 1 | -3/+11 |
* | Implement WOL. | yongari | 2008-03-03 | 1 | -0/+108 |
* | - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and | jhb | 2008-01-17 | 1 | -91/+1 |
* | Fix build. | yongari | 2008-01-15 | 1 | -1/+1 |
* | Overhaul re(4). | yongari | 2008-01-15 | 1 | -360/+484 |
* | By definition promiscuous mode should see all unicast frames as well | yongari | 2007-12-20 | 1 | -2/+6 |
* | Add another RTL8168 revision 3 which is found on RTL8111-GR Gigabit | yongari | 2007-12-08 | 1 | -3/+13 |
* | Always honor promiscuous flag prior to programming Rx multicast | yongari | 2007-12-03 | 1 | -2/+6 |
* | Fix function prototype for device_shutdown method. | yongari | 2007-11-22 | 1 | -2/+4 |
* | Add support for D-Link DGE-528(T) Rev.B1 | remko | 2007-11-12 | 1 | -0/+2 |
* | Make sure to take PHY out of power down mode in device attach. | yongari | 2007-08-14 | 1 | -0/+22 |
* | Initialize the rl_vlanctl field of the descriptors to zero (in order | marius | 2007-08-05 | 1 | -0/+1 |
* | style(9) | yongari | 2007-07-27 | 1 | -2/+2 |
* | Add MSI support. | yongari | 2007-07-24 | 1 | -15/+80 |
* | re(4) devices requires an external EEPROM. Depending on models it | yongari | 2007-07-06 | 1 | -2/+2 |
* | Disable TSO support. | yongari | 2007-06-16 | 1 | -2/+2 |
* | Don't reinitialize the hardware if only PROMISC flag was changed. | yongari | 2007-04-18 | 1 | -4/+12 |
* | Add support for the RTL8110SC driver. | remko | 2007-03-28 | 1 | -0/+2 |
* | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | csjp | 2007-03-04 | 1 | -1/+1 |
* | Use taskqueue_drain() to wait for any pending tasks to complete rather | jhb | 2007-02-27 | 1 | -4/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -6/+6 |
* | The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe can | wpaul | 2007-01-25 | 1 | -1/+6 |
* | It seems that enabling Tx and Rx before setting descriptor DMA | yongari | 2007-01-23 | 1 | -15/+17 |
* | o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mapping | marius | 2007-01-16 | 1 | -47/+43 |
* | Fix re_setmulti() so that it works correctly for PCIe chips where | wpaul | 2007-01-11 | 1 | -2/+19 |
* | - Use the re_tick() callout instead of if_slowtimo() for driving | marius | 2006-12-20 | 1 | -35/+23 |
* | Fix typo. | yongari | 2006-11-21 | 1 | -1/+1 |
* | Add TSO support. | yongari | 2006-11-21 | 1 | -10/+24 |
* | o Correctly set IFCAP_VLAN_HWCSUM as re(4) can do VLAN tagging/checksum | yongari | 2006-11-21 | 1 | -5/+17 |
* | Don't set RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit in | yongari | 2006-11-21 | 1 | -1/+1 |
* | Move ethernet VLAN tags from mtags to its own mbuf packet header field | andre | 2006-09-17 | 1 | -9/+6 |
* | - Consistently use if_printf() only in interface methods: if_start(), | glebius | 2006-09-15 | 1 | -18/+21 |
* | Make 8139C+ work again which was broken since rev 1.68. | yongari | 2006-09-08 | 1 | -0/+8 |
* | Fix re(4) breakge introduced in tree from rev 1.68. | yongari | 2006-08-03 | 1 | -6/+5 |
* | Another small update to the re(4) driver: | wpaul | 2006-08-01 | 1 | -23/+52 |
* | Fix the following bugs in re(4) | wpaul | 2006-07-30 | 1 | -21/+32 |
* | Properly detect the RTL8168(B?) again. RealTek sent me a bunch of sample | wpaul | 2006-06-28 | 1 | -1/+4 |
* | Add support for the RealTek 8169SC/8110SC and RTL8101E devices. The | wpaul | 2006-06-26 | 1 | -137/+252 |
* | Rename device name in the last commit. According to PR, the ID is | glebius | 2006-05-24 | 1 | -3/+3 |
* | 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 |