summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ena.c
AgeCommit message (Expand)Author
2022-05-23Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci;rin
2021-09-23ena: fix packet reordering issuejmcneill
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-07-19Various ena(4) bug fixes, from KUSABA Takeshi <t-kusaba@iij.ad.jp>:jmcneill
2021-07-01port-evbarm/56274: no network on ec2 arm64 9.99.85jmcneill
2021-01-23kern/55942: destroyed ena(4) evcnts cause panicjmcneill
2021-01-18Trailing whitespaceskrll
2020-08-03port-arm/55532: kernel panic with ena on AWS a1.2xlargejmcneill
2020-03-03replace #if condition for irq_slot with __diagused on the cleanup pathjdolecek
2020-02-240x%p --> %p for non-external codes.rin
2020-02-07Use callout_setfunc() / callout_schedule().thorpej
2020-02-04Use ifmedia_fini().thorpej
2020-02-01Use 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-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
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-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-04-26 Remove duplicated inclusion of sys/bus.h.msaitoh
2019-01-23Fix no options DEBUG nor DIAGNOSTIC buildryoon
2018-12-22remove needless parens, makes clang happyroy
2018-11-30Get this driver into a functional state.jmcneill
2018-11-30workqueue and callout fixesjmcneill
2018-11-28Add calls to if_attach and if_deferred_start_initjmcneill
2018-11-28Our softc is the private data of self, not parent. Spotted by mlelstv@jmcneill
2018-11-28whitespace fix, NFCjdolecek
2018-11-28Adapt ena_rx_checksum() to NetBSD.bad
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-16make ena(4) compile, with best efford exercised to convert code to NetBSDjdolecek
2018-06-01Fix M_PKTHDR use in if_alc, if_age and if_ena.maxv
2018-05-19Intermediate changes to make it further into actually at least compile, not n...jdolecek
2018-05-19Import source for FreeBSD Amazon Elastic Network Adapter (ENA) NIC driverjdolecek