summaryrefslogtreecommitdiff
path: root/sys/dev/mxge
Commit message (Expand)AuthorAgeFilesLines
* Merge r254306:Scott Long2013-08-151-4/+1
* MFC: r243857 (partial)Marius Strobl2013-03-091-3/+3
* MFC r247268:Andrew Gallatin2013-03-051-46/+25
* MFC r247160Andrew Gallatin2013-03-042-2/+2
* MFC r247159Andrew Gallatin2013-03-041-4/+12
* MFC r247133 and associated fixes (r247151, r247152):Andrew Gallatin2013-02-283-530/+150
* Fix the build.Andrew Gallatin2013-02-271-13/+0
* MFC r247011:Andrew Gallatin2013-02-262-52/+226
* Merge r241037 from head:Gleb Smirnoff2012-11-231-2/+0
* MFC 236212:Andrew Gallatin2012-06-014-34836/+34187
* MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag()Scott Long2012-03-161-1/+1
* Update mxge(4) firmware to the latest version available fromAndrew Gallatin2011-07-124-34013/+34835
* Fix media reporting for dual port CX4 myri10ge NICsAndrew Gallatin2011-07-121-1/+1
* Fix a bug in mxge's LRO which can cause dup acks toAndrew Gallatin2011-04-071-2/+4
* Implement mxge_init()Andrew Gallatin2011-04-061-0/+8
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-3/+3
* Use a regular taskqueue rather than a fast taskqueue for mxge(4).John Baldwin2011-01-071-3/+2
* Fix a TSO checksum bug on mxge(4):Andrew Gallatin2010-11-221-1/+12
* Add interrupt descriptions for mxge's msi-x vectorsAndrew Gallatin2010-05-211-0/+2
* Correctly identify some twinax cables, which reportAndrew Gallatin2010-05-191-1/+2
* Update mxge firmware to latest available from Myricom.Andrew Gallatin2010-05-194-33887/+34014
* Add a fastpath to allocate from packet zone when using m_getjcl.Fabien Thomas2010-05-071-4/+1
* Add missing IFCAP_LINKSTATE to mxgeAndrew Gallatin2010-04-151-1/+1
* Cleanup if_media handling in mxge(4)Andrew Gallatin2010-04-152-44/+79
* Fix 2 bugs in mxge_attach()Andrew Gallatin2010-03-171-3/+3
* Update mxge to support IFCAP_VLAN_HWTSO.Andrew Gallatin2010-02-221-0/+12
* Fix drbr and altq interaction:Max Laier2010-02-131-1/+1
* Use better default RSS hash (src + dst, rather than just src port)Andrew Gallatin2010-01-111-2/+2
* Update mxge(4) firmware to 1.4.48b (latest available) from Myricom.Andrew Gallatin2010-01-114-32936/+33883
* Fix reporting of 10G Twinax mediaAndrew Gallatin2010-01-111-1/+2
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-15/+15
* Don't take the driver mutex in mxge_tick(), as itAndrew Gallatin2009-12-221-2/+0
* Make mxge do a better job recovering from NIC h/w faultsAndrew Gallatin2009-10-201-13/+37
* Move mxge(4)'s NIC watchdog reset handler fromAndrew Gallatin2009-10-192-22/+66
* Two more mxge watchdog fixes:Andrew Gallatin2009-09-302-4/+14
* Improve mxge watchdog routine's ability to reliably reset a failed NIC:Andrew Gallatin2009-09-211-27/+72
* Add support for throttling transmit bandwidth. This is most commonlyAndrew Gallatin2009-09-212-2/+60
* 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