aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* Update the Intel igb driver to version 2.4.0Jack F Vogel2013-10-091-1/+1
* - 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-302-315/+1094
* another minor bugfix in the memory allocator, this time in the free routine.Luigi Rizzo2013-05-101-1/+1
* remove trailing whitespaceLuigi Rizzo2013-05-024-11/+11
* Partial cleanup in preparation for upcoming changes:Luigi Rizzo2013-04-302-35/+87
* whitespace - document alternative locking under linuxLuigi Rizzo2013-04-291-0/+2
* whitespace changes:Luigi Rizzo2013-04-298-9/+11
* explicitly mark some variables as constLuigi Rizzo2013-04-291-4/+4
* mostly whitespace changes:Luigi Rizzo2013-04-193-47/+34
* fix a bug in the computation of the userspace offset for a give netmap buffer.Luigi Rizzo2013-04-151-1/+1
* 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-233-54/+123
* remove the old memory allocator, not useful anymoreLuigi Rizzo2013-01-171-521/+0
* add some definition and driver changes in preparation forLuigi Rizzo2013-01-176-0/+19
* remove an incorrect comment and debugging codeLuigi Rizzo2013-01-171-10/+1
* rename the 'tag' and 'map' fields used the rx ring to theirLuigi Rizzo2012-12-201-4/+4
* First of a series of 11 patches leading to new ixgbe version 2.5.0Jack F Vogel2012-11-301-4/+4
* Use M_NOWAIT when calling malloc with a lock held.Ed Maste2012-10-191-2/+2
* Fix build.Gleb Smirnoff2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo2012-10-193-294/+784
* Avoid panic when a netmap instance cannot obtain memory.Ed Maste2012-10-171-1/+2
* Reword comment to try to improve clarity, and fix a typo.Ed Maste2012-08-131-5/+8
* 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-082-3/+4
* fix some signed/unsigned warnings in the netmap code.Luigi Rizzo2012-08-025-8/+8
* Add a newline on an error message;Luigi Rizzo2012-08-021-7/+13
* remove a redundant MALLOC_DECLARELuigi Rizzo2012-07-311-4/+0
* - move the inclusion of netmap headers to the common part of the code;Luigi Rizzo2012-07-302-9/+15
* use __builtin_prefetch() for prefetch.Luigi Rizzo2012-07-271-26/+160
* remove unused definition, whitespace cleanupLuigi Rizzo2012-07-271-9/+6
* define prefetch as a noop on !x86Luigi Rizzo2012-07-261-0/+4
* Add support for VALE bridges to the netmap core, seeLuigi Rizzo2012-07-263-23/+781
* this file is too old and not interesting anymore now that netmapLuigi Rizzo2012-05-171-654/+0
* print 'netmap stack ring full' only in verbose mode.Luigi Rizzo2012-05-031-1/+2
* i prefer this fix for the -Wformat warning (just one cast,Luigi Rizzo2012-04-141-5/+3
* Make compile on 64bit somehow for now after a first try at r234242 onBjoern A. Zeeb2012-04-141-3/+5
* fix build with -Wformat -Wmissing-prototypesLuigi Rizzo2012-04-131-2/+2
* Properly disable crc stripping when operating in netmap mode.Luigi Rizzo2012-04-131-4/+3
* add the new memory allocator for netmap, which allocates memoryLuigi Rizzo2012-04-131-0/+720
* A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo2012-04-134-49/+81
* do not use a deprecated field in a structure.Luigi Rizzo2012-04-131-2/+2
* Apparently the length field in advanced descriptorsLuigi Rizzo2012-04-121-1/+6
* Some code restructuring to bring the memory allocator out of netmap.cLuigi Rizzo2012-04-123-532/+556
* 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-112-5/+82
* A bunch of netmap fixes:Luigi Rizzo2012-02-277-605/+660
* Various cleanups for readability (no functional changes)Luigi Rizzo2012-02-176-180/+65