summaryrefslogtreecommitdiffstats
path: root/sys/dev/mxge
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve mxge receive performance:gallatin2007-05-216-2216/+2717
* - Add handling of MXGEFW_CMD_UNKNOWN in mxge_send_cmd().gallatin2007-05-081-23/+30
* Firmware update & improvements to firmware selection:gallatin2007-05-084-2051/+2273
* -Fix an mbuf leak caused by a cut&paste bug where the small ring's mbufsgallatin2007-04-271-19/+35
* - Fix a bug in the TSO transmit routine where frames which hadgallatin2007-04-031-1/+3
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-0/+1
* Fix a bug which could lead to receive side lockup when WC is disabled.gallatin2007-03-271-0/+1
* Update mxge's firmware from a fairly old version (1.4.6) to the mostgallatin2007-03-082-1721/+1959
OpenPOWER on IntegriCloud