Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst | |
ok krw@ canacar@ | |||
2004-01-09 | remove uvm_extern.h | Brad Smith | |
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@ | |||
2002-12-15 | typos; torh at bogus.net | Henning Brauer | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho | |
- use the new queue macros. - use IFQ_POLL() to peek at the next packet. - use IFQ_IS_EMPTY() for empty check. - drivers should always check if (m == NULL) after IFQ_DEQUEUE(), since it could return NULL even when IFQ_IS_EMPTY() is FALSE under rate-limiting. - drivers are supposed to call if_start from tx complete interrupts (in order to trigger the next dequeue under rate-limiting). | |||
2001-06-25 | ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-23 | More constants cleaning. | Federico G. Schwindt | |
2001-06-23 | Actually, should just use m_tag_init() | Angelos D. Keromytis | |
2001-06-23 | LIST_INIT, not TAILQ_INIT. | Angelos D. Keromytis | |
2001-05-20 | Convert from tdbi to tags. | Angelos D. Keromytis | |
2001-03-22 | fix typo | Michael Shalayeff | |
2001-03-22 | Paranoid -- clear tdbi field in mbuf pkthdr. | Angelos D. Keromytis | |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-03 | make it compile, new timeouts, space control | Michael Shalayeff | |
1999-02-28 | compensate for the test of packet ownership being moved to ether_input() | Jason Wright | |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1996-05-26 | sync 0521 | Theo de Raadt | |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |