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
*
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
*
remove some test code.
luigi
2013-11-05
1
-117
/
+0
*
fix a bug when a device has 1 tx (or rx) queue and more than
luigi
2013-11-05
1
-4
/
+5
*
check errors on return from netmap_attach()
luigi
2013-11-05
1
-4
/
+10
*
circumvent a couple of warnings:
luigi
2013-11-02
1
-2
/
+2
*
add missing file from previous netmap update...
luigi
2013-11-02
1
-0
/
+216
*
update to the latest netmap snapshot.
luigi
2013-11-01
8
-1687
/
+2764
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
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
[next]