aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/ixgbe_netmap.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed up version of r294061 that was reverted due to breakage of featuresSean Bruno2016-01-281-11/+12
* Unbreak the powerpc/powerpc64 tinderboxEnji Cooper2015-12-141-1/+2
* MFC 270063: update of netmap codeLuigi Rizzo2014-08-201-13/+13
* MFH: sync the netmap code with the one in HEADLuigi Rizzo2014-02-181-320/+205
* whitespace changes:Luigi Rizzo2013-04-291-1/+0
* explicitly mark some variables as constLuigi Rizzo2013-04-291-4/+4
* add some definition and driver changes in preparation forLuigi Rizzo2013-01-171-0/+2
* remove an incorrect comment and debugging codeLuigi Rizzo2013-01-171-10/+1
* rename the 'tag' and 'map' fields used the rx ring to theirLuigi Rizzo2012-12-201-4/+4
* First of a series of 11 patches leading to new ixgbe version 2.5.0Jack F Vogel2012-11-301-4/+4
* Reword comment to try to improve clarity, and fix a typo.Ed Maste2012-08-131-5/+8
* fix some signed/unsigned warnings in the netmap code.Luigi Rizzo2012-08-021-1/+1
* Properly disable crc stripping when operating in netmap mode.Luigi Rizzo2012-04-131-4/+3
* A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo2012-04-131-1/+12
* Apparently the length field in advanced descriptorsLuigi Rizzo2012-04-121-1/+6
* A couple of changes related to ixgbe operation in netmap mode:Luigi Rizzo2012-04-111-4/+81
* A bunch of netmap fixes:Luigi Rizzo2012-02-271-85/+72
* Various cleanups for readability (no functional changes)Luigi Rizzo2012-02-171-40/+28
* (This commit only touches code within the DEV_NETMAP blocks)Luigi Rizzo2012-02-151-9/+4
* - use struct ifnet as explicit type of the argument to theLuigi Rizzo2012-02-131-9/+9
* - change the buffer size from a constant to aLuigi Rizzo2012-02-081-12/+5
* ixgbe changes:Luigi Rizzo2012-01-261-9/+46
* small code cleanup in preparation for future modifications inLuigi Rizzo2012-01-101-9/+9
* whitespace fixes (one missing newline, one extra tab)Luigi Rizzo2011-12-231-1/+2
* 1. Fix the handling of link reset while in netmap more.Luigi Rizzo2011-12-051-97/+243
* Bring in support for netmap, a framework for very efficient packetLuigi Rizzo2011-11-171-0/+376