aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-05ixgbevf: combine all of the tasks into a single service taskEmil Tantilov2-66/+87
2015-02-05ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov2-75/+113
2015-02-05ixgbevf: Add code to check for Tx hangEmil Tantilov2-19/+115
2015-02-05ixgbevf: Fix ordering of shutdown to correctly disable Rx and TxEmil Tantilov1-21/+17
2015-02-05ixgbevf: set vlan_features in a single write instead of several ORsEmil Tantilov1-5/+5
2015-02-05ixgbevf: add RSS support for X550Emil Tantilov2-0/+45
2015-02-05ixgbevf: enable multiple queue supportEmil Tantilov2-3/+20
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-01-30ixgbevf: Fix checksum error when using stacked vlanToshiaki Makita1-2/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck1-8/+3
2014-12-05ixgbevf: fix possible crashes in probe and removeEmil Tantilov1-4/+13
2014-12-05ixgbevf: add support for X550 VFsEmil Tantilov5-5/+38
2014-11-20ixgbevf: add netpoll supportEmil Tantilov2-7/+24
2014-11-20ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irqEmil Tantilov1-4/+3
2014-11-20ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov2-134/+334
2014-11-20ixgbevf: Update Rx next to clean in real timeEmil Tantilov2-21/+36
2014-11-20ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continueEmil Tantilov1-30/+34
2014-11-20ixgbevf: Cleanup variable usage, improve stack performanceEmil Tantilov1-9/+11
2014-11-20ixgbevf: Combine the logic for post Rx processing into single functionEmil Tantilov2-34/+38
2014-11-20ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov2-33/+33
2014-11-20ixgbevf: Update ixgbevf_alloc_rx_buffers to handle clearing of status bitsEmil Tantilov1-52/+80
2014-09-18ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao2-5/+0
2014-09-12ixgbevf: Resolve missing-field-initializers warningsMark Rustad1-1/+1
2014-09-04ixgbevf: introduce delay for checking VFLINKS on 82599Emil Tantilov1-0/+15
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-25ixgbevf: Remove unused get_supported_physical_layer pointerMark Rustad1-1/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+4
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-23ixgbevf: remove 82599 from the module descriptionEmil Tantilov1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2014-04-11ixgbevf: remove open-coded skb_cow_headFrancois Romieu1-5/+4
2014-04-11ixgbevf: Add bit to mark work queue initializationMark Rustad2-1/+11
2014-03-31ixgbevf: Fix rcu warnings induced by LERMark Rustad2-5/+18
2014-03-31ixgbevf: Change ixgbe_read_reg to ixgbevf_read_regMark Rustad3-9/+9
2014-03-21ixgbevf: Additional adapter removal checksMark Rustad2-0/+35
2014-03-21ixgbevf: Check for adapter removal on register writesMark Rustad1-1/+5
2014-03-21ixgbevf: Check register reads for adapter removalMark Rustad3-8/+53
2014-03-21ixgbevf: Make the ethtool register test use accessorsMark Rustad1-52/+67
2014-03-21ixgbevf: Use static inlines instead of macrosMark Rustad4-14/+35
2014-03-19ixgbevf: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-03-19ixgbevf: Protect ixgbevf_down with __IXGBEVF_DOWN bitMark Rustad1-1/+3
2014-03-19ixgbevf: Indicate removal state explicitlyMark Rustad2-7/+12
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-03-12ixgbevf: delete unneeded call to pci_set_power_stateJulia Lawall1-1/+0
2014-03-08ixgbevf: fix skb->pkt_type checksFlorian Fainelli1-1/+2
2014-02-28ixgbevf: add check for CHECKSUM_PARTIAL when doing TSOEmil Tantilov1-0/+3
2014-02-28ixgbevf: fix handling of tx checksummingEmil Tantilov1-1/+1
2014-02-18ixgbevf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-21/+11