summaryrefslogtreecommitdiffstats
path: root/sys/dev/mxge
Commit message (Expand)AuthorAgeFilesLines
* 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
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Work around a firmware bug where broadcast frames would be incorrectlygallatin2007-02-212-5/+27
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-1/+1
* - Add 99% of a callout based watchdog. The remaining 1% is waitinggallatin2007-01-312-30/+168
* destroy busdma maps even if they are NULL, so as to avoid leakinggallatin2007-01-311-18/+16
* Abandon using sleepable locks in favor of mutexes for mxge's if_ioctlgallatin2007-01-312-72/+83
* Minor updates:gallatin2007-01-302-3/+20
* Fix mxge_submit_8rx() to behave like the comments says it does,gallatin2006-11-291-1/+3
* Fix transposition of width and value arguments to pci_config_write()gallatin2006-11-221-1/+1
* Initialization bugfixes and enhancements:gallatin2006-11-222-6/+51
* Added MSI support.gallatin2006-11-211-12/+34
* Fix a driver bug which could result in frames MHLEN or (MHLEN - 1) bytesgallatin2006-10-171-2/+2
* - Updated to the latest myri10ge firmwaregallatin2006-09-155-1478/+1882
* - Added TSO support. This entailed increasing the number of send descriptorsgallatin2006-09-152-23/+229
* Copy the link-layer address from our ifnet pointer at reset timegallatin2006-08-041-0/+3
* - add read only sysctl to indicate if write-combining was enabledgallatin2006-08-011-1/+7
* Firmware loading improvements:gallatin2006-07-171-13/+95
* Much to my surprise, IFQ_DRV_DEQUEUE() can return a null mbuf even ifgallatin2006-06-141-13/+11
* Replace a sc->ifp->if_snd.ifq_drv_maxlen with IFQ_SET_MAXLEN(),gallatin2006-06-141-1/+2
* Update the mxge driver.gallatin2006-06-145-1704/+2005
* - Complete the myri10ge -> mxge name change by doing a mechanicalgallatin2006-06-133-443/+425
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* 10GbE mode driver and binary firmware for Myricom's PCI-express NICs.gallatin2006-02-196-0/+4336
OpenPOWER on IntegriCloud