| Age | Commit message (Expand) | Author |
| 2022-05-23 | Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci; | rin |
| 2021-09-23 | ena: fix packet reordering issue | jmcneill |
| 2021-09-16 | fix typos in word "successfully", mainly s/succesfully/successfully/. | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-07-19 | Various ena(4) bug fixes, from KUSABA Takeshi <t-kusaba@iij.ad.jp>: | jmcneill |
| 2021-07-01 | port-evbarm/56274: no network on ec2 arm64 9.99.85 | jmcneill |
| 2021-01-23 | kern/55942: destroyed ena(4) evcnts cause panic | jmcneill |
| 2021-01-18 | Trailing whitespace | skrll |
| 2020-08-03 | port-arm/55532: kernel panic with ena on AWS a1.2xlarge | jmcneill |
| 2020-03-03 | replace #if condition for irq_slot with __diagused on the cleanup path | jdolecek |
| 2020-02-24 | 0x%p --> %p for non-external codes. | rin |
| 2020-02-07 | Use callout_setfunc() / callout_schedule(). | thorpej |
| 2020-02-04 | Use ifmedia_fini(). | thorpej |
| 2020-02-01 | Use atomic_load/store_* in ena(4), not questionable membar_sync. | riastradh |
| 2019-12-02 | Use PCI_MSIX_"TBL"BIR_MASK instead of PCI_MSIX_"PBA"BIR_MASK for MSI-X table. | msaitoh |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-18 | s/initalize/initialize/ in comment or printf message. | msaitoh |
| 2019-08-01 | If the memory space's BAR and the MSI-X table is on the same BAR, | msaitoh |
| 2019-05-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-04-26 | Remove duplicated inclusion of sys/bus.h. | msaitoh |
| 2019-01-23 | Fix no options DEBUG nor DIAGNOSTIC build | ryoon |
| 2018-12-22 | remove needless parens, makes clang happy | roy |
| 2018-11-30 | Get this driver into a functional state. | jmcneill |
| 2018-11-30 | workqueue and callout fixes | jmcneill |
| 2018-11-28 | Add calls to if_attach and if_deferred_start_init | jmcneill |
| 2018-11-28 | Our softc is the private data of self, not parent. Spotted by mlelstv@ | jmcneill |
| 2018-11-28 | whitespace fix, NFC | jdolecek |
| 2018-11-28 | Adapt ena_rx_checksum() to NetBSD. | bad |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-16 | make ena(4) compile, with best efford exercised to convert code to NetBSD | jdolecek |
| 2018-06-01 | Fix M_PKTHDR use in if_alc, if_age and if_ena. | maxv |
| 2018-05-19 | Intermediate changes to make it further into actually at least compile, not n... | jdolecek |
| 2018-05-19 | Import source for FreeBSD Amazon Elastic Network Adapter (ENA) NIC driver | jdolecek |