| Commit message (Expand) | Author | Age | Files | Lines |
| * | More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@ |  claudio | 2012-03-28 | 1 | -2/+2 |
| * | Ansify ppp... function definitions. |  bluhm | 2012-01-20 | 1 | -50/+21 |
| * | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok |  henning | 2011-07-07 | 1 | -2/+2 |
| * | ppp_ifstart unconditionally. depending on ALTQ for this is ridiculous. |  henning | 2011-07-06 | 1 | -12/+1 |
| * | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm |  henning | 2011-07-06 | 1 | -4/+4 |
| * | use IFQ_IS_EMPTY instead of fiddling with ifqueue internals - 3 cases |  henning | 2011-07-05 | 1 | -3/+4 |
| * | use mtod. |  dhill | 2011-07-04 | 1 | -2/+2 |
| * | The line-discipline-specific ioctls return -1 to indicate that |  stsp | 2010-05-02 | 1 | -2/+2 |
| * | incomming -> incoming |  mk | 2010-05-01 | 1 | -2/+2 |
| * | Make if_ppp and if_sl ioctl handlers return ENOTTY for unsupported |  stsp | 2010-04-24 | 1 | -3/+3 |
| * | rtables are stacked on rdomains (it is possible to have multiple routing |  claudio | 2009-11-03 | 1 | -6/+4 |
| * | Add the same routing domain assignments and checks into the not so used |  claudio | 2009-07-08 | 1 | -1/+14 |
| * | Introduce splsoftassert(), similar to splassert() but for soft interrupt |  miod | 2009-03-15 | 1 | -4/+4 |
| * | #if INET => #ifdef INET |  mpf | 2008-10-22 | 1 | -2/+2 |
| * | remove dead stores and newly created unused variables. |  chl | 2008-09-17 | 1 | -3/+3 |
| * | malloc sweep: |  henning | 2007-09-15 | 1 | -12/+10 |
| * | one extern seems to be better than 20 for ifqmaxlen; ok krw |  jason | 2007-05-26 | 1 | -2/+1 |
| * | Don't use m_prepend() even if it is used mostly correct here. |  claudio | 2007-04-11 | 1 | -15/+9 |
| * | check if ifqueue has anything queued before doing the dance of |  deraadt | 2006-12-28 | 1 | -2/+2 |
| * | allow bpf(4) to ignore packets based on their direction (inbound or |  djm | 2006-03-25 | 1 | -3/+3 |
| * | remove BPF filter support if the bpfilter device is removed. |  brad | 2006-03-12 | 1 | -1/+21 |
| * | With the exception of two other small uncommited diffs this moves |  brad | 2006-03-04 | 1 | -20/+20 |
| * | Remove redundant calls to bpfdetach. |  canacar | 2006-01-04 | 1 | -4/+1 |
| * | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 1 | -6/+5 |
| * | check for input queue congestion on those as well and call if_congestion when |  henning | 2004-04-25 | 1 | -1/+3 |
| * | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer |  markus | 2003-12-16 | 1 | -4/+5 |
| * | initial support ifconfig destroy; ok deraadt@ |  markus | 2003-12-13 | 1 | -4/+26 |
| * | de-register. deraadt ok |  itojun | 2003-12-10 | 1 | -7/+7 |
| * | support ifconfig create; ok deraadt |  markus | 2003-12-07 | 1 | -32/+52 |
| * | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -7/+7 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
| * | string fixes; tedu ok |  deraadt | 2003-05-03 | 1 | -2/+2 |
| * | Remove commons; inspired by netbsd. |  jason | 2003-02-12 | 1 | -1/+3 |
| * | remove the altq classifier code which is replaced by pf and no longer used. |  kjc | 2003-01-07 | 1 | -5/+2 |
| * | license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, |  deraadt | 2002-07-01 | 1 | -20/+36 |
| * | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know |  itojun | 2002-06-30 | 1 | -1/+2 |
| * | this was derived from UCB if_sl. therefore, we can update the UCB if_sl |  deraadt | 2002-06-19 | 1 | -14/+30 |
| * | sprinkle splasserts where function comments tell us to. |  art | 2002-06-11 | 1 | -2/+8 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -8/+8 |
| * | sync with KAME. |  kjc | 2002-02-13 | 1 | -1/+23 |
| * | Add some missing lengths checks when passing data from userland to |  millert | 2001-09-16 | 1 | -2/+3 |
| * | use a variable, not it's default value from constant |  mickey | 2001-07-20 | 1 | -5/+6 |
| * | introduce the ALTQ queue macros into sys/net files. |  kjc | 2001-06-27 | 1 | -15/+47 |
| * | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending |  angelos | 2001-06-27 | 1 | -2/+2 |
| * | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. |  fgsch | 2001-06-25 | 1 | -5/+2 |
| * | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. |  itojun | 2001-06-15 | 1 | -3/+1 |
| * | Copy the packet header only if the original mbuf had a packet header |  angelos | 2001-05-28 | 1 | -4/+6 |
| * | Fixup tags on old mbuf chain head. |  angelos | 2001-05-27 | 1 | -1/+4 |
| * | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) |  ho | 2001-05-16 | 1 | -4/+1 |
| * | add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ ok |  mickey | 2000-03-21 | 1 | -8/+1 |