summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* A minor stylistic change to make it more clear to lint-like tools.phk2003-02-021-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* network interface and link layer changes:sam2002-11-151-4/+2
* Convert most printf()s to if_printf()s.brooks2002-09-241-15/+10
* Use m_length() instead of home-rolled versions.phk2002-09-181-13/+4
* Fix a couple of bogus return values in previous commit.brooks2002-08-191-3/+2
* Move mac.h include to match the MAC tree location. Both locationsrwatson2002-08-151-1/+1
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-34/+78
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+17
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-3/+3
* Replace (deprecated ?) FREE() macro with direct calls to free()luigi2002-04-041-6/+6
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-8/+8
* Remove __P.alfred2002-03-191-8/+8
* Remove duplicated and wrong sc->sc_last_recv setting. It unbreaksmaxim2002-03-051-4/+1
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-2/+3
* Staticise private interface lists.msmith2002-01-081-1/+1
* KSE Milestone 2julian2001-09-121-2/+3
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-1/+2
* Quieten gcc.peter2001-01-311-0/+1
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-311-6/+25
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-52/+47
* Remove some #if NFOO > 0 that are always true because of config rules.peter2000-01-291-3/+0
* 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
OpenPOWER on IntegriCloud