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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync the code with the version in head. which the exception of
luigi
2015-02-14
8
-47
/
+94
*
MFC r272111
luigi
2014-10-06
1
-15
/
+10
*
MFC r270253:
np
2014-08-21
1
-7
/
+7
*
MFC 270063: update of netmap code
luigi
2014-08-20
17
-782
/
+3069
*
MFC 267284
luigi
2014-06-10
1
-19
/
+7
*
MFC 267328:
luigi
2014-06-10
1
-9
/
+16
*
sync netmap code with the version in HEAD:
luigi
2014-06-09
9
-81
/
+257
*
allow building without INET
luigi
2014-02-19
1
-0
/
+8
*
missing files from previous commit...
luigi
2014-02-18
8
-0
/
+5144
*
MFH: sync the netmap code with the one in HEAD
luigi
2014-02-18
8
-4094
/
+4340
*
Update the Intel igb driver to version 2.4.0
jfv
2013-10-09
1
-1
/
+1
*
- fix a bug in the previous commit that was dropping the last packet
luigi
2013-06-05
1
-11
/
+39
*
Bring in a number of new features, mostly implemented by Michio Honda:
luigi
2013-05-30
2
-315
/
+1094
*
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
4
-11
/
+11
*
Partial cleanup in preparation for upcoming changes:
luigi
2013-04-30
2
-35
/
+87
*
whitespace - document alternative locking under linux
luigi
2013-04-29
1
-0
/
+2
*
whitespace changes:
luigi
2013-04-29
8
-9
/
+11
*
explicitly mark some variables as const
luigi
2013-04-29
1
-4
/
+4
*
mostly whitespace changes:
luigi
2013-04-19
3
-47
/
+34
*
fix a bug in the computation of the userspace offset for a give netmap buffer.
luigi
2013-04-15
1
-1
/
+1
*
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-0
/
+1
*
Add support for transparent mode while in netmap.
luigi
2013-01-23
1
-30
/
+179
*
control some debugging messages with dev.netmap.verbose
luigi
2013-01-23
3
-54
/
+123
*
remove the old memory allocator, not useful anymore
luigi
2013-01-17
1
-521
/
+0
*
add some definition and driver changes in preparation for
luigi
2013-01-17
6
-0
/
+19
*
remove an incorrect comment and debugging code
luigi
2013-01-17
1
-10
/
+1
*
rename the 'tag' and 'map' fields used the rx ring to their
luigi
2012-12-20
1
-4
/
+4
*
First of a series of 11 patches leading to new ixgbe version 2.5.0
jfv
2012-11-30
1
-4
/
+4
*
Use M_NOWAIT when calling malloc with a lock held.
emaste
2012-10-19
1
-2
/
+2
*
Fix build.
glebius
2012-10-19
1
-2
/
+2
*
This is an import of code, mostly from Giuseppe Lettieri,
luigi
2012-10-19
3
-294
/
+784
*
Avoid panic when a netmap instance cannot obtain memory.
emaste
2012-10-17
1
-1
/
+2
*
Reword comment to try to improve clarity, and fix a typo.
emaste
2012-08-13
1
-5
/
+8
*
Improve lock and unlock symmetry
emaste
2012-08-09
1
-15
/
+14
*
Fix whitespace (missing newline)
emaste
2012-08-08
1
-1
/
+2
*
Clarify comments about number of tx / rx rings
emaste
2012-08-08
2
-3
/
+4
*
fix some signed/unsigned warnings in the netmap code.
luigi
2012-08-02
5
-8
/
+8
*
Add a newline on an error message;
luigi
2012-08-02
1
-7
/
+13
*
remove a redundant MALLOC_DECLARE
luigi
2012-07-31
1
-4
/
+0
*
- move the inclusion of netmap headers to the common part of the code;
luigi
2012-07-30
2
-9
/
+15
*
use __builtin_prefetch() for prefetch.
luigi
2012-07-27
1
-26
/
+160
*
remove unused definition, whitespace cleanup
luigi
2012-07-27
1
-9
/
+6
*
define prefetch as a noop on !x86
luigi
2012-07-26
1
-0
/
+4
*
Add support for VALE bridges to the netmap core, see
luigi
2012-07-26
3
-23
/
+781
*
this file is too old and not interesting anymore now that netmap
luigi
2012-05-17
1
-654
/
+0
*
print 'netmap stack ring full' only in verbose mode.
luigi
2012-05-03
1
-1
/
+2
*
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
[next]