aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mxge/if_mxge_var.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-5/+1
* Bump mxge copyright.Andrew Gallatin2013-02-221-1/+1
* Improve mxge's receive performance for IPv6:Andrew Gallatin2013-02-211-31/+1
* Add support to mxge for IPv6 TX csum offload & IPv6 TSO.Andrew Gallatin2013-02-191-0/+46
* Cleanup if_media handling in mxge(4)Andrew Gallatin2010-04-151-0/+8
* Move mxge(4)'s NIC watchdog reset handler fromAndrew Gallatin2009-10-191-0/+2
* Two more mxge watchdog fixes:Andrew Gallatin2009-09-301-0/+1
* Add support for throttling transmit bandwidth. This is most commonlyAndrew Gallatin2009-09-211-0/+3
* Add a dying flag to prevent races at detach.Andrew Gallatin2009-06-241-0/+1
* Revert most of 193311 so as to track mxge transmit statsAndrew Gallatin2009-06-231-0/+2
* Buf-ring fixes for mxgeAndrew Gallatin2009-06-021-2/+4
* Set an rx jumbo cluster to the correct size beforeAndrew Gallatin2009-06-011-0/+1
* 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-271-0/+13
* Better support for recent Myricom 10GbE NICsAndrew Gallatin2009-02-171-1/+4
* Restore sfence semantics in mxge after the introductionAndrew Gallatin2008-11-241-4/+4
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+4
* Adapt mxge shims to detect phys contig jumbo framesAndrew Gallatin2008-08-211-1/+2
* Now that mxge supports MSI-X interrupts, reverse the logic and flagAndrew Gallatin2008-02-141-1/+1
* Add minimally invasive shims to ease MFCs of mxge back as farAndrew Gallatin2008-02-141-0/+28
* Take advantage of the new physically contiguous 9K jumbos in 8.Andrew Gallatin2008-01-221-0/+6
* Add optional support to mxge for MSI-X interrupts and multiple receiveAndrew Gallatin2008-01-151-20/+41
* Add support for a new device id (9). Mxge NICs with the newAndrew Gallatin2007-09-131-0/+1
* - Fix a bug which could cause a panic when enabling LROAndrew Gallatin2007-08-221-0/+10
* Update the mxge(4) driver's copyright to 2007, and dropAndrew Gallatin2007-07-121-6/+2
* Add support for "hardware" vlan tag insertion & removal emulationAndrew Gallatin2007-05-231-2/+0
* mxge cleanups:Andrew Gallatin2007-05-221-6/+6
* Improve mxge receive performance:Andrew Gallatin2007-05-211-1/+38
* Work around a firmware bug where broadcast frames would be incorrectlyAndrew Gallatin2007-02-211-0/+4
* - Add 99% of a callout based watchdog. The remaining 1% is waitingAndrew Gallatin2007-01-311-1/+3
* Abandon using sleepable locks in favor of mutexes for mxge's if_ioctlAndrew Gallatin2007-01-311-3/+7
* Minor updates:Andrew Gallatin2007-01-301-0/+2
* Initialization bugfixes and enhancements:Andrew Gallatin2006-11-221-0/+1
* - Updated to the latest myri10ge firmwareAndrew Gallatin2006-09-151-0/+1
* - Added TSO support. This entailed increasing the number of send descriptorsAndrew Gallatin2006-09-151-2/+5
* Update the mxge driver.Andrew Gallatin2006-06-141-19/+27
* - Complete the myri10ge -> mxge name change by doing a mechanicalAndrew Gallatin2006-06-131-34/+34
* 10GbE mode driver and binary firmware for Myricom's PCI-express NICs.Andrew Gallatin2006-02-191-0/+203