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
/
netgraph
/
atm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use data after free.
netchild
2006-09-30
1
-1
/
+4
*
Replace the array initialization using the gcc-specific format
dds
2006-06-02
1
-5
/
+5
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-2
/
+2
*
Use the ISO standard function variable vs. a GCC'ism.
obrien
2005-08-10
4
-11
/
+11
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-7
/
+7
*
Fixed an off-by-one error when dealing with interface name
ru
2005-02-03
1
-9
/
+6
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
20
-23
/
+29
*
Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.
glebius
2004-12-01
2
-4
/
+4
*
Cancel pending timeout before scheduling a new one. This fixes
glebius
2004-11-19
1
-0
/
+1
*
Adapt to the new ng_timeout/ng_untimeout arguments. These now use
harti
2004-11-04
2
-17
/
+11
*
Apply error and success logic consistently to the function netisr_queue() and
andre
2004-08-27
1
-1
/
+1
*
This is the netgraph node framework for the user side call control
harti
2004-08-12
3
-0
/
+1422
*
Avoid casts as lvalues.
kan
2004-07-28
1
-3
/
+4
*
Slight cosmetic changes.
julian
2004-07-20
1
-3
/
+3
*
Convert Netgraph to use mbuf tags to pass its meta information around.
julian
2004-06-25
1
-0
/
+1
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
5
-60
/
+51
*
Get rid of the old *LEN constants in favour of the new *SIZ constants
harti
2004-01-26
2
-6
/
+6
*
NULL -> 0 where appropriate.
alfred
2003-12-24
2
-5
/
+5
*
Pass MTX_DEF instead of 0 as the last argument to mtx_init().
truckman
2003-12-15
1
-1
/
+2
*
The last argument to mtx_init() should be MTX_DEF, not 0. This is not a
truckman
2003-12-08
1
-1
/
+2
*
Make the defines that prevent multiple includes look like the
harti
2003-11-13
3
-6
/
+6
*
The layer 3 (signalling) of NgATM netgraph node: ng_uni. This node
harti
2003-11-07
3
-0
/
+1203
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-5
/
+3
*
Netgraph part of the NgATM signalling AA layer. These nodes can
harti
2003-10-24
8
-0
/
+2715
*
Add ng_atmpif: a HARP physical interface emulation. This allows one
harti
2003-08-11
4
-0
/
+1963
*
Process events from the ATM drivers. Carrier change and PVC change
harti
2003-07-29
2
-49
/
+126
*
Test the OPEN flag to see whether a VCI is already open on the hook instead
harti
2003-07-15
1
-2
/
+2
*
Remove three unneccessary comparisons that were always true.
harti
2003-07-15
1
-6
/
+0
*
Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driver
harti
2003-07-02
1
-9
/
+22
*
This is a netgraph node to access ATM interfaces. It works with the
harti
2003-06-25
2
-0
/
+1598