Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of arc network support. we have no users of it so this is dead | 2006-07-18 | 1 | -561/+0 | |
| | | | | | | | code. however, it is still cluttering up the kernel namespace a bit. it is better gone. ok claudio@ | ||||
* | adopt to extended rtrequest / rtalloc1 api | 2006-06-17 | 1 | -3/+3 | |
| | |||||
* | With the exception of two other small uncommited diffs this moves | 2006-03-04 | 1 | -4/+4 | |
| | | | | | | the remainder of the network stack from splimp to splnet. ok miod@ | ||||
* | First step towards more sane time handling in the kernel -- this changes | 2004-06-21 | 1 | -2/+2 | |
| | | | | | | | | things such that code that only need a second-resolution uptime or wall time, and used to get that from time.tv_secs or mono_time.tv_secs now get this from separate time_t globals time_second and time_uptime. ok art@ niklas@ nordin@ | ||||
* | Don't use time for random starting value... "love it" deraadt@ | 2004-06-21 | 1 | -2/+2 | |
| | |||||
* | add a congestion indicator to if_queue. It is set when the input queue | 2004-04-17 | 1 | -6/+2 | |
| | | | | | | | | is full, along with a timer that unsets it again after 10ms. The input queue beeing full is a reliable indicator for CPU overload, and this flag allows other subsystems to cope with the situation. hacked with beck ok kjc@ markus@ beck@ | ||||
* | small compiler warning cleanup (#error instead of bailing out) | 2003-12-12 | 1 | -2/+2 | |
| | | | | ok henning@ grange@ | ||||
* | de-register. deraadt ok | 2003-12-10 | 1 | -9/+9 | |
| | |||||
* | prevent looutput() feedback of broadcast/multicast packets if they are | 2003-08-18 | 1 | -2/+3 | |
| | | | | | pf routed. prevents a kernel lockup with some (non-sensical) route-to rules. report and debugging by mpech@. ok itojun@, henning@, mpech@. | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | remove the altq classifier code which is replaced by pf and no longer used. | 2003-01-07 | 1 | -9/+2 | |
| | | | | ok henning@, deraadt@ | ||||
* | Make compile with -Werror (unused vars warnings) | 2002-09-15 | 1 | -3/+1 | |
| | |||||
* | KNF - return is not a function. | 2002-09-11 | 1 | -3/+3 | |
| | |||||
* | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | 2002-06-30 | 1 | -11/+4 | |
| | | | | | the size of sockaddr_dl on if_attach() - for instance, see ether_ifattach(). from netbsd. fgs ok | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -2/+2 | |
| | |||||
* | sync with KAME | 2002-03-12 | 1 | -12/+21 | |
| | | | | | ALTQify more drivers. ok millert@ | ||||
* | Use queue.h TAILQ macros instead of accessing members directly. | 2001-12-09 | 1 | -3/+3 | |
| | | | | (And convert a few loops to TAILQ_FOREACH). | ||||
* | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | 2001-06-15 | 1 | -3/+1 | |
| | | | | | | | | follows BSD/OS practice and ucd-snmp code (FreeBSD does it for specific interfaces only). was: if_lastchange get updated on every packet transmission/receipt. now: if_lastchange get updated when IFF_UP is changed. | ||||
* | Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok | 2001-05-11 | 1 | -2/+2 | |
| | |||||
* | OpenBSD tags + some prototyping police | 1997-02-24 | 1 | -0/+1 | |
| | |||||
* | if_name/if_unit -> if_xname/if_softc | 1996-05-10 | 1 | -8/+8 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -2/+2 | |
| | |||||
* | miscellanous if_arcsubr.c cleanup and optimizations; from is@beverly.rhein.de; netbsd pr#1825 | 1995-12-27 | 1 | -72/+37 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+611 | |