index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_aq_pci.c
Age
Commit message (
Expand
)
Author
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-10-01
Atlantic 2 hardware has a different layout for the TPS_DATA_TCT registers
Mark Kettenis
2023-09-19
avoid c99 for-scope variable decl
Jonathan Gray
2023-08-15
Replace a bunch of (1 << 31) with (1U << 31)
Miod Vallat
2023-05-02
Remove bogus newline in printf.
Mark Kettenis
2023-05-01
The built-in 10G Ethernet on Apple arm64 hardware does not have a MAC
Mark Kettenis
2023-04-24
Add initial support for Atlantic 2 hardware. Atlantic 2 has
Jonathan Matthew
2023-04-23
Adjust some printfs in the attach code path to make more sense,
Jonathan Matthew
2023-04-23
Prepare for adding Atlantic 2 support by renaming functions and defines
Jonathan Matthew
2022-05-25
As with if_em.c r1.350, and for the same reasons (arm64 systems with non
Jonathan Matthew
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-04-02
Add dmamap syncs for rings and mbufs, fixing occasional errors seen
Jonathan Matthew
2022-03-31
If we've created multiple queues, set up an RSS key and indirection table
Jonathan Matthew
2022-03-30
If enough MSI-X vectors are available, set up multiple tx and rx queues.
Jonathan Matthew
2022-03-26
Expand tx dma maps to allow packets up to the MTU limit to be transmitted.
Jonathan Matthew
2022-03-20
Enable interrupt moderation, targeting around 20k interrupts per second.
Jonathan Matthew
2022-03-15
Enable checksum offloads. The nic does all the work here, so we don't
Jonathan Matthew
2022-03-13
Enable vlan promisc and header stripping, and use vlan rx/tx offloads.
Jonathan Matthew
2022-03-12
Transmit segmented packets using multiple tx ring slots rather than
Jonathan Matthew
2022-03-11
Fix receive filter handling. Update the unicast mac address in the filter
Jonathan Matthew
2022-03-10
Invalidate the nic's rx descriptor cache when taking the interface up
Jonathan Matthew
2022-03-08
Handle rxrinfo ioctl.
Jonathan Matthew
2021-10-09
No need to enable bus mastering, it's already done for us.
Jonathan Matthew
2021-09-20
wire up bpf correctly
Jonathan Matthew
2021-09-20
pci_mapreg_map() will assign an address to the BAR if it doesn't have one
Jonathan Matthew
2021-09-02
aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters
Mike Larkin