| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r357663 | Vincenzo Maffione | 2020-02-15 | 1 | -1/+0 |
| * | MFC r356704 | Vincenzo Maffione | 2020-01-16 | 1 | -1/+0 |
| * | MFC r343579, r344253 | Vincenzo Maffione | 2019-02-25 | 1 | -1/+7 |
| * | MFC r343772, r343867 | Vincenzo Maffione | 2019-02-12 | 1 | -12/+15 |
| * | MFC r343689 | Vincenzo Maffione | 2019-02-07 | 1 | -0/+9 |
| * | MFC r343346 | Vincenzo Maffione | 2019-02-06 | 1 | -50/+3 |
| * | MFC r343344 | Vincenzo Maffione | 2019-02-06 | 1 | -1/+0 |
| * | MFC r342300 | Vincenzo Maffione | 2018-12-24 | 1 | -0/+1 |
| * | MFC r341516, r341589 | Vincenzo Maffione | 2018-12-13 | 1 | -131/+210 |
| * | MFC r339639 | Vincenzo Maffione | 2018-12-04 | 1 | -274/+956 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 1 | -3/+1 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 1 | -1/+3 |
| * | Fix a crash in netmap when using the emulated mode. | Luiz Otavio O Souza | 2017-01-25 | 1 | -5/+3 |
| * | add a use count so the netmap module cannot be unloaded while in use. | Luigi Rizzo | 2015-07-19 | 1 | -0/+1 |
| * | small documentation update | Luigi Rizzo | 2015-07-19 | 1 | -3/+4 |
| * | staticize functions only used in netmap.c | Luigi Rizzo | 2015-07-10 | 1 | -38/+13 |
| * | Sync netmap sources with the version in our private tree. | Luigi Rizzo | 2015-07-10 | 1 | -148/+202 |
| * | add support for private knote lock (reduces lock contention), | Luigi Rizzo | 2014-11-13 | 1 | -1/+8 |
| * | in the Linux section, properly define the NMG_LOCK type. | Luigi Rizzo | 2014-11-11 | 1 | -7/+21 |
| * | fix a typo | Luigi Rizzo | 2014-11-10 | 1 | -1/+1 |
| * | adapt the code to different freebsd versions. | Luigi Rizzo | 2014-09-25 | 1 | -3/+6 |
| * | Provide pointer from struct ifnet to struct netmap_adapter, | Gleb Smirnoff | 2014-08-31 | 1 | -1/+1 |
| * | Change netmap's global lock to sx instead of a mutex. | Navdeep Parhar | 2014-08-20 | 1 | -7/+7 |
| * | Update to the current version of netmap. | Luigi Rizzo | 2014-08-16 | 1 | -88/+328 |
| * | sync the code with the one in stable/10 | Luigi Rizzo | 2014-06-09 | 1 | -1/+3 |
| * | align comments with the ones in our development trunk | Luigi Rizzo | 2014-06-06 | 1 | -7/+6 |
| * | whitespace change: remove trailing whitespace | Luigi Rizzo | 2014-06-05 | 1 | -2/+2 |
| * | Introduce a procedural interface to the ifnet structure. The new | Marcel Moolenaar | 2014-06-02 | 1 | -1/+1 |
| * | This new version of netmap brings you the following: | Luigi Rizzo | 2014-02-15 | 1 | -22/+205 |
| * | fix use after free when releasing a netmap adapter. | Luigi Rizzo | 2014-01-07 | 1 | -2/+2 |
| * | It is 2014 and we have a new version of netmap. | Luigi Rizzo | 2014-01-06 | 1 | -215/+273 |
| * | fix the build using __builtin_prefetch() instead of redefining prefetch() | Luigi Rizzo | 2013-12-16 | 1 | -1/+0 |
| * | split netmap code according to functions: | Luigi Rizzo | 2013-12-15 | 1 | -83/+513 |
| * | update to the latest netmap snapshot. | Luigi Rizzo | 2013-11-01 | 1 | -41/+230 |
| * | Bring in a number of new features, mostly implemented by Michio Honda: | Luigi Rizzo | 2013-05-30 | 1 | -2/+36 |
| * | Partial cleanup in preparation for upcoming changes: | Luigi Rizzo | 2013-04-30 | 1 | -5/+17 |
| * | whitespace changes: | Luigi Rizzo | 2013-04-29 | 1 | -3/+8 |
| * | mostly whitespace changes: | Luigi Rizzo | 2013-04-19 | 1 | -12/+4 |
| * | control some debugging messages with dev.netmap.verbose | Luigi Rizzo | 2013-01-23 | 1 | -0/+3 |
| * | add some definition and driver changes in preparation for | Luigi Rizzo | 2013-01-17 | 1 | -0/+5 |
| * | This is an import of code, mostly from Giuseppe Lettieri, | Luigi Rizzo | 2012-10-19 | 1 | -11/+63 |
| * | Clarify comments about number of tx / rx rings | Ed Maste | 2012-08-08 | 1 | -2/+2 |
| * | fix some signed/unsigned warnings in the netmap code. | Luigi Rizzo | 2012-08-02 | 1 | -1/+1 |
| * | remove a redundant MALLOC_DECLARE | Luigi Rizzo | 2012-07-31 | 1 | -4/+0 |
| * | remove unused definition, whitespace cleanup | Luigi Rizzo | 2012-07-27 | 1 | -9/+6 |
| * | Add support for VALE bridges to the netmap core, see | Luigi Rizzo | 2012-07-26 | 1 | -2/+83 |
| * | A bit of cleanup in the names of fields of netmap-related structures. | Luigi Rizzo | 2012-04-13 | 1 | -12/+34 |
| * | Some code restructuring to bring the memory allocator out of netmap.c | Luigi Rizzo | 2012-04-12 | 1 | -8/+4 |
| * | A bunch of netmap fixes: | Luigi Rizzo | 2012-02-27 | 1 | -43/+34 |
| * | (This commit only touches code within the DEV_NETMAP blocks) | Luigi Rizzo | 2012-02-15 | 1 | -0/+52 |