aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mxge
Commit message (Expand)AuthorAgeFilesLines
* MFC r207761:Pyun YongHyeon2012-01-071-4/+1
* MFC r223958:Andrew Gallatin2011-07-204-34013/+34835
* MFC r223957: Fix media reporting for dual port CX4 myri10ge NICsAndrew Gallatin2011-07-201-1/+1
* MFC r220424:Andrew Gallatin2011-04-281-2/+4
* MFC r220385: Implement mxge_init()Andrew Gallatin2011-04-281-0/+8
* MFC 215686:Andrew Gallatin2010-11-291-1/+12
* 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 208309: Update mxge firmware to latest available from Myricom.Andrew Gallatin2010-05-244-33887/+34014
* MFC 206662: Cleanup if_media handling in mxge(4)Andrew Gallatin2010-04-272-44/+79
* 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: r202120:Andrew Gallatin2010-01-144-32936/+33883
* 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-112-34/+159
* MFC:197645Andrew Gallatin2009-10-052-4/+14
* 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-242-0/+7
* 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-232-1/+22
* Update mxge firmware from 1.4.39 to 1.4.43. Changes include:Andrew Gallatin2009-06-234-32615/+32936
* Implement minimal set of changes suggested by bz to makeAndrew Gallatin2009-06-232-4/+18
* Buf-ring fixes for mxgeAndrew Gallatin2009-06-022-27/+8
* Set an rx jumbo cluster to the correct size beforeAndrew Gallatin2009-06-012-1/+4
* Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RINGAndrew Gallatin2009-04-271-1/+1
* Updates to mxge for multiple tx/rx rings:Andrew Gallatin2009-04-272-41/+333
* Fix cut/paste error in previous commit and use theAndrew Gallatin2009-02-171-1/+1
* Better support for recent Myricom 10GbE NICsAndrew Gallatin2009-02-177-32826/+32797
* Remove obsolete C preprocessor assertions.Roman Divacky2009-02-121-1/+1
* Restore sfence semantics in mxge after the introductionAndrew Gallatin2008-11-242-25/+25
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+4
* Update to Myri10GE Firmware 1.4.36.Andrew Gallatin2008-10-234-32592/+32702
* Update to Myri10GE firmware version 1.4.33 from 1.4.29. Relevant changes inc...Andrew Gallatin2008-10-015-56663/+32655
* Adapt mxge shims to detect phys contig jumbo framesAndrew Gallatin2008-08-211-1/+2
* 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-142-8/+10
* Add minimally invasive shims to ease MFCs of mxge back as farAndrew Gallatin2008-02-143-10/+68
* Make the type of the firmware arrays match thoseAndrew Gallatin2008-02-132-6/+6
* 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-222-3/+29
* Add optional support to mxge for MSI-X interrupts and multiple receiveAndrew Gallatin2008-01-158-512/+31645
* Fix accidental swap of "const" for "static" in mxge firmware byte arraysAndrew Gallatin2008-01-152-6/+6