| Age | Commit message (Expand) | Author |
| 2001-11-13 | add RCSID | lukem |
| 2001-07-18 | bcopy -> memcpy | thorpej |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-03-30 | Remove register declarations. | augustss |
| 1999-08-25 | When padding short packets on transmit, don't include the CRC length | thorpej |
| 1999-05-18 | Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() | thorpej |
| 1999-03-25 | Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining them | thorpej |
| 1999-02-28 | Update to slightly altered rnd_attach_source() api | explorer |
| 1998-12-12 | Simplify the copy loops a bit. | mycroft |
| 1998-07-05 | defopt NS, NSIP. | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-11-30 | make it compile without "__BROKEN_INDIRECT_CONFIG" | drochner |
| 1997-10-15 | Add and/or update rnd_*() hooks | explorer |
| 1997-09-10 | The 501 uses 16 ports, and has a wider range of possible I/O address. | mycroft |
| 1997-04-28 | Oops; forgot to GC the last mbuf allocated when out of clusters. | mycroft |
| 1997-04-24 | Fix typo in previous. | mycroft |
| 1997-04-24 | If we fail to allocate a cluster to hold a large packet, simply | mycroft |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |
| 1996-10-21 | New bus.h implementation/interface: | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | - printf to kprintf, sprintf -> ksprintf | christos |
| 1996-08-03 | Two changes: | thorpej |
| 1996-05-12 | Use intr.h. | mycroft |
| 1996-05-07 | Changed struct ifnet to have a pointer to the softc of the underlying | thorpej |
| 1996-04-29 | - prototype fixes | christos |
| 1996-04-11 | update for addition of a machine-dependent cookie as the first argument | cgd |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1995-12-24 | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. | mycroft |
| 1995-08-05 | Count collisions and errors better. | mycroft |
| 1995-07-24 | Fix thinko in packet size diagnostic. | mycroft |
| 1995-07-24 | Fix typos. | mycroft |
| 1995-07-24 | Various cleanup: | mycroft |
| 1995-07-23 | Remove extra spls in el_init(). | mycroft |
| 1995-07-23 | Update prototypes. | mycroft |
| 1995-07-23 | Various: | mycroft |
| 1995-07-23 | Recode elread() and elget() like other drivers. | mycroft |
| 1995-06-12 | Remove check for if_addrlist == 0; if_attach() always puts one address on | mycroft |
| 1995-06-09 | Add missing `break;'s. | mycroft |
| 1995-04-17 | clean up several ISA device interfaces: autoconfiguration, header | cgd |
| 1995-04-11 | Sync with the rest of the world. | mycroft |
| 1995-01-29 | lip service to making ISA support machine-independent. This is the first | cgd |
| 1995-01-03 | Add interrupt sharing types. | mycroft |
| 1994-12-10 | Fix format of attach message. | mycroft |
| 1994-11-18 | Convert port, IRQ, and DRQ numbers to ints. | mycroft |
| 1994-11-04 | No longer needs icu.h. | mycroft |
| 1994-11-03 | Update to match autoconfig code. | mycroft |