aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-08ixgbevf: use PCI_DEVICE_TABLE macroGravatar Stephen Hemminger 1-6/+3
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesGravatar Alexander Duyck 1-32/+39
2013-01-23ixgbevf: Fix link speed message to support 100MbpsGravatar Greg Rose 1-3/+16
2013-01-19ixgbevf: Fix statistics corruptionGravatar Greg Rose 1-1/+6
2013-01-19ixgbevf: Fix link up messagesGravatar Greg Rose 1-4/+5
2013-01-19ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGravatar Greg Rose 1-2/+25
2013-01-08remove init of dev->perm_addr in driversGravatar Jiri Pirko 1-2/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGravatar Greg Kroah-Hartman 1-2/+1
2012-12-03net/intel: remove __dev* attributesGravatar Bill Pemberton 1-4/+4
2012-11-15ixgbevf: Add checksum statistics counters to ringsGravatar Greg Rose 1-7/+16
2012-11-15ixgbevf: Remove unneeded and obsolete commentGravatar Greg Rose 1-7/+0
2012-11-15ixgbevf: White space and comments clean upGravatar Greg Rose 1-13/+6
2012-11-15ixgbevf: Remove mailbox spinlock from the reset functionGravatar Greg Rose 1-4/+0
2012-11-15ixgbevf: Remove checking for mac.ops function pointersGravatar Greg Rose 1-38/+18
2012-11-15ixgbevf: Fix unnecessary dereference where local var is available.Gravatar Greg Rose 1-2/+2
2012-11-15ixgbevf: Streamline the rx buffer allocationGravatar Greg Rose 1-5/+5
2012-11-13ixgbevf: Reduce size of maximum rx bufferGravatar Greg Rose 1-9/+9
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGravatar Greg Rose 1-1/+6
2012-11-13ixgbevf: fix possible use of uninitialized variableGravatar Emil Tantilov 1-1/+2
2012-11-13ixgbevf: make sure probe fails on MSI-X enable errorGravatar Jakub Kicinski 1-13/+13
2012-11-02eth: Make is_link_local() consistent with other address testsGravatar Ben Hutchings 1-1/+1
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...Gravatar David S. Miller 1-0/+5
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfGravatar John Fastabend 1-0/+10
2012-10-29ixgbevf: Do not forward LLDP type framesGravatar Greg Rose 1-0/+5
2012-10-23ixgbevf: Update version stringGravatar Greg Rose 1-1/+1
2012-10-23ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lockGravatar John Fastabend 1-20/+20
2012-10-23ixgbevf: Check for error on dma_map_single callGravatar Greg Rose 1-1/+7
2012-10-23ixgbevf: make netif_napi_add and netif_napi_del symmetricGravatar John Fastabend 1-7/+2
2012-10-22ixgbevf: Add VF DCB + SR-IOV supportGravatar Alexander Duyck 1-4/+155
2012-10-09ixgbevf: Set the netdev number of Tx queuesGravatar Greg Rose 1-0/+7
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-78/+194
2012-09-24ixgbevf: Return error on failure to enable VLANGravatar Alexander Duyck 1-5/+16
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersGravatar Alexander Duyck 1-2/+12
2012-09-24ixgbevf: Fix AIM (Adaptive Interrupt Moderation)Gravatar Greg Rose 1-0/+4
2012-09-24ixgbevf - Remove unused parameter in ixgbevf_receive_skbGravatar Narendra K 1-3/+1
2012-09-24ixgbevf: Fix code for handling timeoutGravatar Alexander Duyck 1-37/+9
2012-09-20ixgbevf: Add support for VF API negotiationGravatar Alexander Duyck 1-0/+23
2012-09-07netdev: make pci_error_handlers constGravatar Stephen Hemminger 1-1/+1
2012-08-30ixgbevf: Cleanup handling of configuration for jumbo framesGravatar Alexander Duyck 1-27/+40
2012-08-30ixgbevf: Add suspend and resume support to the VFGravatar Alexander Duyck 1-4/+89
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbGravatar Mel Gorman 1-1/+0
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGravatar Greg Rose 1-24/+19
2012-07-21ixgbevf: Add support for PCI error handlingGravatar Alexander Duyck 1-0/+80
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessGravatar Alexander Duyck 1-2/+39
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+3
2012-07-18ixgbevf: Consolidate Tx context descriptor creation codeGravatar Alexander Duyck 1-180/+162
2012-07-18ixgbevf: Add netdev to ring structureGravatar Alexander Duyck 1-30/+24
2012-07-18ixgbevf: Do not rewind the Rx ring before bumping tailGravatar Alexander Duyck 1-5/+2
2012-07-18ixgbevf: fix VF untagging when 802.1 prio is setGravatar Pascal Bouchareine 1-1/+1
2012-07-17ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixGravatar Alexander Duyck 1-9/+9