aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_kern.h
Commit message (Expand)AuthorAgeFilesLines
...
* add some definition and driver changes in preparation forLuigi Rizzo2013-01-171-0/+5
* This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo2012-10-191-11/+63
* Clarify comments about number of tx / rx ringsEd Maste2012-08-081-2/+2
* fix some signed/unsigned warnings in the netmap code.Luigi Rizzo2012-08-021-1/+1
* remove a redundant MALLOC_DECLARELuigi Rizzo2012-07-311-4/+0
* remove unused definition, whitespace cleanupLuigi Rizzo2012-07-271-9/+6
* Add support for VALE bridges to the netmap core, seeLuigi Rizzo2012-07-261-2/+83
* A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo2012-04-131-12/+34
* Some code restructuring to bring the memory allocator out of netmap.cLuigi Rizzo2012-04-121-8/+4
* A bunch of netmap fixes:Luigi Rizzo2012-02-271-43/+34
* (This commit only touches code within the DEV_NETMAP blocks)Luigi Rizzo2012-02-151-0/+52
* - use struct ifnet as explicit type of the argument to theLuigi Rizzo2012-02-131-13/+42
* - change the buffer size from a constant to aLuigi Rizzo2012-02-081-9/+3
* ixgbe changes:Luigi Rizzo2012-01-261-2/+5
* indentation and whitespace fixesLuigi Rizzo2012-01-131-10/+9
* Two performance-related fixes:Luigi Rizzo2012-01-131-8/+29
* small code cleanup in preparation for future modifications inLuigi Rizzo2012-01-101-7/+19
* 1. don't use if_pspare directly, but through a macro WMA()Luigi Rizzo2011-12-231-2/+6
* 1. Fix the handling of link reset while in netmap more.Luigi Rizzo2011-12-051-9/+9
* Bring in support for netmap, a framework for very efficient packetLuigi Rizzo2011-11-171-0/+221