| Age | Commit message (Expand) | Author |
| 2020-01-19 | Remove the de(4) driver, which has long since been supplanted by the | thorpej |
| 2020-01-06 | Protect ec_multicnt. | msaitoh |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 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-05-21 | - I think it's not required to test "#if defined(IFM_ETHER)" now. | msaitoh |
| 2019-04-24 | Remove extra test of SIOCSIFMEDIA. | msaitoh |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2019-01-08 | KNF. No functional change. | msaitoh |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 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-22 | Remove bpf_tap() call in rx. It's done in if_percpuq_softint(). | msaitoh |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2018-03-19 | s/been been/been/ in comment. | msaitoh |
| 2016-12-15 | Move bpf_mtap in Tx hardware intrrupt to if_start | ozaki-r |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-12-08 | Apply deferred if_start framework | 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 |
| 2014-05-18 | remove stray line accidentally committed. | christos |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2013-03-30 | remove trailing whitespace | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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-02-02 | Add missing parentheses, found by cppcheck and reported by | wiz |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-05-12 | use device_private(). | cegger |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-29 | Merge patch from PR 12605, which tidies up allocation of transmit DMA maps. | dholland |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-04-10 | 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-09-01 | Change a bazillion occurrences of code resembling this, | 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-10-24 | add zero initializers to make that compile again | drochner |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-05-15 | Move the lmc match test in the right place (not in the bsdi match). From | christos |
| 2006-04-20 | Put back the code that avoids matching the lmc card. As pointed out by David | christos |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-06 | Remove the "don't match lmc cards" test, because the lmc driver returns a | christos |