| Age | Commit message (Expand) | Author |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-11 | Mask out (disable) gem interrupts on detach. | jdc |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-05 | Really prefer the external over the internal PHY by checking only that | jdc |
| 2009-12-04 | Properly detach phys | martin |
| 2009-12-04 | Only set 0x4FF in the transmit register for gigabit variants. Set 0x100 | jdc |
| 2009-12-04 | Fix a few nits in gem_detach: | martin |
| 2009-07-27 | Do a complete device_t/softc split for the PCI attachment. I have | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-03-16 | Fix a bug in calculation of checksum deduction: | tsutsui |
| 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-09-15 | Read the correct error status register on SBus cards. | jdc |
| 2008-05-04 | mii_dev is a device_t now. | xtraeme |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-11 | Prepare for PMF self-suspension: in the if_stop() methods, clear | dyoung |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2008-02-01 | Disable HW RX TCP4 checksums because it is buggy (it appears to only checksum | jdc |
| 2008-01-22 | Set the correct offset when using VLAN's. | jdc |
| 2008-01-22 | Also count excess or late collisions as output errors in gem_tint(). | jdc |
| 2008-01-20 | Fix Apple gigabit gem interfaces by restoring some of the code from r1.67, | jdc |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2008-01-05 | Add support for Sun PCI X1141A (SX fibre) cards, based on the GEM | jdc |
| 2007-12-31 | Extract common debugging code from gem_tint() and gem_start(), | dyoung |
| 2007-12-31 | In gem_tint(), synchronize the correct descriptors for a Tx packet: | dyoung |
| 2007-12-31 | gem_start() pads a Tx packet to the minimum ethernet frame length | dyoung |
| 2007-12-31 | gem_start() assigned last_txs, but never used it otherwise, so | dyoung |
| 2007-12-31 | Cosmetic: remove superfluous parentheses, shorten staircase. | dyoung |
| 2007-12-31 | Re-order operations to ensure that if defined(GEM_DEBUG) && IFF_DEBUG, | dyoung |
| 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-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-04-12 | Make the members of the descriptors volatile, because the NIC and | dyoung |
| 2007-04-12 | Use PRIx64 and PRIx32 format strings. Remark about lack of DMA | dyoung |
| 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-11-24 | Ooops - make it compile again. | martin |
| 2006-11-24 | In preparation for gem @ sbus: split the GEM registers into two halfs | martin |
| 2006-11-23 | Fix an obvious copy&pasto and make it compile with GEM_DEBUG. | martin |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-08-05 | 1st cut of Powermac G5 support (uses bridge mode). | sanjayl |
| 2006-05-26 | Clean up bogus whitespace | blymn |
| 2006-01-02 | Contribute to the rnd entropy pool (already attached as a source). | heas |
| 2005-12-11 | merge ktrace-lwp. | christos |