aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-17ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov1-37/+57
2014-01-17ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov1-90/+123
2014-01-17ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov1-4/+0
2014-01-17ixgbevf: move ring specific stats into ring specific structureEmil Tantilov1-27/+23
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov1-57/+34
2014-01-17ixgbevf: bump versionDon Skidmore1-1/+1
2014-01-16ixgbevf: create function for all of ring initDon Skidmore1-137/+166
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore1-68/+82
2014-01-16ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun1-2/+2
2013-12-17ixgbevf: add DCB configuration into queue setupDon Skidmore1-138/+90
2013-12-10ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore1-37/+18
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-10/+5
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore1-5/+5
2013-11-01ixgbevf: remove redundant workaroundEmil Tantilov1-9/+0
2013-10-29ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller1-0/+6
2013-10-29ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller1-0/+68