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