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
*
Fix circular math macro.
glebius
2014-01-03
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-7
/
+7
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Node constructor methods are supposed to be called in syscall
glebius
2011-04-18
1
-3
/
+1
*
Make ng_l2tp irrelevant to data alignment.
mav
2010-03-31
1
-15
/
+31
*
Add memmove() to the kernel, making the kernel compile with Clang.
ed
2009-02-28
1
-3
/
+0
*
Fix typo. Clear session stats instead of config and part of stats.
mav
2008-11-22
1
-1
/
+1
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-1
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-5
/
+4
*
Don't use memcpy() to copy several bytes.
mav
2008-07-28
1
-40
/
+22
*
Add session ID hashing to speedup incoming packets dispatch in case
mav
2008-03-16
1
-38
/
+47
*
Addition to the previous commit. Release inproc in case of memory error.
mav
2008-03-09
1
-0
/
+1
*
To avoid control data losses do not acknowledge recieving of control packet
mav
2008-03-08
1
-54
/
+44
*
Increase control channel xmit queue to 128 packets.
mav
2007-12-12
1
-1
/
+1
*
Protect struct seq with mutex.
mav
2007-10-12
1
-17
/
+72
*
Remove one unneded assertion. It is also checked in
mav
2007-10-12
1
-5
/
+0
*
Replace single rcvdata with 3 distinct to simplify code and
mav
2007-10-12
1
-74
/
+77
*
Remove duplicate variables.
mav
2007-10-12
1
-11
/
+3
*
Avoid false assertion on transmit and delayed ack timeout with enabled invari...
mav
2007-04-24
1
-23
/
+34
*
Global xmit stats calculation fix.
mav
2007-04-23
1
-0
/
+4
*
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