| Age | Commit message (Expand) | Author |
| 2003-11-08 | Define all members in TX/RX DMA descriptors as u_int32_t and use proper shift | tsutsui |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2003-01-13 | For short (< ETHER_MIN_LEN) packets, supply a zero'd buffer for the extra | bouyer |
| 2002-11-07 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-10-22 | Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASK | fair |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-07-23 | Make sure to initialize the all Rx descriptors properly in *_init() | thorpej |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-07-07 | bcmp -> memcmp | thorpej |
| 2001-06-12 | Don't need INET or NS includes here. | thorpej |
| 2001-05-17 | increase the delay after PHY reset - it seems that mii register accesses | drochner |
| 2001-05-17 | support BNC interfaces (serial mode) as on the SMC9432BTX and 100FX | drochner |
| 2001-03-15 | Fix tyop in comments. | tsutsui |
| 2000-12-19 | Fix a problem with the ALTQ changes that can cause bogus memory | thorpej |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-11-08 | One more fix to multicast hash computation. Submitter confirms that | thorpej |
| 2000-10-18 | Looks like frame size isn't checked; just say we can do VLAN MTU. | bouyer |
| 2000-10-15 | Don't trim off the FCS, pass it up. | thorpej |
| 2000-10-11 | Use ether_ioctl(). | thorpej |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-05-26 | Don't use bcopy() to copy u_int16_t data to u_int8_t array. | tsutsui |
| 2000-05-12 | Oops! We actually want the *lower* 6 bits of the crc32 of the multicast | thorpej |
| 2000-05-12 | Use ether_crc32_le(). | thorpej |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-06 | No longer necessary to futz with ifp->if_baudrate here. | thorpej |
| 2000-03-06 | Remove redundant assignment. | enami |
| 2000-02-08 | Don't rely on the receive descriptor's BCAST/MCAST status bits. Test the | thorpej |
| 2000-02-02 | Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass | thorpej |
| 2000-02-02 | Bring some order to the chaos which was the MII code function naming | thorpej |
| 1999-11-12 | Call mii_down() as appropriate. | thorpej |
| 1999-11-04 | Adapt to mii_phy_probe() change. | thorpej |
| 1999-08-27 | - Include the RXE (receive error) interrupt in the interrupt enable mask, | thorpej |
| 1999-08-25 | When padding short packets on transmit, don't include the CRC length | thorpej |
| 1999-08-03 | Be a little nicer about memory usage: | thorpej |
| 1999-07-27 | Make this "should work" on big endian systems. | thorpej |
| 1999-06-18 | Fix that ANNOYING transmit timeout bug, caused by an unfortunate interaction | 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-18 | Fix the code in epic_attach() that frees resources when the attach fails. | thorpej |
| 1999-02-18 | Only do the multicast filter bug work-around if in 10Mbps mode. Also, | thorpej |
| 1999-02-17 | Change a straggling splimp -> splnet. | thorpej |
| 1999-02-13 | Make sure full-duplex is reflected in TXCON, and don't reset the interface | thorpej |
| 1999-02-12 | Cleanup of the EPIC/100 driver I did while hacking on the Rhine driver: | thorpej |
| 1998-10-05 | In epic_init(), attempt to start output on the interface once the interface | thorpej |
| 1998-08-11 | Adapt to new MII code. | thorpej |
| 1998-08-08 | Use splnet, not splimp. | mycroft |
| 1998-07-23 | Slight variation on last; be a bit more zealous about fixing up the | thorpej |