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
/
ng_atm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-2
/
+0
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-2
/
+0
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+3
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-6
/
+21
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-2
/
+3
*
Use the ISO standard function variable vs. a GCC'ism.
obrien
2005-08-10
1
-4
/
+4
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-2
/
+2
*
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
1
-2
/
+4
*
Avoid casts as lvalues.
kan
2004-07-28
1
-3
/
+4
*
Slight cosmetic changes.
julian
2004-07-20
1
-3
/
+3
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+11
*
Get rid of the old *LEN constants in favour of the new *SIZ constants
harti
2004-01-26
1
-4
/
+4
*
NULL -> 0 where appropriate.
alfred
2003-12-24
1
-4
/
+4
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-5
/
+3
*
Process events from the ATM drivers. Carrier change and PVC change
harti
2003-07-29
1
-44
/
+102
*
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
1
-0
/
+1371