| Age | Commit message (Expand) | Author |
| 2022-05-29 | Audit unload/unmap v.s. free against DMA buffer for sys/dev; | rin |
| 2020-03-12 | Add support for MBUFTRACE. | thorpej |
| 2020-02-10 | Restore an register read for RX_FRAMES_OK which was removed in rev. 1.133. | msaitoh |
| 2020-02-07 | Use callout_setfunc() / callout_schedule(). | thorpej |
| 2020-02-04 | Use ifmedia_fini(). | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-10-30 | if_percpuq(9) automatically increments if_ipackets, so don't add number of | msaitoh |
| 2019-09-13 | if_flags is neither int nor short. It's unsigned short. | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | Whitespace fix (mainly tabify). | msaitoh |
| 2019-05-23 | No functional change: | msaitoh |
| 2019-04-22 | On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass to | msaitoh |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-23 | constify | maxv |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2017-02-20 | Apply deferred if_start to more drivers | ozaki-r |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 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 |