| Age | Commit message (Expand) | Author |
| 2023-05-26 | Fix potential null dereference by simply adding last_gd != NULL check | andvar |
| 2023-05-26 | include arm/arm32/pte.h to gemini_ipm.c to fix GEMINI_MASTER/SLAVE config bui... | andvar |
| 2023-04-21 | Trailing whitespace | skrll |
| 2022-09-27 | Remove unnecessary sys/malloc.h include | skrll |
| 2022-09-17 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-09-17 | Eliminate use of IFF_OACTIVE. (In this driver, it was set in one | thorpej |
| 2022-08-20 | gpn_ifstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-08-20 | gmc_ifstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-06-25 | Remove GIC_SPLFUNCS. | jmcneill |
| 2022-03-03 | arm: Use device_set_private for various drivers. | riastradh |
| 2021-09-30 | More catching up with spl changes. | skrll |
| 2021-09-19 | s/Plese/Please/ in comment, and fix an article in obio_wdc.c comment. | andvar |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-08-09 | fix various typos in comments and messages. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-20 | malloc(9) -> kmem(9) | thorpej |
| 2020-09-26 | G/C arm/atomic.h | skrll |
| 2020-07-07 | Overhaul the interface to pci_configure_bus(): | thorpej |
| 2020-06-14 | replace EX_NOWAIT with EX_WAITOK in device attach methods. | chs |
| 2020-02-04 | Trailing whitespace | skrll |
| 2020-02-04 | Adopt <net/if_stats.h> | skrll |
| 2020-02-01 | Adopt <net/if_stats.h>. | thorpej |
| 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-08-30 | Don't dereference pointer when we're about to panic because it's null. | riastradh |
| 2019-06-03 | Fix typo in comment (s/seperate/separate/). | msaitoh |
| 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 | 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-04-26 | No functional change: | msaitoh |
| 2019-04-22 | On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass to | msaitoh |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2019-01-08 | no need to include <machine/param.h> if <sys/param.h> already included | jdolecek |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-11-16 | Add intr_establish_xname support to arm and expose it to intrctl | jmcneill |
| 2018-09-21 | Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR into | skrll |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-05-09 | Remove nonsensical KASSERT. | maxv |
| 2018-04-26 | Fix inverted arguments in m_gethdr(). | maxv |
| 2018-04-09 | Stop potential misuse of vendor names and USB vendor IDs in root hub | jakllsch |
| 2018-03-16 | use designated initializer to make adaptability and flexibility for changing ... | ryo |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-07 | adapt the rest of wdc attachments for NCQ branch merge | jdolecek |
| 2017-06-25 | NULL deref, found by Mootja; not sure how to fix it, so just add a big XXX | maxv |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-03-28 | Avoid touching a mbuf after enqueuing it | ozaki-r |