| Age | Commit message (Expand) | Author |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-02-05 | It seems the LAN Adapter on dreamcast actually uses slow 150ns SRAM, | tsutsui |
| 2002-12-24 | If the chip is in byte access mode for system bus, we should set | tsutsui |
| 2002-11-30 | More cleanup of MI mb86960 driver: | tsutsui |
| 2002-10-04 | - Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROM | tsutsui |
| 2002-09-29 | Fix chip identification bit definitions in DLC7 register, | tsutsui |
| 2002-09-28 | Remove unused FE_VERSION and FE_REG_VERSION. | tsutsui |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-07-07 | bcopy -> memcpy, strcpy | thorpej |
| 2001-07-07 | bcmp -> memcmp | thorpej |
| 2001-06-12 | retrieve, not retreive | wiz |
| 2001-01-20 | consistently use FE_DEBUG (DEBUG was used a couple of places where it | lukem |
| 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-08-09 | %b -> bitmask_snprintf() | tv |
| 2000-05-29 | For all network drivers that call ether_ifattach(), and also | jhawk |
| 2000-05-12 | Use ether_crc32_le(). | thorpej |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-02-02 | Unhook the entropy source on detach. | enami |
| 2000-02-02 | Add detach support. | enami |
| 1999-09-13 | Merge in NetBSD/sh3 from cvs.kame.net repository. | itojun |
| 1999-06-23 | In xxx_mediachange(), if there is no callback to the front-end, just | abs |
| 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 |
| 1999-02-17 | Avoid initializing the interface in the SIOCSIFFLAGS if ! UP and ! RUNNING. | thorpej |
| 1998-12-03 | Cast bus_space_{read,write}_multi arguments. | pk |
| 1998-11-18 | Now that the *_activate() functions don't do things which are attachment | thorpej |
| 1998-11-17 | Expose the "enable" and "disable" functions so that the front-ends can | thorpej |
| 1998-07-05 | defopt NS, NSIP. | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-03-29 | Oops; make the table const. | mycroft |
| 1998-03-29 | Use a 4-bit table to speed up the CRC even further, without increasing the | mycroft |
| 1998-03-29 | Optimize the address CRC routines a bit. | mycroft |
| 1998-03-22 | Split Fujitsu MB9696x based ethernet card driver into bus | enami |
| 1998-01-12 | Update for config changes. | thorpej |
| 1998-01-05 | RCSID Police. | perry |
| 1997-10-15 | Add and/or update rnd_*() hooks | explorer |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |
| 1996-10-17 | Appease the compiler: get rid of some unused variables, add some | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 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-04-08 | If we dequeue a packet due to excessive collisions, make sure we check | mycroft |
| 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 |