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
*
netmap: improve the netmap attach message on FreeBSD.
rpaulo
2015-04-11
1
-0
/
+6
*
Make ix_crcstrip a public symbol for the moment; it probably is not
bz
2015-03-24
1
-1
/
+2
*
Add native netmap support to ixl.
luigi
2015-02-24
1
-0
/
+422
*
add MODULE_VERSION, needed to track module dependencies
luigi
2015-02-23
1
-0
/
+1
*
two minor changes from the master netmap version:
luigi
2015-02-14
1
-4
/
+3
*
whitespace change:
luigi
2015-02-14
1
-7
/
+5
*
Change the permissions from 0660 to 0600.
adrian
2015-01-24
1
-2
/
+2
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
1
-2
/
+2
*
add support for private knote lock (reduces lock contention),
luigi
2014-11-13
3
-19
/
+50
*
we need full barriers here
luigi
2014-11-13
2
-6
/
+6
*
in the Linux section, properly define the NMG_LOCK type.
luigi
2014-11-11
1
-7
/
+21
*
- fix typo: use ring size from the rx ring, not the tx one (they should be
luigi
2014-11-11
1
-2
/
+2
*
fix a typo
luigi
2014-11-10
1
-1
/
+1
*
initialize *color if passed as an argument
luigi
2014-11-10
1
-0
/
+2
*
sync a comment with our internal repo
luigi
2014-11-10
1
-1
/
+1
*
fix a panic when passing ifioctl from a netmap file descriptor to
luigi
2014-09-25
1
-15
/
+10
*
adapt the code to different freebsd versions.
luigi
2014-09-25
1
-3
/
+6
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
2
-2
/
+2
*
Provide pointer from struct ifnet to struct netmap_adapter,
glebius
2014-08-31
1
-1
/
+1
*
Change netmap's global lock to sx instead of a mutex.
np
2014-08-20
1
-7
/
+7
*
staticize two functions, and use proper format for a struct sglist
luigi
2014-08-17
1
-7
/
+7
*
Update to the current version of netmap.
luigi
2014-08-16
17
-781
/
+3068
*
Fix style bug: rename the refcount field of m_ext to ext_cnt, to match
glebius
2014-07-11
2
-7
/
+7
*
change the netmap mbuf destructor so the same code works also on FreeBSD 9.
luigi
2014-06-10
1
-9
/
+16
*
Fixes from Fanco Ficthner on transparent mode
luigi
2014-06-09
1
-19
/
+7
*
sync the code with the one in stable/10
luigi
2014-06-09
1
-1
/
+3
*
better handling of netmap emulation over standard device drivers:
luigi
2014-06-06
2
-29
/
+83
*
introduce mbq_lock() and mbq_unlock() for the mbq,
luigi
2014-06-06
3
-9
/
+19
*
move netmap_getna() to a freebsd-specific file
luigi
2014-06-06
2
-6
/
+8
*
align comments with the ones in our development trunk
luigi
2014-06-06
2
-24
/
+104
*
rate limit some error messages
luigi
2014-06-06
1
-1
/
+1
*
remove two debugging messages, align comments with the code
luigi
2014-06-06
1
-5
/
+12
*
add checks for invalid buffer pointers and lengths
luigi
2014-06-06
1
-0
/
+14
*
prevent a panic when the netdev/ifp is not set in attach
luigi
2014-06-06
1
-1
/
+2
*
Use mtx_lock_spin/mtx_unlock_spin primitives on spin lock
zont
2014-06-06
2
-8
/
+8
*
whitespace change: remove trailing whitespace
luigi
2014-06-05
5
-14
/
+14
*
Introduce a procedural interface to the ifnet structure. The new
marcel
2014-06-02
2
-1
/
+7
*
compile with NOINET
luigi
2014-02-20
1
-0
/
+8
*
two small changes:
luigi
2014-02-18
1
-2
/
+12
*
This new version of netmap brings you the following:
luigi
2014-02-15
9
-465
/
+2364
*
netmap_user.h:
luigi
2014-01-16
3
-24
/
+33
*
Fix netmap emulation when NICs attached to a VALE switch have a different
luigi
2014-01-10
1
-3
/
+6
*
sync with our internal repo - small change in debugging messages
luigi
2014-01-10
1
-4
/
+3
*
Fix build with VIMAGE.
glebius
2014-01-09
1
-0
/
+2
*
fix use after free when releasing a netmap adapter.
luigi
2014-01-07
2
-5
/
+10
*
It is 2014 and we have a new version of netmap.
luigi
2014-01-06
14
-1499
/
+1655
*
Fix build.
glebius
2013-12-18
1
-0
/
+1
*
fix the build using __builtin_prefetch() instead of redefining prefetch()
luigi
2013-12-16
3
-8
/
+5
*
split netmap code according to functions:
luigi
2013-12-15
14
-3475
/
+5600
*
remove a debugging message
luigi
2013-11-06
1
-1
/
+1
[next]