| Age | Commit message (Expand) | Author |
| 2023-05-10 | mips: Use config_detach_children to reduce error branch bugs. | riastradh |
| 2022-09-29 | Remove unnecessary include of <sys/malloc.h>. | skrll |
| 2022-09-29 | Trailing whitespace | skrll |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-03-16 | s/watchog/watchdog in comment and log message, one wording fix in comment. | andvar |
| 2022-02-12 | Add inline functions to manipulate the klists that link up knotes | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-09-03 | s/existant/existent/ in comments and messages, plus few more similar fixes. | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-13 | fix typos in words "pointer" and s/fram /frame/ | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-04 | malloc(9) -> kmem(9) | thorpej |
| 2020-10-30 | c99 struct initializers | christos |
| 2020-03-10 | gcc thinks the static "led_index" could get out of range - not sure | martin |
| 2020-02-04 | Use ifmedia_fini(). | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-12-22 | Cleanup i2c bus acquire / release, centralizing all of the logic into | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-06-03 | Fix typo in comment (s/seperate/separate/). | msaitoh |
| 2019-05-29 | Fix compile error. | msaitoh |
| 2019-05-29 | No functional change: | msaitoh |
| 2019-05-29 | Whitespace fix. No functional change. | msaitoh |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2019-01-12 | Explicitly size the regmap array. | thorpej |
| 2019-01-11 | Simplify regmap initialization, and fix an regmap issue that | thorpej |
| 2018-12-08 | Remove the COM_REGMAP option -- just use it all the time. While here, | thorpej |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-04-09 | Stop potential misuse of vendor names and USB vendor IDs in root hub | jakllsch |
| 2017-02-20 | Apply deferred if_start to more drivers... | ozaki-r |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-10-05 | add support MT7628/MediaTek LinkIt Smart 7688 | ryo |
| 2016-10-05 | KNF; indent, spaces and tabs. | ryo |
| 2016-08-26 | Adjust evbmips_iointr to pass a clockframe pointer and use it for | skrll |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2014-04-30 | Remove cfg1 manip, moved elsewhere. | matt |
| 2014-04-30 | Fix a few more register definitions. | matt |
| 2014-04-30 | Instead of | matt |
| 2014-04-30 | comment a #endif | matt |
| 2014-04-30 | Add a static bus_space_handle_t for the core (sysctl) registers. | matt |
| 2014-04-29 | Stub for PCI/PCIe support for RT3883/MT7620 | matt |
| 2014-04-29 | Clean these up and move some defines to ralink_reg.h | matt |
| 2014-04-29 | More MT7620 definitions | matt |
| 2014-04-19 | Add PCI register definitions | matt |
| 2014-03-26 | kill sprintf | christos |
| 2014-03-12 | remove some dead code, avoid set but unused variables. | mrg |