| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r357159 | Vincenzo Maffione | 2020-01-29 | 1 | -1/+2 |
| * | MFC r353775 | Vincenzo Maffione | 2019-10-27 | 1 | -2/+2 |
| * | MFC r351657 | Vincenzo Maffione | 2019-09-15 | 1 | -16/+17 |
| * | MFC r349753 | Vincenzo Maffione | 2019-07-11 | 1 | -2/+2 |
| * | MFC r345269, r345323 | Vincenzo Maffione | 2019-04-01 | 1 | -0/+4 |
| * | MFC r343772, r343867 | Vincenzo Maffione | 2019-02-12 | 1 | -31/+31 |
| * | MFC r341516, r341589 | Vincenzo Maffione | 2018-12-11 | 1 | -68/+85 |
| * | MFC r339639: | Vincenzo Maffione | 2018-10-30 | 1 | -6/+6 |
| * | netmap: pull fix for 32-bit support from upstream | Matt Macy | 2018-05-18 | 1 | -22/+28 |
| * | netmap: align codebase to the current upstream (commit id 3fb001303718146) | Vincenzo Maffione | 2018-04-12 | 1 | -313/+251 |
| * | netmap: align codebase to upstream version v11.4 | Vincenzo Maffione | 2018-04-09 | 1 | -137/+621 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -1/+3 |
| * | Restore the changes done in r313982: Replace zero with NULL for pointers. | Luiz Otavio O Souza | 2017-07-21 | 1 | -1/+1 |
| * | Update the current version of netmap to bring it in sync with the github | Luiz Otavio O Souza | 2017-06-12 | 1 | -188/+194 |
| * | sys/dev: Replace zero with NULL for pointers. | Pedro F. Giffuni | 2017-02-20 | 1 | -1/+1 |
| * | Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail: | Luigi Rizzo | 2016-10-27 | 1 | -164/+105 |
| * | netmap: fix kernel build on GCC-using architectures | Ed Maste | 2016-10-21 | 1 | -1/+1 |
| * | Import the current version of netmap, aligned with the one on github. | Luigi Rizzo | 2016-10-16 | 1 | -56/+876 |
| * | Consistently use `device_t` | Jean-Sébastien Pédron | 2016-08-09 | 1 | -2/+2 |
| * | Sync netmap sources with the version in our private tree. | Luigi Rizzo | 2015-07-10 | 1 | -257/+290 |
| * | When a netmap process terminates without the full set of buffers it | Patrick Kelsey | 2015-05-15 | 1 | -16/+67 |
| * | Update to the current version of netmap. | Luigi Rizzo | 2014-08-16 | 1 | -37/+214 |
| * | whitespace change: remove trailing whitespace | Luigi Rizzo | 2014-06-05 | 1 | -1/+1 |
| * | This new version of netmap brings you the following: | Luigi Rizzo | 2014-02-15 | 1 | -74/+308 |
| * | sync with our internal repo - small change in debugging messages | Luigi Rizzo | 2014-01-10 | 1 | -4/+3 |
| * | It is 2014 and we have a new version of netmap. | Luigi Rizzo | 2014-01-06 | 1 | -8/+12 |
| * | split netmap code according to functions: | Luigi Rizzo | 2013-12-15 | 1 | -171/+121 |
| * | update to the latest netmap snapshot. | Luigi Rizzo | 2013-11-01 | 1 | -316/+532 |
| * | another minor bugfix in the memory allocator, this time in the free routine. | Luigi Rizzo | 2013-05-10 | 1 | -1/+1 |
| * | remove trailing whitespace | Luigi Rizzo | 2013-05-02 | 1 | -4/+4 |
| * | whitespace - document alternative locking under linux | Luigi Rizzo | 2013-04-29 | 1 | -0/+2 |
| * | whitespace changes: | Luigi Rizzo | 2013-04-29 | 1 | -1/+0 |
| * | mostly whitespace changes: | Luigi Rizzo | 2013-04-19 | 1 | -28/+27 |
| * | fix a bug in the computation of the userspace offset for a give netmap buffer. | Luigi Rizzo | 2013-04-15 | 1 | -1/+1 |
| * | control some debugging messages with dev.netmap.verbose | Luigi Rizzo | 2013-01-23 | 1 | -11/+34 |
| * | Use M_NOWAIT when calling malloc with a lock held. | Ed Maste | 2012-10-19 | 1 | -2/+2 |
| * | This is an import of code, mostly from Giuseppe Lettieri, | Luigi Rizzo | 2012-10-19 | 1 | -193/+422 |
| * | Avoid panic when a netmap instance cannot obtain memory. | Ed Maste | 2012-10-17 | 1 | -1/+2 |
| * | - move the inclusion of netmap headers to the common part of the code; | Luigi Rizzo | 2012-07-30 | 1 | -2/+3 |
| * | Add support for VALE bridges to the netmap core, see | Luigi Rizzo | 2012-07-26 | 1 | -3/+3 |
| * | i prefer this fix for the -Wformat warning (just one cast, | Luigi Rizzo | 2012-04-14 | 1 | -5/+3 |
| * | Make compile on 64bit somehow for now after a first try at r234242 on | Bjoern A. Zeeb | 2012-04-14 | 1 | -3/+5 |
| * | fix build with -Wformat -Wmissing-prototypes | Luigi Rizzo | 2012-04-13 | 1 | -2/+2 |
| * | add the new memory allocator for netmap, which allocates memory | Luigi Rizzo | 2012-04-13 | 1 | -0/+720 |