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
*
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
*
Properly disable crc stripping when operating in netmap mode.
luigi
2012-04-13
1
-4
/
+3
*
add the new memory allocator for netmap, which allocates memory
luigi
2012-04-13
1
-0
/
+720
*
A bit of cleanup in the names of fields of netmap-related structures.
luigi
2012-04-13
4
-49
/
+81
*
do not use a deprecated field in a structure.
luigi
2012-04-13
1
-2
/
+2
*
Apparently the length field in advanced descriptors
luigi
2012-04-12
1
-1
/
+6
*
Some code restructuring to bring the memory allocator out of netmap.c
luigi
2012-04-12
3
-532
/
+556
*
use correct selinfo pointer for the generic interrupt handler
luigi
2012-04-12
1
-2
/
+2
*
A couple of changes related to ixgbe operation in netmap mode:
luigi
2012-04-11
2
-5
/
+82
*
A bunch of netmap fixes:
luigi
2012-02-27
7
-605
/
+660
*
Various cleanups for readability (no functional changes)
luigi
2012-02-17
6
-180
/
+65
*
(This commit only touches code within the DEV_NETMAP blocks)
luigi
2012-02-15
6
-75
/
+84
*
reduce the differences between these three files.
luigi
2012-02-15
3
-72
/
+88
*
- use struct ifnet as explicit type of the argument to the
luigi
2012-02-13
7
-96
/
+212
*
- change the buffer size from a constant to a
luigi
2012-02-08
7
-436
/
+442
*
ixgbe changes:
luigi
2012-01-26
3
-11
/
+57
*
indentation and whitespace fixes
luigi
2012-01-13
2
-12
/
+11
*
fix indentation
luigi
2012-01-13
1
-2
/
+2
*
Two performance-related fixes:
luigi
2012-01-13
2
-34
/
+32
*
other simplifications in the internal interfaces to the
luigi
2012-01-10
1
-11
/
+13
*
small code cleanup in preparation for future modifications in
luigi
2012-01-10
7
-74
/
+95
*
remove a variable definition which shadows the correct one.
luigi
2011-12-25
1
-1
/
+0
*
1. don't use if_pspare directly, but through a macro WMA()
luigi
2011-12-23
2
-7
/
+10
[next]