| Age | Commit message (Expand) | Author |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. (This driver never even set it.) | thorpej |
| 2021-07-31 | s/threshhold/threshold | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2020-02-04 | Use ifmedia_fini(). | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-05-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | -No functional change: | msaitoh |
| 2019-04-26 | No functional change: | msaitoh |
| 2019-04-25 | No functional change: | msaitoh |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2017-03-07 | Apply deferred if_start (from maya@) | 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-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-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-01 | Simplify the device activation routine. | dyoung |
| 2009-09-22 | Make local functions static. | tsutsui |
| 2009-09-22 | Fix possible endian issue. Untested. | tsutsui |
| 2009-09-22 | Split device_t/softc. Tested only on cs at ofisa on shark. | tsutsui |
| 2009-09-22 | - replace shutdownhook_establish(9) with pmf_device_register1(9) | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-03-18 | Fix eeprom == NULL and size test. | chris |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | - add missing const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-07-04 | Add the optional ability to parse the cs's eeprom data structure. I've made | chris |
| 2004-04-10 | Don't set M_HASFCS. Rather than just print we got a bad packet length, | matt |
| 2004-03-24 | Set the M_HASFCS flag on received traffic. | matt |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-02 | guarantee, not guarentee. Idea from miod@openbsd. | wiz |
| 2003-01-06 | interrupt with two rs. | wiz |
| 2002-05-21 | Make it possible to override the way register access is done. | augustss |
| 2002-05-14 | ANSIfy. | augustss |
| 2002-04-18 | * Fix the CS_IS_ENABLED() logic so that it actually evaluates to | thorpej |
| 2002-02-10 | point sequioa.h to new location | pooka |