aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap.c
Commit message (Expand)AuthorAgeFilesLines
* A bunch of netmap fixes:Luigi Rizzo2012-02-271-169/+228
* Various cleanups for readability (no functional changes)Luigi Rizzo2012-02-171-117/+28
* - use struct ifnet as explicit type of the argument to theLuigi Rizzo2012-02-131-38/+125
* - change the buffer size from a constant to aLuigi Rizzo2012-02-081-409/+431
* ixgbe changes:Luigi Rizzo2012-01-261-0/+6
* indentation and whitespace fixesLuigi Rizzo2012-01-131-2/+2
* Two performance-related fixes:Luigi Rizzo2012-01-131-26/+3
* other simplifications in the internal interfaces to theLuigi Rizzo2012-01-101-11/+13
* small code cleanup in preparation for future modifications inLuigi Rizzo2012-01-101-19/+29
* 1. don't use if_pspare directly, but through a macro WMA()Luigi Rizzo2011-12-231-5/+4
* revise the implementation of the rings connected to the host stackLuigi Rizzo2011-12-051-27/+46
* 1. Fix the handling of link reset while in netmap more.Luigi Rizzo2011-12-051-143/+68
* fix formatting warning using casts. The numbers involvedLuigi Rizzo2011-11-231-4/+4
* Bring in support for netmap, a framework for very efficient packetLuigi Rizzo2011-11-171-0/+1762