aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_l2tp.c
Commit message (Expand)AuthorAgeFilesLines
* Use the ISO standard function variable vs. a GCC'ism.David E. O'Brien2005-08-101-4/+4
* - Use ng_callout() instead of callout_reset(9).Gleb Smirnoff2005-01-111-93/+36
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+1
* Implement minimalistic L2TP sessions statistics and correct man pageBjoern A. Zeeb2004-08-031-2/+83
* add a new control message to set sequence numbers on an uninitialized node.Bjoern A. Zeeb2004-08-031-1/+62
* Correct L2TP header offset handling:Bjoern A. Zeeb2004-08-031-2/+2
* Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer2004-06-261-2/+1
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* Rename internal structure to fix cut & paste error.Archie Cobbs2004-04-041-3/+3
* Don't use ovbcopy().Dag-Erling Smørgrav2003-04-041-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-5/+5
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-221-1/+1
* New L2TP netgraph node type.Archie Cobbs2002-08-201-0/+1479