summaryrefslogtreecommitdiff
path: root/sys/dev/mxge/if_mxge.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.release/8.1.0_cvsKen Smith2010-07-171-1/+1
* MFC 208379: Add interrupt descriptions for mxge's msi-x vectorsAndrew Gallatin2010-05-241-0/+2
* MFC 208312: Correctly identify some twinax cables, which reportAndrew Gallatin2010-05-241-1/+2
* MFC 206662: Cleanup if_media handling in mxge(4)Andrew Gallatin2010-04-271-44/+71
* MFC 204212: Update mxge to support IFCAP_VLAN_HWTSO.Andrew Gallatin2010-03-221-0/+12
* MFC 205255: Fix 2 bugs in mxge_attach()Andrew Gallatin2010-03-221-3/+3
* MFC r203834 and r205197: Make ALTQ work for drbr consumers.Max Laier2010-03-181-1/+1
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-111-15/+15
* MFC r202121:Andrew Gallatin2010-01-141-2/+2
* MFC 202119: Fix reporting of 10G Twinax mediaAndrew Gallatin2010-01-141-1/+2
* Sync mxge(4) with head:Andrew Gallatin2010-01-111-34/+154
* MFC:197645Andrew Gallatin2009-10-051-4/+13
* MFC 197395: Improve mxge watchdog routine's ability to reliably reset a faile...Andrew Gallatin2009-09-281-27/+72
* mxge's tunable hw.mxge.rss_hash_type cannot be set from theAndrew Gallatin2009-07-221-0/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-3/+3
* Add a dying flag to prevent races at detach.Andrew Gallatin2009-06-241-0/+6
* Allow admin to specify the initial mtu upon driver loadAndrew Gallatin2009-06-241-3/+8
* - Fix bug where device would loose promisc setting when reset.Andrew Gallatin2009-06-231-2/+2
* Revert most of 193311 so as to track mxge transmit statsAndrew Gallatin2009-06-231-1/+20
* Implement minimal set of changes suggested by bz to makeAndrew Gallatin2009-06-231-4/+13
* Buf-ring fixes for mxgeAndrew Gallatin2009-06-021-25/+4
* Set an rx jumbo cluster to the correct size beforeAndrew Gallatin2009-06-011-1/+3
* Updates to mxge for multiple tx/rx rings:Andrew Gallatin2009-04-271-41/+320
* Fix cut/paste error in previous commit and use theAndrew Gallatin2009-02-171-1/+1
* Better support for recent Myricom 10GbE NICsAndrew Gallatin2009-02-171-29/+77
* Remove obsolete C preprocessor assertions.Roman Divacky2009-02-121-1/+1
* Restore sfence semantics in mxge after the introductionAndrew Gallatin2008-11-241-21/+21
* Clean up mxge's use of callouts as pointed out by jhb,Andrew Gallatin2008-07-171-36/+19
* Initialize if_baudrate using IF_Gbps() macro.Andrew Gallatin2008-04-021-1/+1
* Remove dead code which makes a call to mem_range_attr_set().Andrew Gallatin2008-03-121-18/+2
* Now that mxge supports MSI-X interrupts, reverse the logic and flagAndrew Gallatin2008-02-141-7/+9
* Add minimally invasive shims to ease MFCs of mxge back as farAndrew Gallatin2008-02-141-10/+39
* Only reset driver state when a hardware error is detected.Andrew Gallatin2008-01-281-5/+6
* Take advantage of the new physically contiguous 9K jumbos in 8.Andrew Gallatin2008-01-221-3/+23
* Add optional support to mxge for MSI-X interrupts and multiple receiveAndrew Gallatin2008-01-151-463/+1097
* Add support for a new device id (9). Mxge NICs with the newAndrew Gallatin2007-09-131-1/+2
* - Fix a bug which could cause a panic when enabling LROAndrew Gallatin2007-08-221-15/+174
* - Enable static building of mxge(4) and its firmware.Andrew Gallatin2007-07-191-24/+63
* Update the mxge(4) driver's copyright to 2007, and dropAndrew Gallatin2007-07-121-6/+2
* Also mark writecombine as enabled when PAT is used to enableAndrew Gallatin2007-06-171-2/+2
* correct some limits on interrupt proccessing so thatAndrew Gallatin2007-06-141-7/+2
* Use the new IFCAP_LRO to enable/disable LRO.Andrew Gallatin2007-06-121-8/+35
* Small LRO related fixes for mxge:Andrew Gallatin2007-06-111-4/+38
* Use pmap_change_attr() to setup a write combine attribute for ourAndrew Gallatin2007-06-051-1/+14
* - Use m_getcl() rather than m_getjcl() when we're allocating 2KBAndrew Gallatin2007-05-251-1/+10
* Add support for "hardware" vlan tag insertion & removal emulationAndrew Gallatin2007-05-231-32/+131
* mxge cleanups:Andrew Gallatin2007-05-221-111/+87
* Improve mxge receive performance:Andrew Gallatin2007-05-211-135/+218
* - Add handling of MXGEFW_CMD_UNKNOWN in mxge_send_cmd().Andrew Gallatin2007-05-081-23/+30
* Firmware update & improvements to firmware selection:Andrew Gallatin2007-05-081-90/+177