Age | Commit message (Expand) | Author |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2012-11-29 | Delete needless check for NULL. From Michael W. Bombardieri. | YASUOKA Masahiko |
2012-11-26 | do not steal mbuf types (leads to a panic if M_ZEROIZE gets set on | Markus Friedl |
2012-03-28 | More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@ | Claudio Jeker |
2012-01-20 | Ansify ppp... function definitions. | Alexander Bluhm |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |
2011-07-06 | ppp_ifstart unconditionally. depending on ALTQ for this is ridiculous. | Henning Brauer |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-05 | use IFQ_IS_EMPTY instead of fiddling with ifqueue internals - 3 cases | Henning Brauer |
2011-07-04 | use mtod. | David Hill |
2010-05-02 | The line-discipline-specific ioctls return -1 to indicate that | Stefan Sperling |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-04-24 | Make if_ppp and if_sl ioctl handlers return ENOTTY for unsupported | Stefan Sperling |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-07-08 | Add the same routing domain assignments and checks into the not so used | Claudio Jeker |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2008-10-22 | #if INET => #ifdef INET | Marco Pfatschbacher |
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-05-26 | one extern seems to be better than 20 for ifqmaxlen; ok krw | Jason Wright |
2007-04-11 | Don't use m_prepend() even if it is used mostly correct here. | Claudio Jeker |
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-12 | remove BPF filter support if the bpfilter device is removed. | Brad Smith |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-04-25 | check for input queue congestion on those as well and call if_congestion when | Henning Brauer |
2003-12-16 | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer | Markus Friedl |
2003-12-13 | initial support ifconfig destroy; ok deraadt@ | Markus Friedl |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-12-07 | support ifconfig create; ok deraadt | Markus Friedl |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho |
2002-07-01 | license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, | Theo de Raadt |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-06-19 | this was derived from UCB if_sl. therefore, we can update the UCB if_sl | Theo de Raadt |
2002-06-11 | sprinkle splasserts where function comments tell us to. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-13 | sync with KAME. | Kenjiro Cho |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-07-20 | use a variable, not it's default value from constant | Michael Shalayeff |
2001-06-27 | introduce the ALTQ queue macros into sys/net files. | Kenjiro Cho |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis |
2001-06-25 | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. | Federico G. Schwindt |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |