aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov1-9/+12
2015-07-17ixgbevf: Set Rx hash type for ingress packetsFan Du1-0/+27
2015-07-17ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_fragAlexander Duyck1-47/+19
2015-05-04ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skbAlexander Duyck1-1/+1
2015-04-11ixgbevf: Add a RETA query codeVlad Zolotarov1-1/+4
2015-03-13ixgbevf: Fix code comments and whitespaceJeff Kirsher1-115/+114
2015-02-05ixgbevf: combine all of the tasks into a single service taskEmil Tantilov1-59/+81
2015-02-05ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov1-75/+112
2015-02-05ixgbevf: Add code to check for Tx hangEmil Tantilov1-18/+95
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 Tantilov1-0/+35
2015-02-05ixgbevf: enable multiple queue supportEmil Tantilov1-3/+19
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 Tantilov1-5/+20
2014-11-20ixgbevf: add netpoll supportEmil Tantilov1-6/+23
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 Tantilov1-119/+325
2014-11-20ixgbevf: Update Rx next to clean in real timeEmil Tantilov1-19/+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 Tantilov1-33/+35
2014-11-20ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov1-33/+26
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 Zhao1-4/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-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 Rustad1-1/+10
2014-03-31ixgbevf: Fix rcu warnings induced by LERMark Rustad1-5/+17
2014-03-31ixgbevf: Change ixgbe_read_reg to ixgbevf_read_regMark Rustad1-2/+2
2014-03-21ixgbevf: Additional adapter removal checksMark Rustad1-0/+13
2014-03-21ixgbevf: Check register reads for adapter removalMark Rustad1-4/+47
2014-03-21ixgbevf: Use static inlines instead of macrosMark Rustad1-2/+2
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 Rustad1-5/+9
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
2014-01-17ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov1-140/+132