aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* remove a variable definition which shadows the correct one.Luigi Rizzo2011-12-251-1/+0
* 1. don't use if_pspare directly, but through a macro WMA()Luigi Rizzo2011-12-232-7/+10
* whitespace fixes (one missing newline, one extra tab)Luigi Rizzo2011-12-232-2/+3
* Fix compilation on sparc64 by actually supplying the bus_dma_tag_t memberMarius Strobl2011-12-181-1/+1
* 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-057-582/+679
* 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-178-0/+4533