aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-22ixgbevf: Enables TSO for stacked VLANToshiaki Makita1-0/+1
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov3-34/+47
2015-07-17ixgbevf: Set Rx hash type for ingress packetsFan Du2-0/+39
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 the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov1-0/+69
2015-04-11ixgbevf: Add RSS Key query codeVlad Zolotarov4-0/+57
2015-04-11ixgbevf: Add a RETA query codeVlad Zolotarov5-1/+80
2015-03-13ixgbevf: Use ether_addr_copy() instead of memcpy()Jeff Kirsher1-4/+4
2015-03-13ixgbevf: Fix code comments and whitespaceJeff Kirsher9-495/+498
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
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