summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_iavf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement hardware vlan tagging. Packets delivered to virtual functionsjmatthew2019-09-151-4/+25
* Handle VF resets. When the PF changes VF settings, the VF will be reset,jmatthew2019-08-071-29/+168
* Process admin queue responses in the interrupt handler, rather thanjmatthew2019-08-071-41/+26
* Actually set promisc modes based on the interface statejmatthew2019-07-311-2/+11
* Update media type and status on link change events. Since we don't havejmatthew2019-07-301-48/+50
* Shut down queues properly when bringing the interface downjmatthew2019-07-291-25/+28
* Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions.jmatthew2019-07-291-0/+2603