summaryrefslogtreecommitdiffstats
path: root/sys/dev/mxge/if_mxge.c
Commit message (Expand)AuthorAgeFilesLines
* mxge: Setup mbuf flowid before calling tcp_lro_rx().sephe2016-05-121-11/+10
* sys/dev: use our nitems() macro when it is avaliable through param.h.pfg2016-04-191-4/+2
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationsephe2016-04-011-5/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-3/+3
* Replace several bus_alloc_resource() calls using default arguments with bus_a...jhibbits2016-02-191-4/+4
* Add optimizing LRO wrapper:hselasky2016-01-191-3/+3
* Move zlib.c from net to libkern.rodrigc2015-04-221-1/+1
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-3/+3
* Whitespace cleanup.glebius2014-09-251-251/+251
* - Provide mxge_get_counter() to return counters that are not collected,glebius2014-09-251-37/+38
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-191-1/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-3/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-4/+1
* - Correct mispellings of word resourcegabor2013-04-171-1/+1
* Several cleanups and fixes to mxge:gallatin2013-02-251-46/+25
* Bump mxge copyright.gallatin2013-02-221-1/+1
* Improvements for newer mxge nics:gallatin2013-02-221-4/+12
* Try harder to make mxge safe for all combinations of INET and INET6gallatin2013-02-221-2/+5
* Fix build.glebius2013-02-221-1/+0
* Improve mxge's receive performance for IPv6:gallatin2013-02-211-142/+147
* Add support to mxge for IPv6 TX csum offload & IPv6 TSO.gallatin2013-02-191-52/+180
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Utilize new macro to initialize if_baudrate.glebius2012-10-181-2/+2
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-2/+0
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-1/+1
* Use strchr() and strrchr().ed2012-01-021-1/+1
* 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
OpenPOWER on IntegriCloud