aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ppp.h
Commit message (Expand)AuthorAgeFilesLines
* Add 64bit statistic counters to the ng_ppp node.Alexander Motin2007-08-011-0/+30
* Before this commit, if the compression is enabled the, ng_ppp(4)Gleb Smirnoff2006-12-281-0/+14
* Fix incorrect comment.Archie Cobbs2005-02-101-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* Use a single style of multiple inclusion protection for Netgraph headers.Ruslan Ermilov2003-11-111-3/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-12/+2
* More complete fix for multi-link sequence number handling bugs.Archie Cobbs2000-10-061-2/+20
* Take advantage of the new unsigned and hex integer types.Archie Cobbs2000-08-101-29/+29
* Fix broken multi-link fragment reassembly algorithm.Archie Cobbs2000-05-021-30/+49
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-0/+48
* Move handling of the address and control fields into the PPP node;Archie Cobbs1999-11-101-1/+2
* Fix several bugs found in the first bit of testing.Archie Cobbs1999-11-061-0/+1
* Revamped and more useful PPP node type, supporting multi-link PPP directly.Archie Cobbs1999-10-291-33/+65
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+91