| 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-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-03-22 | Add a self-suspensor. It's not used, yet. | dyoung |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-09-15 | Simplify activation routines: don't call mii_activate(), it's a | dyoung |
| 2009-09-05 | Invert logic around nested pmf(9) registrations for readability. | tsutsui |
| 2008-12-03 | Fix typo in comment. | tsutsui |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-14 | - ansify | cegger |
| 2008-04-14 | pretty up if_ex: pmf'ify, device split, and improve printing a bit too. | spz |
| 2008-04-14 | ansify | cegger |
| 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 |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 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 |
| 2006-11-12 | Oops, I didn't notice the file had been updated and overwrote | itohy |
| 2006-11-12 | - In some rare cases, both Tx Complete and Dn Complete bits are set. | itohy |
| 2006-11-12 | Add a workaround for a hardware ip4csum-tx bug which would sometimes put | tsutsui |
| 2006-11-05 | Restart transmitter, not reset the entire chip, on transmission errors | itohy |
| 2006-11-04 | Preserve m_pkthdr.csum_flags in TX packets because | tsutsui |
| 2006-10-29 | Turn on PHY power earlier in the initialization. | itohy |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-05-21 | void casts to functions whose return values are ignored. | christos |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-23 | The previous change (to use bus_space_read_2), was broken because it was | christos |
| 2005-10-04 | PR/31455: Robert Elz: ex (905[BC]) cards can hang in -current kernels | christos |
| 2005-05-31 | revert previous and fix LLADDR instead. | christos |
| 2005-05-31 | use const cast. | christos |
| 2005-05-30 | - add missing const | christos |
| 2005-05-02 | split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx. | yamt |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-06 | Initialize 'error' in all cases in ioctl handler, otherwise it doesn't | skrll |
| 2005-02-06 | If the interface is up and running, only modify the receive filter | kim |
| 2005-02-04 | de-__P | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-09-28 | ex_add_rxbuf: use MRESETDATA macro. | yamt |
| 2004-07-02 | Fix PR 25788 by Arto Huusko using a cleaned up version of the provided patch. | bouyer |
| 2003-11-10 | Reading the (non-MII) media status if the card is not running yields | drochner |
| 2003-07-06 | actually do gather some randomness (if it's enabled) | jdolecek |
| 2003-06-05 | Some models of the 556B don't turn on the transmitter without magic | dogcow |
| 2003-05-09 | PR/13653: Onno van der Linden: Set tranceiver media properly. | christos |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2002-11-09 | Fix multicast handling on 3C905B or later card; | enami |
| 2002-10-22 | Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASK | fair |