summaryrefslogtreecommitdiffstats
path: root/sys/dev/mxge/if_mxge.c
Commit message (Expand)AuthorAgeFilesLines
* Fix media reporting for dual port CX4 myri10ge NICsgallatin2011-07-121-1/+1
* Implement mxge_init()gallatin2011-04-061-0/+8
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-3/+3
* Use a regular taskqueue rather than a fast taskqueue for mxge(4).jhb2011-01-071-3/+2
* Fix a TSO checksum bug on mxge(4):gallatin2010-11-221-1/+12
* Add interrupt descriptions for mxge's msi-x vectorsgallatin2010-05-211-0/+2
* Correctly identify some twinax cables, which reportgallatin2010-05-191-1/+2
* Add a fastpath to allocate from packet zone when using m_getjcl.fabient2010-05-071-4/+1
* Add missing IFCAP_LINKSTATE to mxgegallatin2010-04-151-1/+1
* Cleanup if_media handling in mxge(4)gallatin2010-04-151-44/+71
* Fix 2 bugs in mxge_attach()gallatin2010-03-171-3/+3
* Update mxge to support IFCAP_VLAN_HWTSO.gallatin2010-02-221-0/+12
* Fix drbr and altq interaction:mlaier2010-02-131-1/+1
* Use better default RSS hash (src + dst, rather than just src port)gallatin2010-01-111-2/+2
* Fix reporting of 10G Twinax mediagallatin2010-01-111-1/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-15/+15
* Don't take the driver mutex in mxge_tick(), as itgallatin2009-12-221-2/+0
* 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-191-22/+64
* Two more mxge watchdog fixes:gallatin2009-09-301-4/+13
* 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-211-2/+57
* 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-241-0/+6
* 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-231-1/+20
* Implement minimal set of changes suggested by bz to makegallatin2009-06-231-4/+13
* Buf-ring fixes for mxgegallatin2009-06-021-25/+4
* Set an rx jumbo cluster to the correct size beforegallatin2009-06-011-1/+3
* Updates to mxge for multiple tx/rx rings:gallatin2009-04-271-41/+320
* Fix cut/paste error in previous commit and use thegallatin2009-02-171-1/+1
* Better support for recent Myricom 10GbE NICsgallatin2009-02-171-29/+77
* Remove obsolete C preprocessor assertions.rdivacky2009-02-121-1/+1
* Restore sfence semantics in mxge after the introductiongallatin2008-11-241-21/+21
* 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-141-7/+9
* Add minimally invasive shims to ease MFCs of mxge back as fargallatin2008-02-141-10/+39
* 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-221-3/+23
* Add optional support to mxge for MSI-X interrupts and multiple receivegallatin2008-01-151-467/+1101
* Add support for a new device id (9). Mxge NICs with the newgallatin2007-09-131-1/+2
* - Fix a bug which could cause a panic when enabling LROgallatin2007-08-221-15/+174
* - Enable static building of mxge(4) and its firmware.gallatin2007-07-191-24/+63
* Update the mxge(4) driver's copyright to 2007, and dropgallatin2007-07-121-6/+2
* 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
OpenPOWER on IntegriCloud