| Age | Commit message (Expand) | Author |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-04 | Split device_t/softc for le(4) and variants and misc cosmetic changes. | tsutsui |
| 2006-07-21 | Some KNF. | tsutsui |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-02 | u_intNN_t -> uintNN_t | tsutsui |
| 2004-08-28 | Use ANSI function decls, static, and const. | thorpej |
| 2003-11-17 | TAB/space cleanup. | tsutsui |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-24 | Clean-up the DIO bus. Includes two main changes: | gmcgarry |
| 2002-10-20 | - merge if_levar.h into if_le.c | gmcgarry |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-03-15 | Add RCSIDs. | gmcgarry |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-07-21 | adapt to LANCE driver split | drochner |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-01-11 | Convert the hp300 LANCE driver to use bus.h | thorpej |
| 1997-05-05 | - Use dio_intr_establish(). | thorpej |
| 1997-05-03 | Eliminate unused variable when !USELEDS. | mycroft |
| 1997-04-14 | Update for interrupt function and header name changes. | thorpej |
| 1997-03-31 | Add prototypes, and make this compile with -Wall. Remove register | scottr |
| 1997-03-17 | #include <net/if_media.h> | thorpej |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |
| 1997-01-30 | Garbage-collect all old-style autoconfiguration support; it is no | thorpej |
| 1996-12-17 | Snapshot of new config for NetBSD/hp300. This isn't quite finished yet. | thorpej |
| 1996-12-09 | isrlink() now returns a cookie. We're not interested in the cookie, so | thorpej |
| 1996-10-14 | Set the device class on non-dull devices. This is a transitional thing. | thorpej |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-11 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-05-09 | Correct typos, PR #2382. | thorpej |
| 1996-05-07 | Make the MI LANCE driver standalone, and use cfattach to resolve | thorpej |
| 1996-04-22 | Add a hardware dependent initialization function lehwinit() | christos |
| 1996-04-18 | change LANCE copy & zero functions' names to start with amd7990_, and | cgd |
| 1996-02-14 | All interrupt routines (except the HIL; don't ask) now take a pointer | thorpej |
| 1996-01-02 | Implement a suggestion from Charles; use a wrapper function before | thorpej |
| 1995-12-30 | Fix something the switch to the MI LANCE code broke: use LE_TINT_HOOK | thorpej |
| 1995-12-10 | Use the MI LANCE code. | mycroft |
| 1995-12-02 | Use a "match/attach" rather than "init" scheme for probing devices. | thorpej |
| 1995-08-04 | Kill bogus if_addrlist check. | thorpej |
| 1995-04-19 | Update for global changes. | mycroft |
| 1994-10-26 | new RCS ID format. | cgd |
| 1994-09-29 | Fix byte order problem in multicast filter calculation. | mycroft |
| 1994-09-18 | Add LED frobnication code, from 4.4-Lite. | mycroft |
| 1994-07-25 | Look for errors in the right place in a transmit descriptor, and count | mycroft |
| 1994-07-15 | Fix a bogon relating to >16-bit addresses that I introduced. Fix up BPF | mycroft |
| 1994-07-10 | Clean up a bit. | mycroft |
| 1994-07-07 | This #endif got truncated... | mycroft |
| 1994-07-06 | Speed this up a bit, do multiple transmit buffers, etc. | mycroft |