summaryrefslogtreecommitdiffstats
path: root/sys/dev/mxge
Commit message (Expand)AuthorAgeFilesLines
* Make mxge do a better job recovering from NIC h/w faultsgallatin2009-10-201-13/+37
* Move mxge(4)'s NIC watchdog reset handler fromgallatin2009-10-192-22/+66
* Two more mxge watchdog fixes:gallatin2009-09-302-4/+14
* Improve mxge watchdog routine's ability to reliably reset a failed NIC:gallatin2009-09-211-27/+72
* Add support for throttling transmit bandwidth. This is most commonlygallatin2009-09-212-2/+60
* mxge's tunable hw.mxge.rss_hash_type cannot be set from thegallatin2009-07-221-0/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-3/+3
* Add a dying flag to prevent races at detach.gallatin2009-06-242-0/+7
* Allow admin to specify the initial mtu upon driver loadgallatin2009-06-241-3/+8
* - Fix bug where device would loose promisc setting when reset.gallatin2009-06-231-2/+2
* Revert most of 193311 so as to track mxge transmit statsgallatin2009-06-232-1/+22
* Update mxge firmware from 1.4.39 to 1.4.43. Changes include:gallatin2009-06-234-32615/+32936
* Implement minimal set of changes suggested by bz to makegallatin2009-06-232-4/+18
* Buf-ring fixes for mxgegallatin2009-06-022-27/+8
* Set an rx jumbo cluster to the correct size beforegallatin2009-06-012-1/+4
* Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RINGgallatin2009-04-271-1/+1
* Updates to mxge for multiple tx/rx rings:gallatin2009-04-272-41/+333
* Fix cut/paste error in previous commit and use thegallatin2009-02-171-1/+1
* Better support for recent Myricom 10GbE NICsgallatin2009-02-177-32827/+32798
* Remove obsolete C preprocessor assertions.rdivacky2009-02-121-1/+1
* Restore sfence semantics in mxge after the introductiongallatin2008-11-242-25/+25
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* Update to Myri10GE Firmware 1.4.36.gallatin2008-10-234-32592/+32702
* Update to Myri10GE firmware version 1.4.33 from 1.4.29. Relevant changes inc...gallatin2008-10-015-56663/+32655
* Adapt mxge shims to detect phys contig jumbo framesgallatin2008-08-211-1/+2
* Clean up mxge's use of callouts as pointed out by jhb,gallatin2008-07-171-36/+19
* Initialize if_baudrate using IF_Gbps() macro.gallatin2008-04-021-1/+1
* Remove dead code which makes a call to mem_range_attr_set().gallatin2008-03-121-18/+2
* Now that mxge supports MSI-X interrupts, reverse the logic and flaggallatin2008-02-142-8/+10
* Add minimally invasive shims to ease MFCs of mxge back as fargallatin2008-02-143-10/+68
* Make the type of the firmware arrays match thosegallatin2008-02-132-6/+6
* Only reset driver state when a hardware error is detected.gallatin2008-01-281-5/+6
* Take advantage of the new physically contiguous 9K jumbos in 8.gallatin2008-01-222-3/+29
* Add optional support to mxge for MSI-X interrupts and multiple receivegallatin2008-01-158-516/+31649
* Fix accidental swap of "const" for "static" in mxge firmware byte arraysgallatin2008-01-152-6/+6
* Update to firmware version 1.4.29 from 1.4.25. Relevant changes include:gallatin2008-01-152-25570/+26369
* Add support for a new device id (9). Mxge NICs with the newgallatin2007-09-132-1/+3
* - Fix a bug which could cause a panic when enabling LROgallatin2007-08-225-24755/+25813
* - Enable static building of mxge(4) and its firmware.gallatin2007-07-197-2188/+24998
* Update the mxge(4) driver's copyright to 2007, and dropgallatin2007-07-127-41/+13
* Also mark writecombine as enabled when PAT is used to enablegallatin2007-06-171-2/+2
* correct some limits on interrupt proccessing so thatgallatin2007-06-141-7/+2
* Use the new IFCAP_LRO to enable/disable LRO.gallatin2007-06-121-8/+35
* Back out the previous commit which added an M_LRO mbuf flaggallatin2007-06-111-1/+0
* Allow drivers, such as cxgb and mxge, which support LRO to bypassgallatin2007-06-111-0/+1
* Small LRO related fixes for mxge:gallatin2007-06-112-5/+39
* Use pmap_change_attr() to setup a write combine attribute for ourgallatin2007-06-051-1/+14
* - Use m_getcl() rather than m_getjcl() when we're allocating 2KBgallatin2007-05-251-1/+10
* Add support for "hardware" vlan tag insertion & removal emulationgallatin2007-05-232-34/+131
* mxge cleanups:gallatin2007-05-222-117/+93
OpenPOWER on IntegriCloud