aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morePeter Wemm1998-06-201-8/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-4/+6
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viaDavid Greenman1998-05-191-1/+5
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.Poul-Henning Kamp1998-04-061-2/+2
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-11/+11
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberPeter Wemm1998-03-221-1/+7
* Make INET a proper option.Eivind Eklund1998-01-081-2/+5
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-2/+2
* Cleaned up PPP_FILTER/NBPFILTER ifdefs.Bruce Evans1997-11-181-15/+6
* Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.Peter Wemm1997-10-181-3/+5
* Better fix for the bpf dependency that doesn't have such a large impactPeter Wemm1997-10-181-1/+5
* Back out the `PPP_FILTER => NBPFILTER' changesPeter Wemm1997-10-181-11/+12
* PPP_FILTER => NBPFILTERBrian Somers1997-10-171-12/+11
* Try out PPP_FILTERPeter Wemm1997-10-101-2/+3
* Some fixes from Bruce:Peter Wemm1997-08-221-4/+4
* Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to controlPeter Wemm1997-08-191-4/+6
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thePeter Wemm1997-08-191-140/+280
* Bruce mentioned to me that Paul Traina had noticed that the ppp_ttyPeter Wemm1997-05-311-1/+9
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includeBruce Evans1997-03-241-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Don't try to do anything with the `ifr' parameter for SIOCADDMULTIGarrett Wollman1997-01-171-13/+0
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running)Peter Wemm1996-07-211-2/+3
* Since the updates to ifnet.if_lastchange are so rare (relativelyGary Palmer1996-06-121-2/+2
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-101-3/+2
* Eliminated sloppy common-style declarations. Now there are no duplicatedBruce Evans1996-04-131-1/+3
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-071-2/+1
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-6/+6
* Use new printf features rather than local kludges.Poul-Henning Kamp1996-01-241-4/+3
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-6/+6
* Enhance the likelyhood that IPX over ppp will actually work.. :-)Peter Wemm1995-11-131-3/+54
* Fix the incomplete merge for the IPX code - the internals are different.Peter Wemm1995-11-031-1/+9
* Re-Zap unused variables in their new location.. :-)Peter Wemm1995-11-011-4/+1
* Merge/update ppp-2.2 kernel parts onto mainline.Peter Wemm1995-10-311-1094/+831
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-4/+3
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+6
* Don't wait for output to drain in pppclose(). Discard output immediatelyBruce Evans1995-10-051-5/+10
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-301-6/+7
* Obtained from: an ancient patch of mine via 1.1.5Bruce Evans1995-07-311-3/+3
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-6/+6
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-291-2/+2
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-211-2/+2
* PR #kern/600: PPP does not pay attention to IPTOS_LOWDELAYJoerg Wunsch1995-07-081-1/+10
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-2/+14
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* pppinput:Andrey A. Chernov1995-03-291-5/+9
* Support for pseudo-device LKMs. Note that this is restricted to onlyGarrett Wollman1995-03-201-2/+2
* *close: just purge tty queues if we can't drain themAndrey A. Chernov1995-02-131-2/+3