aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/ixgbe_netmap.h
Commit message (Expand)AuthorAgeFilesLines
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-161-3/+18
* Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).Patrick Kelsey2015-07-151-13/+14
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-6/+1
* Make ix_crcstrip a public symbol for the moment; it probably is notBjoern A. Zeeb2015-03-241-1/+2
* Update to the current version of netmap.Luigi Rizzo2014-08-161-13/+13
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-061-47/+27
* fix the build using __builtin_prefetch() instead of redefining prefetch()Luigi Rizzo2013-12-161-4/+4
* split netmap code according to functions:Luigi Rizzo2013-12-151-258/+205
* update to the latest netmap snapshot.Luigi Rizzo2013-11-011-53/+11
* 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