summaryrefslogtreecommitdiffstats
path: root/sys/dev/netmap/netmap.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281406:rpaulo2015-04-181-0/+6
* sync the code with the version in head. which the exception ofluigi2015-02-141-15/+37
* MFC r272111luigi2014-10-061-15/+10
* MFC 270063: update of netmap codeluigi2014-08-201-146/+537
* MFC 267284luigi2014-06-101-19/+7
* sync netmap code with the version in HEAD:luigi2014-06-091-25/+107
* MFH: sync the netmap code with the one in HEADluigi2014-02-181-2485/+1773
* - fix a bug in the previous commit that was dropping the last packetluigi2013-06-051-11/+39
* Bring in a number of new features, mostly implemented by Michio Honda:luigi2013-05-301-313/+1058
* remove trailing whitespaceluigi2013-05-021-3/+3
* Partial cleanup in preparation for upcoming changes:luigi2013-04-301-30/+70
* whitespace changes:luigi2013-04-291-0/+3
* mostly whitespace changes:luigi2013-04-191-7/+3
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Add support for transparent mode while in netmap.luigi2013-01-231-30/+179
* control some debugging messages with dev.netmap.verboseluigi2013-01-231-43/+86
* Fix build.glebius2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,luigi2012-10-191-89/+298
* Improve lock and unlock symmetryemaste2012-08-091-15/+14
* Fix whitespace (missing newline)emaste2012-08-081-1/+2
* Clarify comments about number of tx / rx ringsemaste2012-08-081-1/+2
* fix some signed/unsigned warnings in the netmap code.luigi2012-08-021-4/+4
* Add a newline on an error message;luigi2012-08-021-7/+13
* - move the inclusion of netmap headers to the common part of the code;luigi2012-07-301-7/+12
* use __builtin_prefetch() for prefetch.luigi2012-07-271-26/+160
* define prefetch as a noop on !x86luigi2012-07-261-0/+4
* Add support for VALE bridges to the netmap core, seeluigi2012-07-261-18/+695
* print 'netmap stack ring full' only in verbose mode.luigi2012-05-031-1/+2
* A bit of cleanup in the names of fields of netmap-related structures.luigi2012-04-131-32/+31
* Some code restructuring to bring the memory allocator out of netmap.cluigi2012-04-121-524/+31
* use correct selinfo pointer for the generic interrupt handlerluigi2012-04-121-2/+2
* A couple of changes related to ixgbe operation in netmap mode:luigi2012-04-111-1/+1
* A bunch of netmap fixes:luigi2012-02-271-169/+228
* Various cleanups for readability (no functional changes)luigi2012-02-171-117/+28
* - use struct ifnet as explicit type of the argument to theluigi2012-02-131-38/+125
* - change the buffer size from a constant to aluigi2012-02-081-409/+431
* ixgbe changes:luigi2012-01-261-0/+6
* indentation and whitespace fixesluigi2012-01-131-2/+2
* Two performance-related fixes:luigi2012-01-131-26/+3
* other simplifications in the internal interfaces to theluigi2012-01-101-11/+13
* small code cleanup in preparation for future modifications inluigi2012-01-101-19/+29
* 1. don't use if_pspare directly, but through a macro WMA()luigi2011-12-231-5/+4
* 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-051-143/+68
* fix formatting warning using casts. The numbers involvedluigi2011-11-231-4/+4
* Bring in support for netmap, a framework for very efficient packetluigi2011-11-171-0/+1762
OpenPOWER on IntegriCloud