| Age | Commit message (Expand) | Author |
| 2022-05-23 | Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci; | rin |
| 2022-05-03 | fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-05-08 | Use pci_compatible_match(). | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-07-02 | prop_data_data_nocopy -> prop_data_value | msaitoh |
| 2020-02-24 | 0x%p --> %p for non-external codes. | rin |
| 2020-01-30 | Adopt <net/if_stats.h>. | thorpej |
| 2019-12-27 | s/is is/is/ in comment. | msaitoh |
| 2019-11-28 | localify | maxv |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-06-03 | KNF. No functional change. | msaitoh |
| 2019-06-03 | Make new sk_unreset_{xmac,yukon}() and use them in sk_attach(). | msaitoh |
| 2019-05-30 | Simplify MII structure initialization and reference. No functional change. | 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-11 | Fix a bug that the duplex of manual media setting may be wrong | msaitoh |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2019-01-08 | Whitespace fix. No functional change. | msaitoh |
| 2019-01-08 | u_int{8,16,32,64}_t -> uint{8,16,32,64}_t. No functional change. | msaitoh |
| 2018-11-15 | Remove the 'copy' argument from m_devget(), unused. While here rename | maxv |
| 2018-07-04 | use pci_intr_establish_xname() | jdolecek |
| 2018-07-03 | attach the rnd source only once even with dual-port adapters | jdolecek |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-12 | move SK_HASH_BITS to if_skreg.h and reuse in if_msk.c (from OpenBSD) | jdolecek |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-12-14 | Tidy up and make it look like the other drivers. | christos |
| 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-12-10 | don't give up on mii tick before the interface is marked up. | christos |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-09-13 | #ifdef a variable like their use | martin |
| 2013-06-11 | Remove an extra mii_pollstat() call. The PHY status should be updated | msaitoh |
| 2013-03-30 | remove trailing whitespace | christos |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-05-29 | The Genesis interface provides a register in the device specific config space | phx |
| 2010-07-26 | Add PAE to ALL kernel, so that most paddr_t format string errors get caught | jym |
| 2010-05-16 | Make netboot generate a BTINFO_NET bootinfo node for the Synology sk(4) NIC. | phx |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 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-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |