| Age | Commit message (Expand) | Author |
| 2013-06-09 | Don't "return" but "break" in MII_TICK when the interface isn't doing | msaitoh |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 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-09-22 | Remove some more unnecessary casts. | tsutsui |
| 2009-09-18 | Use the common ether_crc32_le() function for multicast hash. | tsutsui |
| 2009-09-18 | Misc KNF. | tsutsui |
| 2009-09-18 | Make local functions static. | tsutsui |
| 2009-09-18 | Use uint8_t pointers for TX/RX buffers to avoid extra pointer casts. | tsutsui |
| 2009-09-18 | Adjust attach messages. | tsutsui |
| 2009-09-18 | Split device_t/softc. | tsutsui |
| 2009-09-18 | Make be(4) is properly initialized at the first ifconfig(8) command: | tsutsui |
| 2009-09-18 | - use device_private(), proper types and variables for device_t/softc | tsutsui |
| 2009-09-17 | Remove struct sbusdev and related functions sbus_establish() and sbusreset(). | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 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-26 | move callout_init(sc->sc_tick_ch) before we're trying to callout_stop() | macallan |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-05-04 | mii_dev is a device_t now. | xtraeme |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | fix fallout from caddr_t changes. | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-05 | ETHERCAP_VLAN_MTU is a flag for ec_capabilities, the size of the 802.1q | bouyer |
| 2005-02-04 | de-__P | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-05-04 | Fix incorrect diagnostic. | pk |
| 2004-03-17 | Rename PROM_getprop*() => prom_getprop*(). | pk |
| 2004-03-15 | Replace myetheraddr() by prom_getether(). | pk |
| 2003-10-16 | Enable VLAN encapsulation. | pk |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-12-10 | Remove the `flags' argument from bus_intr_establish(). | pk |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-08-23 | Use the structures defined in bsd_openprom.h for "reg", "range", | thorpej |
| 2002-05-22 | bcmp -> memcmp. | wiz |
| 2002-03-20 | Get rid of unnecessary BUS_SPACE_MAP_LINEAR. | eeh |