| Commit message (Expand) | Author | Age | Files | Lines |
* | - Use if_inc_counter() to increment various counters. | glebius | 2014-09-18 | 1 | -15/+15 |
* | It is actually possible to have if_t a typedef to non-void type, | glebius | 2014-08-31 | 1 | -9/+9 |
* | Fix multicast, broken by the conversion of the nfe(4) driver to the | marcel | 2014-08-03 | 1 | -9/+8 |
* | Fixed build with DEVICE_POLLING. | pluknet | 2014-07-02 | 1 | -2/+2 |
* | Convert nfe(4) to use the driver API. | marcel | 2014-07-01 | 1 | -174/+190 |
* | Don't bother clearing maps for static DMA allocations to NULL. Instead, | jhb | 2014-06-17 | 1 | -3/+0 |
* | Remove some unused variables. | brueffer | 2014-05-16 | 1 | -6/+3 |
* | Add workaround for MCP61 Ethernet controller found on MSI K9 | yongari | 2014-04-09 | 1 | -2/+36 |
* | Increase the number of TX DMA segments from 32 to 35. It turned | yongari | 2014-03-31 | 1 | -1/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+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 |