| Age | Commit message (Expand) | Author |
| 2013-09-15 | Comment out unused variable | martin |
| 2013-09-14 | GC unused functions and variables. | joerg |
| 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 |
| 2011-08-13 | Fix TLP_DEBUG after previous | jakllsch |
| 2011-08-13 | simplifying code, unconfuses gcc index calculation. | christos |
| 2011-07-09 | - add a routine to get the name of the card. | christos |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 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-12-04 | Oops, there was one mii_activate() call left. Delete it. | dyoung |
| 2009-09-05 | Invert logic around nested pmf(9) registrations for readability. | tsutsui |
| 2009-09-01 | aprint-ify | jmcneill |
| 2009-08-27 | Use *_FOREACH() routines instead of open-coding them. | dyoung |
| 2009-04-17 | change tlp_attach() to return an error code on failure. | cegger |
| 2009-04-17 | set dmamap to NULL when bus_dmamap_create() fails to prevent bus_dmamap_destr... | cegger |
| 2009-04-17 | device_t/softc split. Tested with tlp at pci | cegger |
| 2009-04-17 | use device_private | cegger |
| 2009-04-17 | struct device * -> device_t | cegger |
| 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 |
| 2008-03-23 | On preparing a setup packet, use proper byteswap ops and byte shift ops | tsutsui |
| 2008-03-23 | Ignore the Report on MII error bit if chip doesn't have MII. | tsutsui |
| 2008-03-11 | Prepare for PMF self-suspension: in the if_stop() methods, clear | dyoung |
| 2008-03-09 | Convert from shutdownhook/powerhook to PMF. | jmcneill |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2008-01-18 | Noisy printf | ad |
| 2007-12-29 | Fix typo in comments. | tsutsui |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-29 | s/NPBFILTER/NBPFILTER/ in some #endif comments. No functional change. | scw |
| 2007-08-27 | Constify. | 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-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-19 | Extract mac addresses on Phobos G100 boards. | rumble |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-08-30 | Phobos boards (my G130 at least) have a non-standard srom layout. Try to | rumble |
| 2006-05-26 | Clean up bogus whitespace | blymn |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-25 | Add support for the Conexant RS7112. From Frank Wille <frank@phoenix.owl.de>. | rpaulo |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-17 | Make tlp_idle() not be static, so that the newsmips version of the | he |
| 2005-07-08 | - Use ANSI function decls. | thorpej |
| 2005-06-23 | Add support for ASIX AX88140A/AX88141 chipsets using only | rpaulo |
| 2005-03-23 | Remove duplicate word in comment. From Rui Paulo in PR 29767. | wiz |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-06 | Initialize 'error' in all cases in ioctl handler, otherwise it doesn't | skrll |