aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
AgeCommit message (Expand)Author
2013-03-26ixgbevf: don't release the soft entriesxunleer
2013-01-23ixgbevf: Fix link speed message to support 100MbpsGreg Rose
2013-01-19ixgbevf: Fix statistics corruptionGreg Rose
2013-01-19ixgbevf: Fix link up messagesGreg Rose
2013-01-19ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGreg Rose
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/intel: remove __dev* attributesBill Pemberton
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose
2012-11-15ixgbevf: Remove unneeded and obsolete commentGreg Rose
2012-11-15ixgbevf: White space and comments clean upGreg Rose
2012-11-15ixgbevf: Remove mailbox spinlock from the reset functionGreg Rose
2012-11-15ixgbevf: Remove checking for mac.ops function pointersGreg Rose
2012-11-15ixgbevf: Fix unnecessary dereference where local var is available.Greg Rose
2012-11-15ixgbevf: Streamline the rx buffer allocationGreg Rose
2012-11-13ixgbevf: Reduce size of maximum rx bufferGreg Rose
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGreg Rose
2012-11-13ixgbevf: fix possible use of uninitialized variableEmil Tantilov
2012-11-13ixgbevf: make sure probe fails on MSI-X enable errorJakub Kicinski
2012-11-02eth: Make is_link_local() consistent with other address testsBen Hutchings
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend
2012-10-29ixgbevf: Do not forward LLDP type framesGreg Rose
2012-10-23ixgbevf: Update version stringGreg Rose
2012-10-23ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lockJohn Fastabend
2012-10-23ixgbevf: Check for error on dma_map_single callGreg Rose
2012-10-23ixgbevf: make netif_napi_add and netif_napi_del symmetricJohn Fastabend
2012-10-22ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck
2012-10-09ixgbevf: Set the netdev number of Tx queuesGreg Rose
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-09-24ixgbevf: Return error on failure to enable VLANAlexander Duyck
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck
2012-09-24ixgbevf: Fix AIM (Adaptive Interrupt Moderation)Greg Rose
2012-09-24ixgbevf - Remove unused parameter in ixgbevf_receive_skbNarendra K
2012-09-24ixgbevf: Fix code for handling timeoutAlexander Duyck
2012-09-20ixgbevf: Add support for VF API negotiationAlexander Duyck
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-08-30ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck
2012-08-30ixgbevf: Add suspend and resume support to the VFAlexander Duyck
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose
2012-07-21ixgbevf: Add support for PCI error handlingAlexander Duyck
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-18ixgbevf: Consolidate Tx context descriptor creation codeAlexander Duyck
2012-07-18ixgbevf: Add netdev to ring structureAlexander Duyck
2012-07-18ixgbevf: Do not rewind the Rx ring before bumping tailAlexander Duyck
2012-07-18ixgbevf: fix VF untagging when 802.1 prio is setPascal Bouchareine
2012-07-17ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck
2012-07-17ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck