| Age | Commit message (Expand) | Author |
| 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-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-08-01 | Cleanup foo_match(). | kiyohara |
| 2010-07-11 | Add macro MVA_{UNIT,OFFSET,IRQ}_DEFAULT. | kiyohara |
| 2010-04-28 | Clean up gt and peripherals. | kiyohara |
| 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-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-06-10 | Avoid the effects of name space pollution caused by <sys/rb.h>, | he |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 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-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-07 | Cast to char* and int before doing pointer arithmetic. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-01 | Allow the driver to allocate needs resources on attach and not free | matt |
| 2005-01-30 | Eliminate use of M_HASFCS. | thorpej |
| 2003-08-05 | Try to drain the Tx pending queues after dealing with Rx/Tx interrupts. | scw |
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem |
| 2003-06-12 | Always pass BUS_DMA_COHERENT to bus_dmamem_map() when allocating | scw |
| 2003-04-30 | Update inptr *after* we do the dmasync. | matt |
| 2003-04-30 | Fix overrun of TX buffer dmamap. | matt |
| 2003-04-10 | When attaching, make sure the "Reject Broadcast Mode", "Promiscuous Mode" | scw |
| 2003-04-08 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-08 | Deal with discovery strangeness/timing issue. Sometimes the Ownership bit | matt |
| 2003-03-24 | Update bpf interface to current. Make output buffers aligned to a | matt |
| 2003-03-18 | remove some unneeded code. | matt |
| 2003-03-17 | Use a subregion for the mac's ethernet registers. Shaves 512 bytes | matt |
| 2003-03-16 | Cleanup. Move much of the code to bus_space instead of using | matt |
| 2003-03-05 | Add preliminary support Marvell (Galileo) Discovery System Controllers. | matt |