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_iavf.c
Age
Commit message (
Expand
)
Author
2024-07-10
use better endian swaps for populating the irq map request
Jonathan Matthew
2024-07-10
iaq_datalen is 16 bits, so always use htole16 to populate it
Jonathan Matthew
2024-07-10
as per if_ixl.c r1.88, protect the admin queue with a muteX
Jonathan Matthew
2024-07-09
netlock is no longer held for SIOCSIFMEDIA and SIOCGIFMEDIA, so rely on
Jonathan Matthew
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-06-25
bump the ifq maxlen like i just did for ixl(4).
David Gwynne
2019-09-15
Implement hardware vlan tagging. Packets delivered to virtual functions
Jonathan Matthew
2019-08-07
Handle VF resets. When the PF changes VF settings, the VF will be reset,
Jonathan Matthew
2019-08-07
Process admin queue responses in the interrupt handler, rather than
Jonathan Matthew
2019-07-31
Actually set promisc modes based on the interface state
Jonathan Matthew
2019-07-30
Update media type and status on link change events. Since we don't have
Jonathan Matthew
2019-07-29
Shut down queues properly when bringing the interface down
Jonathan Matthew
2019-07-29
Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions.
Jonathan Matthew