| Age | Commit message (Expand) | Author |
| 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/reister/register/ in comment. | msaitoh |
| 2019-12-27 | s/transfered/transferred/ | msaitoh |
| 2019-12-27 | s/manaul/manual/ in comment. | msaitoh |
| 2019-12-27 | s/suport/support/ | msaitoh |
| 2019-12-27 | s/like like/like/ in comment. | msaitoh |
| 2019-12-01 | Map the video RAM cacheable/prefetchable, it's very slow and this helps a bit. | ad |
| 2019-11-16 | PR port-i386/54701: deal with missing pmf platform keys. | martin |
| 2019-11-12 | Add missing initialization of sc_dev. | msaitoh |
| 2019-11-12 | Initialize sc_dev correctly to avoid null pointer dereference when | msaitoh |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-25 | Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU | martin |
| 2019-10-09 | Provide a better abstraction for the TPM interface. Report it in the ioctl. | maxv |
| 2019-10-09 | Add suspend support for TPM 2.0 chips. Check the TPM response also for 1.2 | maxv |
| 2019-10-08 | Improvements in tpm(4): | maxv |
| 2019-09-13 | if_flags is neither int nor short. It's unsigned short. | msaitoh |
| 2019-07-23 | Add IT8655 support. | msaitoh |
| 2019-07-10 | Identify Nuvoton NCT6798D correctly. It seems that the bit width of NCT6796D | msaitoh |
| 2019-06-22 | Revamp the TPM driver | maxv |
| 2019-06-08 | Clean get_props(). | isaki |
| 2019-05-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-29 | KNF. No functional change. | 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-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-04-25 | No functional change: | msaitoh |
| 2019-04-24 | Remove extra test for SIOCSIFMEDIA. | msaitoh |
| 2019-04-09 | Make it compilable with IX_DEBUG. | msaitoh |
| 2019-04-09 | KNF. No functional change. | msaitoh |
| 2019-04-09 | Make it compilable with EF_DEBUG. | msaitoh |
| 2019-04-09 | - Use the correct function name for the panic message. | msaitoh |
| 2019-04-09 | Make it compilable with AI_DEBUG. | msaitoh |
| 2019-04-09 | KNF. No functional change. | msaitoh |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2019-03-16 | Swap wrong ordered halt_input and halt_output (since rev1.1). | isaki |
| 2019-02-24 | Add missing FALLTHROUGH in isa/mcd.c | kamil |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2019-01-27 | Remove the satlink driver. It was disabled everywhere, had no man page and | maxv |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-09-22 | Remove isic(4). It is part of ISDN, which we are now retiring. | maxv |
| 2018-09-19 | Remove daic(4), it has never been functional. | 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 |
| 2018-06-23 | constify | maxv |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2018-05-29 | fix off-by-one in the mapping of the ISA DMA page registers, they actually | jdolecek |