aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-26ixgbevf: convert to use netdev_for_each_mc_addrJiri Pirko3-37/+15
2010-03-24net/intel: remove trailing space in messagesFrans Pop1-1/+1
2010-03-22ixgbevf: Message formatting fixupJoe Perches1-3/+3
2010-03-19ixgbevf: Message formatting cleanupsGreg Rose1-2/+2
2010-03-19ixgbevf: Shorten up delay timer for watchdog taskGreg Rose1-1/+1
2010-03-19ixgbevf: Fix VF Stats accounting after resetGreg Rose3-38/+78
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-01-28netdev: remove HAVE_ leftoversAlexey Dobriyan1-18/+0
2010-01-23ixgbevf: Fix IPv6 GSO type checksJeff Kirsher1-1/+1
2010-01-23ixgbevf: Tell network stack to stop tx when the VF detects PF resetGreg Rose1-0/+2
2010-01-23ixgbevf: Fix panics in the VF driverGreg Rose1-4/+20
2010-01-23ixgbevf: Take action when the PF notifies the VF it is resetting.Greg Rose1-0/+7
2010-01-10ixgbevf: Driver MakefileGreg Rose1-0/+38
2010-01-10ixgbevf: Driver main and ethool interface module and main headerGreg Rose3-0/+4605
2010-01-10ixgbevf: Mailbox communicationGreg Rose2-0/+441
2010-01-10ixgbevf: 82599 Virtual Function core functions and headerGreg Rose2-0/+555
2010-01-10ixgbevf: Macros, data structures, useful defines and registersGreg Rose2-0/+377