summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iavf.c
AgeCommit message (Expand)Author
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2022-03-11Constify struct cfattach.Martin Pieuchot
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-06-25bump the ifq maxlen like i just did for ixl(4).David Gwynne
2019-09-15Implement hardware vlan tagging. Packets delivered to virtual functionsJonathan Matthew
2019-08-07Handle VF resets. When the PF changes VF settings, the VF will be reset,Jonathan Matthew
2019-08-07Process admin queue responses in the interrupt handler, rather thanJonathan Matthew
2019-07-31Actually set promisc modes based on the interface stateJonathan Matthew
2019-07-30Update media type and status on link change events. Since we don't haveJonathan Matthew
2019-07-29Shut down queues properly when bringing the interface downJonathan Matthew
2019-07-29Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions.Jonathan Matthew