| Age | Commit message (Expand) | Author |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-01-15 | Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN | bouyer |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSID | lukem |
| 2001-07-18 | bcopy -> memcpy | thorpej |
| 2001-07-18 | bzero -> memset | 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 | make it compile without BROKEN_INDIRECT_CONFIG | drochner |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-10-19 | Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before | thorpej |
| 1997-10-15 | Add and/or update rnd_*() hooks | explorer |
| 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-17 | Add some prototypes, clean up some unused variables, and misc. other | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-03 | Oops, missed a couple of inb()s.. | thorpej |
| 1996-08-03 | Convert to use <machine/bus.h>, plus 2 bug fixes: | 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-11 | update for addition of a machine-dependent cookie as the first argument | cgd |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1996-01-10 | Make it a tad more obvious that this is a 3c505 driver. | hpeyerl |
| 1995-12-24 | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. | mycroft |
| 1995-07-24 | Fix thinko in packet size diagnostic. | mycroft |
| 1995-07-24 | Fix typos. | mycroft |
| 1995-07-24 | Various cleanup: | mycroft |