summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ppp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@claudio2012-03-281-2/+2
* Ansify ppp... function definitions.bluhm2012-01-201-50/+21
* use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan okhenning2011-07-071-2/+2
* ppp_ifstart unconditionally. depending on ALTQ for this is ridiculous.henning2011-07-061-12/+1
* cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmhenning2011-07-061-4/+4
* use IFQ_IS_EMPTY instead of fiddling with ifqueue internals - 3 caseshenning2011-07-051-3/+4
* use mtod.dhill2011-07-041-2/+2
* The line-discipline-specific ioctls return -1 to indicate thatstsp2010-05-021-2/+2
* incomming -> incomingmk2010-05-011-2/+2
* Make if_ppp and if_sl ioctl handlers return ENOTTY for unsupportedstsp2010-04-241-3/+3
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-6/+4
* Add the same routing domain assignments and checks into the not so usedclaudio2009-07-081-1/+14
* Introduce splsoftassert(), similar to splassert() but for soft interruptmiod2009-03-151-4/+4
* #if INET => #ifdef INETmpf2008-10-221-2/+2
* remove dead stores and newly created unused variables.chl2008-09-171-3/+3
* malloc sweep:henning2007-09-151-12/+10
* one extern seems to be better than 20 for ifqmaxlen; ok krwjason2007-05-261-2/+1
* Don't use m_prepend() even if it is used mostly correct here.claudio2007-04-111-15/+9
* check if ifqueue has anything queued before doing the dance ofderaadt2006-12-281-2/+2
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+3
* remove BPF filter support if the bpfilter device is removed.brad2006-03-121-1/+21
* With the exception of two other small uncommited diffs this movesbrad2006-03-041-20/+20
* Remove redundant calls to bpfdetach.canacar2006-01-041-4/+1
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-6/+5
* check for input queue congestion on those as well and call if_congestion whenhenning2004-04-251-1/+3
* return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexermarkus2003-12-161-4/+5
* initial support ifconfig destroy; ok deraadt@markus2003-12-131-4/+26
* de-register. deraadt okitojun2003-12-101-7/+7
* support ifconfig create; ok deraadtmarkus2003-12-071-32/+52
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-7/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* string fixes; tedu okderaadt2003-05-031-2/+2
* Remove commons; inspired by netbsd.jason2003-02-121-1/+3
* remove the altq classifier code which is replaced by pf and no longer used.kjc2003-01-071-5/+2
* license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,deraadt2002-07-011-20/+36
* allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowitojun2002-06-301-1/+2
* this was derived from UCB if_sl. therefore, we can update the UCB if_slderaadt2002-06-191-14/+30
* sprinkle splasserts where function comments tell us to.art2002-06-111-2/+8
* First round of __P removal in sysmillert2002-03-141-8/+8
* sync with KAME.kjc2002-02-131-1/+23
* Add some missing lengths checks when passing data from userland tomillert2001-09-161-2/+3
* use a variable, not it's default value from constantmickey2001-07-201-5/+6
* introduce the ALTQ queue macros into sys/net files.kjc2001-06-271-15/+47
* Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingangelos2001-06-271-2/+2
* Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.fgsch2001-06-251-5/+2
* change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun2001-06-151-3/+1
* Copy the packet header only if the original mbuf had a packet headerangelos2001-05-281-4/+6
* Fixup tags on old mbuf chain head.angelos2001-05-271-1/+4
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-4/+1
* add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ okmickey2000-03-211-8/+1