summaryrefslogtreecommitdiffstats
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* A bunch of netmap fixes:luigi2012-02-277-605/+660
* Various cleanups for readability (no functional changes)luigi2012-02-176-180/+65
* (This commit only touches code within the DEV_NETMAP blocks)luigi2012-02-156-75/+84
* reduce the differences between these three files.luigi2012-02-153-72/+88
* - use struct ifnet as explicit type of the argument to theluigi2012-02-137-96/+212
* - change the buffer size from a constant to aluigi2012-02-087-436/+442
* ixgbe changes:luigi2012-01-263-11/+57
* indentation and whitespace fixesluigi2012-01-132-12/+11
* fix indentationluigi2012-01-131-2/+2
* Two performance-related fixes:luigi2012-01-132-34/+32
* other simplifications in the internal interfaces to theluigi2012-01-101-11/+13
* small code cleanup in preparation for future modifications inluigi2012-01-107-74/+95
* remove a variable definition which shadows the correct one.luigi2011-12-251-1/+0
* 1. don't use if_pspare directly, but through a macro WMA()luigi2011-12-232-7/+10
* whitespace fixes (one missing newline, one extra tab)luigi2011-12-232-2/+3
* Fix compilation on sparc64 by actually supplying the bus_dma_tag_t membermarius2011-12-181-1/+1
* revise the implementation of the rings connected to the host stackluigi2011-12-051-27/+46
* 1. Fix the handling of link reset while in netmap more.luigi2011-12-057-582/+679
* fix formatting warning using casts. The numbers involvedluigi2011-11-231-4/+4
* Bring in support for netmap, a framework for very efficient packetluigi2011-11-178-0/+4533
OpenPOWER on IntegriCloud