aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_mem2.c
Commit message (Expand)AuthorAgeFilesLines
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-260/+293
* When a netmap process terminates without the full set of buffers itPatrick Kelsey2015-05-151-16/+67
* Update to the current version of netmap.Luigi Rizzo2014-08-161-37/+214
* whitespace change: remove trailing whitespaceLuigi Rizzo2014-06-051-1/+1
* This new version of netmap brings you the following:Luigi Rizzo2014-02-151-74/+308
* sync with our internal repo - small change in debugging messagesLuigi Rizzo2014-01-101-4/+3
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-061-8/+12
* split netmap code according to functions:Luigi Rizzo2013-12-151-171/+121
* update to the latest netmap snapshot.Luigi Rizzo2013-11-011-317/+533
* another minor bugfix in the memory allocator, this time in the free routine.Luigi Rizzo2013-05-101-1/+1
* remove trailing whitespaceLuigi Rizzo2013-05-021-4/+4
* whitespace - document alternative locking under linuxLuigi Rizzo2013-04-291-0/+2
* whitespace changes:Luigi Rizzo2013-04-291-1/+0
* mostly whitespace changes:Luigi Rizzo2013-04-191-28/+27
* fix a bug in the computation of the userspace offset for a give netmap buffer.Luigi Rizzo2013-04-151-1/+1
* control some debugging messages with dev.netmap.verboseLuigi Rizzo2013-01-231-11/+34
* Use M_NOWAIT when calling malloc with a lock held.Ed Maste2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo2012-10-191-194/+423
* Avoid panic when a netmap instance cannot obtain memory.Ed Maste2012-10-171-1/+2
* - move the inclusion of netmap headers to the common part of the code;Luigi Rizzo2012-07-301-2/+3
* Add support for VALE bridges to the netmap core, seeLuigi Rizzo2012-07-261-3/+3
* 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
* add the new memory allocator for netmap, which allocates memoryLuigi Rizzo2012-04-131-0/+720