summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_l2tp.c
Commit message (Expand)AuthorAgeFilesLines
* Implement minimalistic L2TP sessions statistics and correct man pagebz2004-08-031-2/+83
* add a new control message to set sequence numbers on an uninitialized node.bz2004-08-031-1/+62
* Correct L2TP header offset handling:bz2004-08-031-2/+2
* Having moved metadata usage to mbuf tags, remove code that supportsjulian2004-06-261-2/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Rename internal structure to fix cut & paste error.archie2004-04-041-3/+3
* Don't use ovbcopy().des2003-04-041-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-5/+5
* Don't use "NULL" when "0" is really meant.archie2002-08-221-1/+1
* New L2TP netgraph node type.archie2002-08-201-0/+1479
OpenPOWER on IntegriCloud