aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: (rev. 1.45) Fix use-after-free bug that could break fragment reassembly.Archie Cobbs2003-03-101-2/+4
* MFC: Fix GCC warnings caused by initializing a zero length array.Archie Cobbs2002-07-021-13/+13
* MFC: (rev. 1.38) Don't transmit PPP frames with length > MRU or MRRU.Archie Cobbs2002-03-211-3/+14
* MFC: (rev. 1.36) Fix another bug in handling of multi-link sequence numbers.Archie Cobbs2002-02-191-3/+4
* MFC: fix for multi-link sequence number handling bugs.Archie Cobbs2000-10-091-38/+81
* MFC: allocate all memory with M_NOWAITArchie Cobbs2000-10-011-1/+1
* MFC: back out previous duplicate bug fixArchie Cobbs2000-08-101-2/+0
* MFC: bundle-level receive statisticsArchie Cobbs2000-08-091-0/+2
* MFC: receive statisticsArchie Cobbs2000-06-021-0/+4
* MFC: fix broken multi-link fragment reassembly algorithm.Archie Cobbs2000-05-051-227/+662
* Fix a few obscure memory leaks.Archie Cobbs2000-01-051-5/+11
* Fix bugs in the MP fragment reassembly code that can cause a panic.Archie Cobbs1999-12-171-26/+32
* Remove a bunch of un-needed includes.Julian Elischer1999-12-071-2/+0
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-2/+76
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-241-1/+2
* Fix bug where hook pointers were not getting updated on disconnection.Archie Cobbs1999-11-191-4/+18
* More bug fixes.Archie Cobbs1999-11-101-17/+21
* Move handling of the address and control fields into the PPP node;Archie Cobbs1999-11-101-64/+83
* Fix several bugs found in the first bit of testing.Archie Cobbs1999-11-061-35/+52
* Move isfoo() and friends to the newly created sys/ctype.h.Poul-Henning Kamp1999-11-031-0/+1
* Simplify checking/parsing of strings using strtoul(), isdigit(), etc.Archie Cobbs1999-11-021-19/+10
* Fix some bugs in MP allocation routine when links are non-equivalent.Archie Cobbs1999-11-011-12/+29
* Add typedefs for node methodsJulian Elischer1999-11-011-8/+7
* Revamped and more useful PPP node type, supporting multi-link PPP directly.Archie Cobbs1999-10-291-155/+1153
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+406