aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_mem2.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-193/+422
* 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