| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r266270 | brueffer | 2014-05-31 | 1 | -6/+3 |
* | MFC r264293: | yongari | 2014-04-22 | 1 | -2/+36 |
* | MFC r263957: | yongari | 2014-04-14 | 1 | -1/+1 |
* | Fix clearing MAC stats registers. Previously it cleared every | yongari | 2013-10-04 | 1 | -2/+2 |
* | Fix a typo when accounting for tx_broadcast statistics. | delphij | 2013-09-17 | 1 | -1/+1 |
* | Change local variable tso_segsz to tsosegsz to avoid mbuf.h macro conflicts. | andre | 2013-08-24 | 1 | -9/+9 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -3/+3 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -5/+1 |
* | Close a race where SIOCGIFMEDIA ioctl get inconsistent link status. | yongari | 2011-10-17 | 1 | -1/+1 |
* | If driver is not running, disable interrupts and do not try to | yongari | 2011-05-31 | 1 | -1/+1 |
* | - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP | marius | 2011-05-03 | 1 | -8/+4 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 1 | -3/+3 |
* | Reinitialize driver when MTU is changed and driver is running. | yongari | 2011-01-24 | 1 | -1/+3 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -1/+1 |
* | Add a 'locked' variant of the foo_start() routine and call it directly | jhb | 2011-01-03 | 2 | -19/+12 |
* | MCP55 is the only NVIDIA controller that supports VLAN tag | yongari | 2010-11-17 | 1 | -26/+31 |
* | Plug memory leakage introduced in r215327. | yongari | 2010-11-15 | 1 | -4/+11 |
* | P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issue | yongari | 2010-11-14 | 1 | -0/+43 |
* | o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control | marius | 2010-11-14 | 1 | -3/+5 |
* | Fix regression introduced in r215132. Caller always holds a driver | yongari | 2010-11-12 | 1 | -4/+0 |
* | Add basic WOL support for MCP ethernet controllers. It seems the | yongari | 2010-11-11 | 3 | -56/+175 |
* | Converted the remainder of the NIC drivers to use the mii_attach() | marius | 2010-10-15 | 1 | -4/+4 |
* | With r206844, CSUM_TCP is also set for CSUM_TSO case. Modify | yongari | 2010-04-19 | 1 | -7/+6 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | jhb | 2009-11-06 | 1 | -1/+0 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | When user_frac in the polling subsystem is low it is going to busy the | attilio | 2009-05-30 | 1 | -13/+23 |
* | NVIDIA MCP controllers have no Rx buffer alignment restrictions. | yongari | 2009-05-25 | 1 | -1/+1 |
* | Fix a typo. | yongari | 2008-12-20 | 1 | -1/+1 |
* | Add hardware MAC statistics support. Register information was | yongari | 2008-10-03 | 3 | -25/+287 |
* | Add device ids for MCP77/79 and set appropriate support flags. | yongari | 2008-10-01 | 2 | -0/+40 |
* | Add support for MCP73 chips. | yongari | 2008-04-10 | 2 | -0/+16 |
* | Nuke local jumbo allocator and switch to use of UMA backed page | yongari | 2008-03-06 | 3 | -185/+6 |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 1 | -1/+1 |
* | - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and | jhb | 2008-01-17 | 1 | -89/+1 |
* | Fix function prototype for device_shutdown method. | yongari | 2007-11-22 | 1 | -2/+4 |
* | use the private task q thread instead of the shared system thread | sam | 2007-11-16 | 1 | -6/+5 |
* | Apparently some NVIDIA NICs store ethernet address in reverse order | yongari | 2007-11-06 | 1 | -2/+2 |
* | During boot(before setting IP address) PHY can generate link state | yongari | 2007-09-14 | 1 | -6/+6 |
* | Fix typo. | yongari | 2007-09-14 | 1 | -2/+2 |
* | Don't fail on device attach if jumbo frame support was unsuccessful. | yongari | 2007-07-24 | 2 | -9/+26 |
* | The maximum size of the sum of all segment lengths in a given DMA mapping | yongari | 2007-06-12 | 1 | -1/+1 |
* | Increase a maximum segment size of DMA to 4096. Previously it used | yongari | 2007-06-12 | 2 | -2/+4 |
* | Bring overhauled nfe(4) into tree. | yongari | 2007-06-12 | 3 | -909/+2103 |
* | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | csjp | 2007-03-04 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Fix TX/RX checksum offload. | obrien | 2006-11-27 | 2 | -16/+21 |
* | Reformat to KNF after revision 1.12. | obrien | 2006-11-27 | 1 | -85/+81 |
* | Fix the jumbo frame support. | obrien | 2006-11-27 | 3 | -209/+63 |
* | Grrr. new .vimrc file is really giving me trouble.. get the whitespace right. | obrien | 2006-11-27 | 1 | -2/+2 |