| Age | Commit message (Expand) | Author |
| 2011-07-02 | listen to GCC 4.5 and change "!!x | y" into "(!!x) | y". | mrg |
| 2011-06-03 | Split device_t/softc of i82586. No crash on TME emulating sun2. | tsutsui |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-08-27 | Constify: use CLLADDR() instead of LLADDR() wherever possible. | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | - add missing const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-09-14 | Remove duplicate lines. | junyoung |
| 2003-01-27 | Ops, initialise len before using it. | bouyer |
| 2003-01-15 | Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN-ETHER_CRC_LEN | bouyer |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-06-14 | Use M_IFMADDR instead of M_IPMADDR. From John Franklin, kern/16251. | thorpej |
| 2001-11-26 | Added macros for the bits in the SYSBUS byte, and macros | fredette |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-11-13 | cleanup RCSID | lukem |
| 2001-07-07 | bcopy -> memcpy, strcpy | thorpej |
| 2001-07-07 | bcmp -> memcmp | thorpej |
| 2001-04-09 | ether_ioctl() expects i82586_init() to return an errno. Have it do so | bjh21 |
| 2001-03-10 | add 'why' argument to the channel attention hook function; this argument | jdolecek |
| 2001-03-10 | improve the error messages for IE_TDR_OPEN & IE_TDR_SHORT | jdolecek |
| 2001-01-22 | Patch from PR kern/8001, submitted by Rafal Boni. | bjh21 |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-04 | Invert the sense of i82586_init()'s return value so that | scw |
| 2000-11-02 | Remove unnecessary includes. | bjh21 |
| 2000-11-02 | Convert to using ether_ioctl(). | bjh21 |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-05-11 | Fixes from PR 9838: | bjh21 |
| 2000-03-30 | Remove register declarations. | augustss |
| 1999-08-23 | Disable inclusion of debugging code by default. | pk |
| 1999-08-23 | Do not report "spurious interrupts"; this is a relic of the PC-only | pk |
| 1999-06-23 | In xxx_mediachange(), if there is no callback to the front-end, just | abs |
| 1999-05-21 | Since we're now prepending the ethernet header to mbuf on incoming | pk |
| 1999-05-18 | Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() | thorpej |