Age | Commit message (Expand) | Author |
---|---|---|
2021-03-07 | ansi | Jonathan Gray |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2003-06-25 | #include <machine/intr.h> is not necessary here. | Miod Vallat |
2001-08-18 | Add MII routines to support the ASIX AX88190 MAC controller; from NetBSD. | Aaron Campbell |