summaryrefslogtreecommitdiffstats
path: root/sys/dev/netmap/netmap_mem2.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282978:pkelsey2015-05-241-16/+67
* MFC 270063: update of netmap codeluigi2014-08-201-37/+214
* sync netmap code with the version in HEAD:luigi2014-06-091-1/+1
* MFH: sync the netmap code with the one in HEADluigi2014-02-181-429/+832
* another minor bugfix in the memory allocator, this time in the free routine.luigi2013-05-101-1/+1
* remove trailing whitespaceluigi2013-05-021-4/+4
* whitespace - document alternative locking under linuxluigi2013-04-291-0/+2
* whitespace changes:luigi2013-04-291-1/+0
* mostly whitespace changes:luigi2013-04-191-28/+27
* fix a bug in the computation of the userspace offset for a give netmap buffer.luigi2013-04-151-1/+1
* control some debugging messages with dev.netmap.verboseluigi2013-01-231-11/+34
* Use M_NOWAIT when calling malloc with a lock held.emaste2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,luigi2012-10-191-194/+423
* Avoid panic when a netmap instance cannot obtain memory.emaste2012-10-171-1/+2
* - move the inclusion of netmap headers to the common part of the code;luigi2012-07-301-2/+3
* Add support for VALE bridges to the netmap core, seeluigi2012-07-261-3/+3
* i prefer this fix for the -Wformat warning (just one cast,luigi2012-04-141-5/+3
* Make compile on 64bit somehow for now after a first try at r234242 onbz2012-04-141-3/+5
* fix build with -Wformat -Wmissing-prototypesluigi2012-04-131-2/+2
* add the new memory allocator for netmap, which allocates memoryluigi2012-04-131-0/+720
OpenPOWER on IntegriCloud