summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe/ix_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiessephe2016-06-071-1/+1
* Correct possible underflow conditions when checking for available spacesbruno2016-04-181-1/+1
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationsephe2016-04-011-5/+1
* Add missing #ifdef INET after r292674 to allow NOIP and NOINET kernelsbz2015-12-261-0/+2
* Fix NO INET6 build broken at svn r292674sbruno2015-12-241-0/+2
* ixgbe(4): Update to version 3.1.13-ksbruno2015-12-231-66/+67
* Add support for sysctl knobs to live tune the per interrupt rx/tx packetsbruno2015-10-131-3/+3
* Remove FreeBSD version check for deprecated M_FLOWID.hiren2015-07-151-4/+0
* Expose full 32bit RSS hash from card regardless of whether RSS is defined orhiren2015-07-141-45/+52
* Delta D2489 - Add SRIOV support to the Intel 10G driver.jfv2015-06-011-9/+24
* Revert last commit, to remove added skeleton tree.jfv2015-06-011-24/+9
* Delta D2489 - Add SRIOV support to the Intel 10G driver.jfv2015-06-011-9/+24
* Add support for certain Intel X550 devices.erj2015-04-301-20/+37
* Make changes to busdma code in tx/rx path similar to the ones made in r257541.erj2015-04-011-4/+3
* Fix building ixgbe with gcc, it doesn't like nested extern declarations.andrew2015-03-191-1/+2
* Fix ixgbe(4) to compile - with RSS; with ix+ixv in the kernel.adrian2015-03-181-0/+1
* Resolve a few build issues, add module directories back into Makefile,jfv2015-03-171-0/+7
* Update to the Intel ixgbe driver:jfv2015-03-171-0/+2259
OpenPOWER on IntegriCloud