summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 270063: update of netmap codeLuigi Rizzo2014-08-201-146/+537
* MFC 267284Luigi Rizzo2014-06-101-19/+7
* sync netmap code with the version in HEAD:Luigi Rizzo2014-06-091-25/+107
* MFH: sync the netmap code with the one in HEADLuigi Rizzo2014-02-181-2465/+1753
* - fix a bug in the previous commit that was dropping the last packetLuigi Rizzo2013-06-051-11/+39
* Bring in a number of new features, mostly implemented by Michio Honda:Luigi Rizzo2013-05-301-309/+1054
* remove trailing whitespaceLuigi Rizzo2013-05-021-3/+3
* Partial cleanup in preparation for upcoming changes:Luigi Rizzo2013-04-301-30/+70
* whitespace changes:Luigi Rizzo2013-04-291-0/+3
* mostly whitespace changes:Luigi Rizzo2013-04-191-7/+3
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-0/+1
* Add support for transparent mode while in netmap.Luigi Rizzo2013-01-231-30/+179
* control some debugging messages with dev.netmap.verboseLuigi Rizzo2013-01-231-43/+86
* Fix build.Gleb Smirnoff2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo2012-10-191-89/+298
* Improve lock and unlock symmetryEd Maste2012-08-091-15/+14
* Fix whitespace (missing newline)Ed Maste2012-08-081-1/+2
* Clarify comments about number of tx / rx ringsEd Maste2012-08-081-1/+2
* fix some signed/unsigned warnings in the netmap code.Luigi Rizzo2012-08-021-4/+4
* Add a newline on an error message;Luigi Rizzo2012-08-021-7/+13
* - move the inclusion of netmap headers to the common part of the code;Luigi Rizzo2012-07-301-7/+12
* use __builtin_prefetch() for prefetch.Luigi Rizzo2012-07-271-26/+160
* define prefetch as a noop on !x86Luigi Rizzo2012-07-261-0/+4
* Add support for VALE bridges to the netmap core, seeLuigi Rizzo2012-07-261-18/+695
* print 'netmap stack ring full' only in verbose mode.Luigi Rizzo2012-05-031-1/+2
* A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo2012-04-131-32/+31
* Some code restructuring to bring the memory allocator out of netmap.cLuigi Rizzo2012-04-121-524/+31
* use correct selinfo pointer for the generic interrupt handlerLuigi Rizzo2012-04-121-2/+2
* A couple of changes related to ixgbe operation in netmap mode:Luigi Rizzo2012-04-111-1/+1
* 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