| Age | Commit message (Expand) | Author |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-18 | Remove unused macro definition (the NetBSD version would just not go | pooka |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-03-29 | Merge patch from PR 12605, which tidies up allocation of transmit DMA maps. | dholland |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-05-22 | Delete non-illuminating #ifdef-OTHER_OPERATING_SYSTEM code that | dyoung |
| 2007-03-04 | Fix caddr_t fallout for cats kernel builds. | chris |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-22 | Use C99 initializers where needed. | uebayasi |
| 2006-05-29 | gcc4 found that it can't store | drochner |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-11 | White space nit- don't put a space before/after increment/decrement | simonb |
| 2002-10-01 | Remove uneecessary extern decl of de_ca. | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2001-06-13 | withough -> without | wiz |
| 2000-05-03 | `typedef void ifnet_ret_t;' isn't valid C -- use #define, instead. | thorpej |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-01-15 | Fixes for 21143 and MII in full-duplex mode. | matt |
| 1999-04-01 | Fix typo. (From PR 7027) | tsubai |
| 1998-09-29 | Invert the RXCOPY test. Note that most new platforms will not | matt |
| 1998-09-15 | Fix a problem where txput could "lose" dmamaps if it couldn't actually | matt |
| 1998-09-15 | This commit fixes two bugs in the de driver. The first is that the | matt |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-05-25 | Define TULIP_COPY_RXDATA for arm32 as well as alpha. | mark |
| 1998-02-11 | Don't try to dynamically create and destroy DMA maps. Instead, keep | thorpej |
| 1998-02-07 | Create RX DMA maps with ALLOCNOW. These maps are essentially always | thorpej |
| 1998-02-07 | Use BUS_DMA_NOWAIT where appropriate. Don't create DMA maps with | thorpej |
| 1998-02-06 | A version of the de driver which does bus_dma. Note that it has not been | matt |
| 1997-10-20 | 21142 / 21143 chips always use ISVSROM format. (print out message is | matt |
| 1997-10-16 | Fix pr's port-i386/4127 kern/4190 kern/3700. | matt |
| 1997-10-15 | Fix media/console interaction problem on Alpha. Fix 21142/21143 problems | matt |
| 1997-10-15 | Add and/or update rnd_*() hooks | explorer |
| 1997-10-13 | o Make usage of /dev/random dependant on | explorer |
| 1997-10-10 | Add hooks to insert timing info into the random system | explorer |
| 1997-08-25 | Add RCS tags that got lost. | thorpej |
| 1997-08-25 | Merge with 970703 snapshot of Matt Thomas's de driver. | thorpej |
| 1997-07-19 | don't expect/provide pci_decompose_tag to be a MI, public function. It | cgd |
| 1997-06-08 | Put back Matt Thomas's revision ID, per PR 3723, submitted by | thorpej |
| 1997-06-06 | Clean up conflicts during merge (thomas de-970603) | mellon |
| 1997-05-07 | Merge 970327 "de" update. | thorpej |
| 1997-04-13 | clean up space/tag comments | cgd |
| 1997-03-26 | Resolve conflicts from merge. | thorpej |
| 1997-03-23 | Resolve conflicts from merge. | veego |
| 1997-03-19 | Resolve conflicts from merge. | thorpej |
| 1997-03-17 | Resolve conflicts from merge. | thorpej |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |