summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)AuthorFilesLines
2015-04-11ixgbevf: Add RSS Key query codeVlad Zolotarov4-0/+57
2015-04-11ixgbevf: Add a RETA query codeVlad Zolotarov5-1/+80
2015-03-14ixgbevf: Use ether_addr_copy() instead of memcpy()Jeff Kirsher1-4/+4
2015-03-14ixgbevf: Fix code comments and whitespaceJeff Kirsher9-495/+498
2015-03-09ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-02-06ixgbevf: combine all of the tasks into a single service taskEmil Tantilov2-66/+87
2015-02-06ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov2-75/+113
2015-02-06ixgbevf: Add code to check for Tx hangEmil Tantilov2-19/+115
2015-02-06ixgbevf: Fix ordering of shutdown to correctly disable Rx and TxEmil Tantilov1-21/+17
2015-02-06ixgbevf: set vlan_features in a single write instead of several ORsEmil Tantilov1-5/+5
2015-02-06ixgbevf: add RSS support for X550Emil Tantilov2-0/+45
2015-02-06ixgbevf: enable multiple queue supportEmil Tantilov2-3/+20
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-01-31ixgbevf: Fix checksum error when using stacked vlanToshiaki Makita1-2/+2
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-09ethernet/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-21ixgbevf: add netpoll supportEmil Tantilov2-7/+24
2014-11-21ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irqEmil Tantilov1-4/+3
2014-11-21ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov2-134/+334
2014-11-21ixgbevf: Update Rx next to clean in real timeEmil Tantilov2-21/+36
2014-11-21ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continueEmil Tantilov1-30/+34
2014-11-21ixgbevf: Cleanup variable usage, improve stack performanceEmil Tantilov1-9/+11
2014-11-21ixgbevf: Combine the logic for post Rx processing into single functionEmil Tantilov2-34/+38
2014-11-21ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov2-33/+33
2014-11-21ixgbevf: 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-26ixgbevf: Remove unused get_supported_physical_layer pointerMark Rustad1-1/+0
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+4
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-14net: 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-04-01ixgbevf: Fix rcu warnings induced by LERMark Rustad2-5/+18
2014-04-01ixgbevf: 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-20ixgbevf: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-03-20ixgbevf: Protect ixgbevf_down with __IXGBEVF_DOWN bitMark Rustad1-1/+3
2014-03-20ixgbevf: Indicate removal state explicitlyMark Rustad2-7/+12
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4