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
/
ng_l2tp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the ISO standard function variable vs. a GCC'ism.
obrien
2005-08-10
1
-4
/
+4
*
- Use ng_callout() instead of callout_reset(9).
glebius
2005-01-11
1
-93
/
+36
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-2
/
+1
*
Implement minimalistic L2TP sessions statistics and correct man page
bz
2004-08-03
1
-2
/
+83
*
add a new control message to set sequence numbers on an uninitialized node.
bz
2004-08-03
1
-1
/
+62
*
Correct L2TP header offset handling:
bz
2004-08-03
1
-2
/
+2
*
Having moved metadata usage to mbuf tags, remove code that supports
julian
2004-06-26
1
-2
/
+1
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+9
*
Rename internal structure to fix cut & paste error.
archie
2004-04-04
1
-3
/
+3
*
Don't use ovbcopy().
des
2003-04-04
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-7
/
+7
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-7
/
+7
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-5
/
+5
*
Don't use "NULL" when "0" is really meant.
archie
2002-08-22
1
-1
/
+1
*
New L2TP netgraph node type.
archie
2002-08-20
1
-0
/
+1479