summaryrefslogtreecommitdiff
path: root/modules/ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Convert to ANSI CPaul Mackerras2020-12-291-38/+30
* More copyright updates. The new CMU copyright notice is from CMU andPaul Mackerras2002-12-061-20/+28
* Took <netinet/in.h> out of PRIOQ block because we need htons defined whenAdi Masputra1999-10-081-2/+3
* Snoop now works with pppAdi Masputra1999-10-061-10/+218
* Added IPv6 support so that IPv4 and IPv6 packets can be mux'ed correctlyAdi Masputra1999-09-301-24/+54
* need the os variable when NO_DLPI is definedPaul Mackerras1999-09-171-1/+4
* Cleaned up major lint warnings.Adi Masputra1999-09-151-8/+6
* Add IF_UNITSEL ioctl to set ppa since driver is DLPI style 2. Solaris 8 isAdi Masputra1999-09-081-1/+13
* don't free messages if we are going to qreply!Paul Mackerras1999-05-131-6/+8
* handle M_FLUSH and M_IOCTL messages in lrput routine.Paul Mackerras1999-03-221-1/+20
* make it compile for sunosPaul Mackerras1999-03-081-4/+4
* fix up the multithread stuff (hopefully?)Paul Mackerras1999-02-261-173/+412
* use uint instead of ulong, in case longs are 8 bytesPaul Mackerras1998-05-041-14/+14
* More debugging.Paul Mackerras1998-03-241-4/+56
* minor bug fixPaul Mackerras1997-11-271-2/+2
* fix bug causing Solaris crashesPaul Mackerras1997-07-141-2/+2
* fix silly bugPaul Mackerras1997-05-221-3/+3
* fixes for mtu setting on SVR4; add filtering stuffPaul Mackerras1997-04-301-42/+187
* priority queueing stuffPaul Mackerras1997-03-041-3/+148
* remove some debug printfsPaul Mackerras1996-09-141-5/+2
* work around a message corruption problemPaul Mackerras1996-08-281-2/+9
* mods for OSF/1; fix hangup bugPaul Mackerras1996-06-261-5/+27
* took out bpf filter stuffPaul Mackerras1996-05-281-67/+20
* Add support for packet filteringPaul Mackerras1996-04-041-7/+85
* Added np mode stuff to support demand-diallingPaul Mackerras1996-01-011-7/+31
* added idle time measurementPaul Mackerras1995-12-181-11/+40
* new portable STREAMS modulesPaul Mackerras1995-12-111-0/+1522