summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: use DMA API instead of PCI DMA functionsNick Nunley2010-04-271-33/+35
* ixgbevf: Fix link speed displayGreg Rose2010-04-272-6/+9
* drivers: net: use skb_headlen()Eric Dumazet2010-04-141-1/+1
* drivers: net: last_rx eliminationEric Dumazet2010-04-131-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-112-0/+2
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-1/+2
|\ \ | |/
| * ixgbevf: Fix signed/unsigned int errorGreg Rose2010-03-261-1/+2
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | ixgbevf: convert to use netdev_for_each_mc_addrJiri Pirko2010-03-263-37/+15
* | net/intel: remove trailing space in messagesFrans Pop2010-03-241-1/+1
* | ixgbevf: Message formatting fixupJoe Perches2010-03-221-3/+3
|/
* ixgbevf: Message formatting cleanupsGreg Rose2010-03-191-2/+2
* ixgbevf: Shorten up delay timer for watchdog taskGreg Rose2010-03-191-1/+1
* ixgbevf: Fix VF Stats accounting after resetGreg Rose2010-03-193-38/+78
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* netdev: remove HAVE_ leftoversAlexey Dobriyan2010-01-281-18/+0
* ixgbevf: Fix IPv6 GSO type checksJeff Kirsher2010-01-231-1/+1
* ixgbevf: Tell network stack to stop tx when the VF detects PF resetGreg Rose2010-01-231-0/+2
* ixgbevf: Fix panics in the VF driverGreg Rose2010-01-231-4/+20
* ixgbevf: Take action when the PF notifies the VF it is resetting.Greg Rose2010-01-231-0/+7
* ixgbevf: Driver MakefileGreg Rose2010-01-101-0/+38
* ixgbevf: Driver main and ethool interface module and main headerGreg Rose2010-01-103-0/+4605
* ixgbevf: Mailbox communicationGreg Rose2010-01-102-0/+441
* ixgbevf: 82599 Virtual Function core functions and headerGreg Rose2010-01-102-0/+555
* ixgbevf: Macros, data structures, useful defines and registersGreg Rose2010-01-102-0/+377
OpenPOWER on IntegriCloud