| Age | Commit message (Expand) | Author |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-09-16 | Do not count ipackets twice. From Dave Barnes in PR port-i386/26906. | martin |
| 2003-01-15 | Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN | bouyer |
| 2002-12-21 | Move dp8390_debug to the #ifdef DEBUG section. | kristerw |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-08-09 | There is no need to use M_EOR here. | thorpej |
| 2001-07-07 | bcopy -> memcpy, strcpy | thorpej |
| 2001-07-07 | bcmp -> memcmp | thorpej |
| 2001-02-12 | Add a "stop_card", which is the opposite of "init_card", and | thorpej |
| 2001-02-12 | Print the Ethernet address before attaching media. | thorpej |
| 2001-02-12 | Adjust the way that media is initialized on DP8390-compatible | thorpej |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-10-17 | Support ETHERCAP_VLAN_MTU. It seems the chip doesn't check the frame size. | bouyer |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-05-29 | For all network drivers that call ether_ifattach(), and also | jhawk |
| 2000-05-12 | Use ether_crc32_be(). | thorpej |
| 2000-03-22 | Make IPKDB working again. | ws |
| 2000-03-22 | Add bus_space_barrier. | ws |
| 2000-02-09 | ASIX AX88190 support (Planex FNW-3700-T and Melco LPC3-TX) from FreeBSD/PAO3. | enami |
| 2000-02-09 | - Since all resources are mandatory, no need to manage individually. | enami |
| 2000-02-02 | handle attach failure in ne/pcmcia more carefully. (otherwise we'll | itojun |
| 2000-02-02 | use a bit more standard (sys/device.h) prototype for {dp8390,ne2000}_detach(). | itojun |
| 2000-02-02 | - Check also DVF_ACTIVE bit in dp8390_intr. | enami |
| 2000-02-02 | implement if_detach code for ne/pcmcia. | itojun |
| 1999-09-27 | Support Planex Communications Inc, FNW-3600-T. | enami |
| 1999-08-25 | When padding short packets on transmit, don't include the CRC length | thorpej |
| 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 |
| 1999-02-07 | Add entropy gathering. | thorpej |
| 1998-12-12 | Slight simplification to previous. | mycroft |
| 1998-12-11 | Simplify the code dealing with the mbuf chain in dp8390_get(). | bad |
| 1998-12-11 | Change a comment to reflect reality. | bad |
| 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-11-12 | If we get a TX interrupt with no packets buffered, ignore it. This can occur | mycroft |
| 1998-07-05 | defopt NS, NSIP. | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-01-27 | Fudge the start of the data pointer of the first mbuf in the chain when | thorpej |
| 1997-11-03 | Fix a think'o in ifmedia initialization. | thorpej |
| 1997-11-02 | Fix a serious problem in dp8390_write_mbuf(), noticed by Jason Thorpe: | scottr |