| Age | Commit message (Expand) | Author |
| 2023-05-10 | xirc(4): Use config_detach_children. | riastradh |
| 2023-05-10 | pcmcom(4): Use config_detach_children. | riastradh |
| 2023-05-10 | mhzc(4): Use config_detach_children. | riastradh |
| 2023-01-20 | s/attemping/attempting/ in comment. | msaitoh |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2021-12-08 | fix various typos in comments and log messages. | andvar |
| 2021-11-10 | s/endianess/endianness/ | msaitoh |
| 2021-10-17 | regen | andvar |
| 2021-10-17 | s/Versin/Version/ | andvar |
| 2021-10-05 | Advertise ATAC_CAP_DATA32 also for memory-mapped mode. | rin |
| 2021-10-05 | Do not establish the unused interrupt handler for memory-mapped mode, | rin |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-02-04 | Use ifmedia_fini(). | thorpej |
| 2020-02-02 | - Adopt <net/if_stats.h>. | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2020-01-19 | Remove Token Ring support. | thorpej |
| 2020-01-06 | Protect ec_multicnt. | msaitoh |
| 2019-12-27 | s/enty/entry/ in comment. | msaitoh |
| 2019-12-06 | localify | maxv |
| 2019-11-28 | localify | maxv |
| 2019-11-12 | Add missing initialization of sc_dev. | msaitoh |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-30 | ether_input() automatically add input bytes to if_ibytes, so it's not | msaitoh |
| 2019-10-21 | if_percpuq(9) automatically increments if_ipackets, so don't increment it in | msaitoh |
| 2019-10-11 | Delete unused var (made redundant in previous commit). Unbreak build. | kre |
| 2019-10-10 | if we can memcpy to body->macaddr, we can memcpy from it. | bad |
| 2019-10-05 | add missing break. | mrg |
| 2019-09-01 | add PCMCIA_CISTPL_SDIO definition. | mlelstv |
| 2019-05-28 | s/recieve/receive/ | 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-05-23 | No functional change: | msaitoh |
| 2019-04-22 | These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA and | msaitoh |
| 2019-04-06 | s/pcmica/pcmcia/ | msaitoh |
| 2019-03-05 | Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes | msaitoh |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | 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 | u_int{8,16,32}_t -> uint{8,16,32}_t. No functional change. | msaitoh |
| 2019-01-08 | Whitespace fix. | msaitoh |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-11-15 | Remove the 'copy' argument from m_devget(), unused. While here rename | maxv |
| 2018-09-22 | Remove isic(4). It is part of ISDN, which we are now retiring. | maxv |
| 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 |