| Age | Commit message (Expand) | Author |
| 2013-01-17 | remove the old memory allocator, not useful anymore | Luigi Rizzo |
| 2013-01-17 | add some definition and driver changes in preparation for | Luigi Rizzo |
| 2013-01-17 | remove an incorrect comment and debugging code | Luigi Rizzo |
| 2012-12-20 | rename the 'tag' and 'map' fields used the rx ring to their | Luigi Rizzo |
| 2012-11-30 | First of a series of 11 patches leading to new ixgbe version 2.5.0 | Jack F Vogel |
| 2012-10-19 | Use M_NOWAIT when calling malloc with a lock held. | Ed Maste |
| 2012-10-19 | Fix build. | Gleb Smirnoff |
| 2012-10-19 | This is an import of code, mostly from Giuseppe Lettieri, | Luigi Rizzo |
| 2012-10-17 | Avoid panic when a netmap instance cannot obtain memory. | Ed Maste |
| 2012-08-13 | Reword comment to try to improve clarity, and fix a typo. | Ed Maste |
| 2012-08-09 | Improve lock and unlock symmetry | Ed Maste |
| 2012-08-08 | Fix whitespace (missing newline) | Ed Maste |
| 2012-08-08 | Clarify comments about number of tx / rx rings | Ed Maste |
| 2012-08-02 | fix some signed/unsigned warnings in the netmap code. | Luigi Rizzo |
| 2012-08-02 | Add a newline on an error message; | Luigi Rizzo |
| 2012-07-31 | remove a redundant MALLOC_DECLARE | Luigi Rizzo |
| 2012-07-30 | - move the inclusion of netmap headers to the common part of the code; | Luigi Rizzo |
| 2012-07-27 | use __builtin_prefetch() for prefetch. | Luigi Rizzo |
| 2012-07-27 | remove unused definition, whitespace cleanup | Luigi Rizzo |
| 2012-07-26 | define prefetch as a noop on !x86 | Luigi Rizzo |
| 2012-07-26 | Add support for VALE bridges to the netmap core, see | Luigi Rizzo |
| 2012-05-17 | this file is too old and not interesting anymore now that netmap | Luigi Rizzo |
| 2012-05-03 | print 'netmap stack ring full' only in verbose mode. | Luigi Rizzo |
| 2012-04-14 | i prefer this fix for the -Wformat warning (just one cast, | Luigi Rizzo |
| 2012-04-14 | Make compile on 64bit somehow for now after a first try at r234242 on | Bjoern A. Zeeb |
| 2012-04-13 | fix build with -Wformat -Wmissing-prototypes | Luigi Rizzo |
| 2012-04-13 | Properly disable crc stripping when operating in netmap mode. | Luigi Rizzo |
| 2012-04-13 | add the new memory allocator for netmap, which allocates memory | Luigi Rizzo |
| 2012-04-13 | A bit of cleanup in the names of fields of netmap-related structures. | Luigi Rizzo |
| 2012-04-13 | do not use a deprecated field in a structure. | Luigi Rizzo |
| 2012-04-12 | Apparently the length field in advanced descriptors | Luigi Rizzo |
| 2012-04-12 | Some code restructuring to bring the memory allocator out of netmap.c | Luigi Rizzo |
| 2012-04-12 | use correct selinfo pointer for the generic interrupt handler | Luigi Rizzo |
| 2012-04-11 | A couple of changes related to ixgbe operation in netmap mode: | Luigi Rizzo |
| 2012-02-27 | A bunch of netmap fixes: | Luigi Rizzo |
| 2012-02-17 | Various cleanups for readability (no functional changes) | Luigi Rizzo |
| 2012-02-15 | (This commit only touches code within the DEV_NETMAP blocks) | Luigi Rizzo |
| 2012-02-15 | reduce the differences between these three files. | Luigi Rizzo |
| 2012-02-13 | - use struct ifnet as explicit type of the argument to the | Luigi Rizzo |
| 2012-02-08 | - change the buffer size from a constant to a | Luigi Rizzo |
| 2012-01-26 | ixgbe changes: | Luigi Rizzo |
| 2012-01-13 | indentation and whitespace fixes | Luigi Rizzo |
| 2012-01-13 | fix indentation | Luigi Rizzo |
| 2012-01-13 | Two performance-related fixes: | Luigi Rizzo |
| 2012-01-10 | other simplifications in the internal interfaces to the | Luigi Rizzo |
| 2012-01-10 | small code cleanup in preparation for future modifications in | Luigi Rizzo |
| 2011-12-25 | remove a variable definition which shadows the correct one. | Luigi Rizzo |
| 2011-12-23 | 1. don't use if_pspare directly, but through a macro WMA() | Luigi Rizzo |
| 2011-12-23 | whitespace fixes (one missing newline, one extra tab) | Luigi Rizzo |
| 2011-12-18 | Fix compilation on sparc64 by actually supplying the bus_dma_tag_t member | Marius Strobl |