aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_sriov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-08ixgbe: limit VF access to network trafficAlexander Duyck1-2/+0
2010-12-24ixgbe: Add anti-spoofing feature supportGreg Rose1-2/+10
2010-12-24ixgbe: Warn on VF attempt to override Administratively set MAC/VLANGreg Rose1-11/+29
2010-11-16ixgbe: move adapter into pci_dev driver data instead of netdevAlexander Duyck1-2/+1
2010-11-15drivers/net/ixgbe: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-10-21ixgbe: update copyright infoEmil Tantilov1-1/+1
2010-10-14ixgbe: declare functions as staticEmil Tantilov1-8/+9
2010-07-05ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov1-3/+4
2010-06-15ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck1-12/+4
2010-06-03ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov1-10/+5
2010-05-06ixgbe: Streamline MC filter setup for VFsGreg Rose1-2/+11
2010-05-06ixgbe: Remove unneeded register writes in VF VLAN setupGreg Rose1-11/+0
2010-05-05ixgbe: Add support for VF MAC and VLAN configurationGreg Rose1-4/+100
2010-05-05ixgbe: Add boolean parameter to ixgbe_set_vmolrGreg Rose1-4/+7
2010-01-23ixgbe: Improve reset coordination between the PF and the VFGreg Rose1-0/+26
2010-01-10ixgbe: Add SR-IOV specific featuresGreg Rose1-0/+336