summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: combine all of the tasks into a single service taskEmil Tantilov2015-02-062-66/+87
* ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov2015-02-062-75/+113
* ixgbevf: Add code to check for Tx hangEmil Tantilov2015-02-062-19/+115
* ixgbevf: Fix ordering of shutdown to correctly disable Rx and TxEmil Tantilov2015-02-061-21/+17Star
* ixgbevf: set vlan_features in a single write instead of several ORsEmil Tantilov2015-02-061-5/+5
* ixgbevf: add RSS support for X550Emil Tantilov2015-02-062-0/+45
* ixgbevf: enable multiple queue supportEmil Tantilov2015-02-062-3/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-2/+2
|\
| * ixgbevf: Fix checksum error when using stacked vlanToshiaki Makita2015-01-311-2/+2
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
|/
* ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck2014-12-091-8/+3Star
* ixgbevf: fix possible crashes in probe and removeEmil Tantilov2014-12-051-4/+13
* ixgbevf: add support for X550 VFsEmil Tantilov2014-12-055-5/+38
* ixgbevf: add netpoll supportEmil Tantilov2014-11-202-7/+24
* ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irqEmil Tantilov2014-11-201-4/+3Star
* ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov2014-11-202-134/+334
* ixgbevf: Update Rx next to clean in real timeEmil Tantilov2014-11-202-21/+36
* ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continueEmil Tantilov2014-11-201-30/+34
* ixgbevf: Cleanup variable usage, improve stack performanceEmil Tantilov2014-11-201-9/+11
* ixgbevf: Combine the logic for post Rx processing into single functionEmil Tantilov2014-11-202-34/+38
* ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov2014-11-202-33/+33
* ixgbevf: Update ixgbevf_alloc_rx_buffers to handle clearing of status bitsEmil Tantilov2014-11-201-52/+80
* ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao2014-09-182-5/+0Star
* ixgbevf: Resolve missing-field-initializers warningsMark Rustad2014-09-121-1/+1
* ixgbevf: introduce delay for checking VFLINKS on 82599Emil Tantilov2014-09-041-0/+15
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ixgbevf: Remove unused get_supported_physical_layer pointerMark Rustad2014-07-261-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-122-4/+4
|\
| * net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
| * net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
| * ixgbevf: remove 82599 from the module descriptionEmil Tantilov2014-04-231-1/+1
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+3
|/
* ixgbevf: remove open-coded skb_cow_headFrancois Romieu2014-04-111-5/+4Star
* ixgbevf: Add bit to mark work queue initializationMark Rustad2014-04-112-1/+11
* ixgbevf: Fix rcu warnings induced by LERMark Rustad2014-04-012-5/+18
* ixgbevf: Change ixgbe_read_reg to ixgbevf_read_regMark Rustad2014-04-013-9/+9
* ixgbevf: Additional adapter removal checksMark Rustad2014-03-212-0/+35
* ixgbevf: Check for adapter removal on register writesMark Rustad2014-03-211-1/+5
* ixgbevf: Check register reads for adapter removalMark Rustad2014-03-213-8/+53
* ixgbevf: Make the ethtool register test use accessorsMark Rustad2014-03-211-52/+67
* ixgbevf: Use static inlines instead of macrosMark Rustad2014-03-214-14/+35
* ixgbevf: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-201-2/+2
* ixgbevf: Protect ixgbevf_down with __IXGBEVF_DOWN bitMark Rustad2014-03-201-1/+3
* ixgbevf: Indicate removal state explicitlyMark Rustad2014-03-202-7/+12
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-151-4/+4
* ixgbevf: delete unneeded call to pci_set_power_stateJulia Lawall2014-03-131-1/+0Star
* ixgbevf: fix skb->pkt_type checksFlorian Fainelli2014-03-081-1/+2
* ixgbevf: add check for CHECKSUM_PARTIAL when doing TSOEmil Tantilov2014-02-281-0/+3
* ixgbevf: fix handling of tx checksummingEmil Tantilov2014-02-281-1/+1
* ixgbevf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-21/+11Star