index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
netmap
/
netmap_mem2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r282978:
pkelsey
2015-05-24
1
-16
/
+67
*
MFC 270063: update of netmap code
luigi
2014-08-20
1
-37
/
+214
*
sync netmap code with the version in HEAD:
luigi
2014-06-09
1
-1
/
+1
*
MFH: sync the netmap code with the one in HEAD
luigi
2014-02-18
1
-429
/
+832
*
another minor bugfix in the memory allocator, this time in the free routine.
luigi
2013-05-10
1
-1
/
+1
*
remove trailing whitespace
luigi
2013-05-02
1
-4
/
+4
*
whitespace - document alternative locking under linux
luigi
2013-04-29
1
-0
/
+2
*
whitespace changes:
luigi
2013-04-29
1
-1
/
+0
*
mostly whitespace changes:
luigi
2013-04-19
1
-28
/
+27
*
fix a bug in the computation of the userspace offset for a give netmap buffer.
luigi
2013-04-15
1
-1
/
+1
*
control some debugging messages with dev.netmap.verbose
luigi
2013-01-23
1
-11
/
+34
*
Use M_NOWAIT when calling malloc with a lock held.
emaste
2012-10-19
1
-2
/
+2
*
This is an import of code, mostly from Giuseppe Lettieri,
luigi
2012-10-19
1
-194
/
+423
*
Avoid panic when a netmap instance cannot obtain memory.
emaste
2012-10-17
1
-1
/
+2
*
- move the inclusion of netmap headers to the common part of the code;
luigi
2012-07-30
1
-2
/
+3
*
Add support for VALE bridges to the netmap core, see
luigi
2012-07-26
1
-3
/
+3
*
i prefer this fix for the -Wformat warning (just one cast,
luigi
2012-04-14
1
-5
/
+3
*
Make compile on 64bit somehow for now after a first try at r234242 on
bz
2012-04-14
1
-3
/
+5
*
fix build with -Wformat -Wmissing-prototypes
luigi
2012-04-13
1
-2
/
+2
*
add the new memory allocator for netmap, which allocates memory
luigi
2012-04-13
1
-0
/
+720