summaryrefslogtreecommitdiffstats
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* Add support for transparent mode while in netmap.luigi2013-01-231-30/+179
* control some debugging messages with dev.netmap.verboseluigi2013-01-233-54/+123
* remove the old memory allocator, not useful anymoreluigi2013-01-171-521/+0
* add some definition and driver changes in preparation forluigi2013-01-176-0/+19
* remove an incorrect comment and debugging codeluigi2013-01-171-10/+1
* rename the 'tag' and 'map' fields used the rx ring to theirluigi2012-12-201-4/+4
* First of a series of 11 patches leading to new ixgbe version 2.5.0jfv2012-11-301-4/+4
* Use M_NOWAIT when calling malloc with a lock held.emaste2012-10-191-2/+2
* Fix build.glebius2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,luigi2012-10-193-294/+784
* Avoid panic when a netmap instance cannot obtain memory.emaste2012-10-171-1/+2
* Reword comment to try to improve clarity, and fix a typo.emaste2012-08-131-5/+8
* 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-082-3/+4
* fix some signed/unsigned warnings in the netmap code.luigi2012-08-025-8/+8
* Add a newline on an error message;luigi2012-08-021-7/+13
* remove a redundant MALLOC_DECLAREluigi2012-07-311-4/+0
* - move the inclusion of netmap headers to the common part of the code;luigi2012-07-302-9/+15
* use __builtin_prefetch() for prefetch.luigi2012-07-271-26/+160
* remove unused definition, whitespace cleanupluigi2012-07-271-9/+6
* define prefetch as a noop on !x86luigi2012-07-261-0/+4
* Add support for VALE bridges to the netmap core, seeluigi2012-07-263-23/+781
* this file is too old and not interesting anymore now that netmapluigi2012-05-171-654/+0
* print 'netmap stack ring full' only in verbose mode.luigi2012-05-031-1/+2
* i prefer this fix for the -Wformat warning (just one cast,luigi2012-04-141-5/+3
* Make compile on 64bit somehow for now after a first try at r234242 onbz2012-04-141-3/+5
* fix build with -Wformat -Wmissing-prototypesluigi2012-04-131-2/+2
* Properly disable crc stripping when operating in netmap mode.luigi2012-04-131-4/+3
* add the new memory allocator for netmap, which allocates memoryluigi2012-04-131-0/+720
* A bit of cleanup in the names of fields of netmap-related structures.luigi2012-04-134-49/+81
* do not use a deprecated field in a structure.luigi2012-04-131-2/+2
* Apparently the length field in advanced descriptorsluigi2012-04-121-1/+6
* Some code restructuring to bring the memory allocator out of netmap.cluigi2012-04-123-532/+556
* 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-112-5/+82
* 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
OpenPOWER on IntegriCloud