summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in thepeter1999-09-261-7/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-8/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out redundant checksbrian1999-08-061-7/+3
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withbrian1999-08-061-3/+7
* Rename bpfilter to bpf.des1999-07-061-7/+7
* Suser() simplification:phk1999-04-271-8/+8
* Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morepeter1998-06-201-8/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-4/+6
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viadg1998-05-191-1/+5
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.phk1998-04-061-2/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-11/+11
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberpeter1998-03-221-1/+7
* Make INET a proper option.eivind1998-01-081-2/+5
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+2
* Cleaned up PPP_FILTER/NBPFILTER ifdefs.bde1997-11-181-15/+6
* Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.peter1997-10-181-3/+5
* Better fix for the bpf dependency that doesn't have such a large impactpeter1997-10-181-1/+5
* Back out the `PPP_FILTER => NBPFILTER' changespeter1997-10-181-11/+12
* PPP_FILTER => NBPFILTERbrian1997-10-171-12/+11
* Try out PPP_FILTERpeter1997-10-101-2/+3
* Some fixes from Bruce:peter1997-08-221-4/+4
* Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to controlpeter1997-08-191-4/+6
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thepeter1997-08-191-140/+280
* Bruce mentioned to me that Paul Traina had noticed that the ppp_ttypeter1997-05-311-1/+9
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-241-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Don't try to do anything with the `ifr' parameter for SIOCADDMULTIwollman1997-01-171-13/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running)peter1996-07-211-2/+3
* Since the updates to ifnet.if_lastchange are so rare (relativelygpalmer1996-06-121-2/+2
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-3/+2
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-131-1/+3
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* Clean up Ethernet drivers:wollman1996-02-061-6/+6
* Use new printf features rather than local kludges.phk1996-01-241-4/+3
* Another mega commit to staticize things.phk1995-12-141-6/+6
* Enhance the likelyhood that IPX over ppp will actually work.. :-)peter1995-11-131-3/+54
* Fix the incomplete merge for the IPX code - the internals are different.peter1995-11-031-1/+9
* Re-Zap unused variables in their new location.. :-)peter1995-11-011-4/+1
* Merge/update ppp-2.2 kernel parts onto mainline.peter1995-10-311-1095/+832
* Second batch of cleanup changes.phk1995-10-291-4/+3
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+6
* Don't wait for output to drain in pppclose(). Discard output immediatelybde1995-10-051-5/+10
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-301-6/+7
* Obtained from: an ancient patch of mine via 1.1.5bde1995-07-311-3/+3
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-6/+6
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-291-2/+2
OpenPOWER on IntegriCloud