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
/
ce
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-2
/
+2
*
Fix clang warnings in sys/dev/ce/if_ce.c and sys/dev/cp/if_cp.c,
dim
2011-12-29
1
-1
/
+3
*
Revert r213793.
rpaulo
2010-10-13
1
-1
/
+1
*
Don't do a logical AND of the result of strcmp() with a constant.
rpaulo
2010-10-13
1
-1
/
+1
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-4
/
+4
*
Always use a private timer instead of if_watchdog and if_timer to drive
jhb
2009-11-17
1
-45
/
+25
*
Use new spelling of the NG_*LEN constants.
imp
2009-06-09
1
-2
/
+2
*
Remove debug.ce.mpsafenet: we no longer support running the network
rwatson
2009-02-15
1
-41
/
+7
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-3
/
+2
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-3
/
+3
*
Fix instances of bogus #elsif directive.
dds
2008-07-01
1
-21
/
+21
*
Do not set IFF_DEBUG directly from the driver.
rik
2008-06-30
2
-7
/
+13
*
First in a series of changes to remove the now-unused Giant compatibility
rwatson
2007-07-27
1
-7
/
+0
*
Remove ancient preprocessor code. Fix module compilation.
rik
2007-03-25
1
-9
/
+1
*
Don't call bus_deactivate_resource() explicitly before calling
nyan
2007-03-21
1
-1
/
+0
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Various bpf(4) related fixes to catch places up to the new bpf(4)
jhb
2006-12-29
1
-4
/
+4
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-22
/
+65
*
Update low-level code. (to version 1.4)
rik
2006-03-01
2
-4229
/
+4247
*
Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4).
ru
2006-02-03
1
-1
/
+4
*
Fix forward variable declaration.
rik
2006-01-30
1
-61
/
+68
*
Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.
rik
2006-01-27
6
-0
/
+9271