aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mxge
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-4/+1
* - Correct mispellings of word resourceGabor Kovesdan2013-04-171-1/+1
* Several cleanups and fixes to mxge:Andrew Gallatin2013-02-251-46/+25
* Bump mxge copyright.Andrew Gallatin2013-02-222-2/+2
* Improvements for newer mxge nics:Andrew Gallatin2013-02-221-4/+12
* Try harder to make mxge safe for all combinations of INET and INET6Andrew Gallatin2013-02-221-2/+5
* Fix build.Gleb Smirnoff2013-02-221-1/+0
* Improve mxge's receive performance for IPv6:Andrew Gallatin2013-02-213-530/+148
* Add support to mxge for IPv6 TX csum offload & IPv6 TSO.Andrew Gallatin2013-02-192-52/+226
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Utilize new macro to initialize if_baudrate.Gleb Smirnoff2012-10-181-2/+2
* Revert previous commit...Kevin Lo2012-10-104-4/+4
* Prefer NULL over 0 for pointersKevin Lo2012-10-094-4/+4
* The drbr(9) API appeared to be so unclear, that most drivers inGleb Smirnoff2012-09-281-2/+0
* Update mxge(4) firmware to the latest version available fromAndrew Gallatin2012-05-294-34836/+34187
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-1/+1
* Use strchr() and strrchr().Ed Schouten2012-01-021-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