| Age | Commit message (Expand) | Author |
| 2014-11-13 | add support for private knote lock (reduces lock contention), | Luigi Rizzo |
| 2014-11-11 | in the Linux section, properly define the NMG_LOCK type. | Luigi Rizzo |
| 2014-11-10 | fix a typo | Luigi Rizzo |
| 2014-09-25 | adapt the code to different freebsd versions. | Luigi Rizzo |
| 2014-08-31 | Provide pointer from struct ifnet to struct netmap_adapter, | Gleb Smirnoff |
| 2014-08-20 | Change netmap's global lock to sx instead of a mutex. | Navdeep Parhar |
| 2014-08-16 | Update to the current version of netmap. | Luigi Rizzo |
| 2014-06-09 | sync the code with the one in stable/10 | Luigi Rizzo |
| 2014-06-06 | align comments with the ones in our development trunk | Luigi Rizzo |
| 2014-06-05 | whitespace change: remove trailing whitespace | Luigi Rizzo |
| 2014-06-02 | Introduce a procedural interface to the ifnet structure. The new | Marcel Moolenaar |
| 2014-02-15 | This new version of netmap brings you the following: | Luigi Rizzo |
| 2014-01-07 | fix use after free when releasing a netmap adapter. | Luigi Rizzo |
| 2014-01-06 | It is 2014 and we have a new version of netmap. | Luigi Rizzo |
| 2013-12-16 | fix the build using __builtin_prefetch() instead of redefining prefetch() | Luigi Rizzo |
| 2013-12-15 | split netmap code according to functions: | Luigi Rizzo |
| 2013-11-01 | update to the latest netmap snapshot. | Luigi Rizzo |
| 2013-05-30 | Bring in a number of new features, mostly implemented by Michio Honda: | Luigi Rizzo |
| 2013-04-30 | Partial cleanup in preparation for upcoming changes: | Luigi Rizzo |
| 2013-04-29 | whitespace changes: | Luigi Rizzo |
| 2013-04-19 | mostly whitespace changes: | Luigi Rizzo |
| 2013-01-23 | control some debugging messages with dev.netmap.verbose | Luigi Rizzo |
| 2013-01-17 | add some definition and driver changes in preparation for | Luigi Rizzo |
| 2012-10-19 | This is an import of code, mostly from Giuseppe Lettieri, | Luigi Rizzo |
| 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-07-31 | remove a redundant MALLOC_DECLARE | Luigi Rizzo |
| 2012-07-27 | remove unused definition, whitespace cleanup | Luigi Rizzo |
| 2012-07-26 | Add support for VALE bridges to the netmap core, see | Luigi Rizzo |
| 2012-04-13 | A bit of cleanup in the names of fields of netmap-related structures. | Luigi Rizzo |
| 2012-04-12 | Some code restructuring to bring the memory allocator out of netmap.c | Luigi Rizzo |
| 2012-02-27 | A bunch of netmap fixes: | Luigi Rizzo |
| 2012-02-15 | (This commit only touches code within the DEV_NETMAP blocks) | 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 | Two performance-related fixes: | Luigi Rizzo |
| 2012-01-10 | small code cleanup in preparation for future modifications in | Luigi Rizzo |
| 2011-12-23 | 1. don't use if_pspare directly, but through a macro WMA() | Luigi Rizzo |
| 2011-12-05 | 1. Fix the handling of link reset while in netmap more. | Luigi Rizzo |
| 2011-11-17 | Bring in support for netmap, a framework for very efficient packet | Luigi Rizzo |