summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf
AgeCommit message (Expand)AuthorFilesLines
2018-02-13i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2014-06-11i40e/i40evf: Bump i40e to version 0.4.10 and i40evf to 0.9.34Catherine Sullivan1-1/+1
2014-06-11i40e/i40evf: Add Flow director stats to PF statsAnjali Singhai Jain1-0/+3
2014-06-11i40e/i40evf: remove FTYPEJesse Brandeburg1-1/+0
2014-06-11i40evf: check admin queue error bitsMitch Williams1-0/+36
2014-06-11i40e/i40evf: User ether_addr_copy instead of memcpyGreg Rose2-9/+8
2014-06-11i40evf: don't go further downMitch Williams1-2/+4
2014-06-11i40e/i40evf: AdminQ API update for new FWShannon Nelson1-16/+80
2014-06-11i40e/i40evf: set headwb Tx context flags and use themAshish Shah1-0/+3
2014-06-09i40e/i40evf: bump version to 0.4.7 for i40e and 0.9.31 for i40evfShannon Nelson1-1/+1
2014-06-09i40e/i40evf: add PPRS bit to error bits and fix bug in Rx checksumJesse Brandeburg2-20/+57
2014-06-09i40evf: Fix function headerCatherine Sullivan1-1/+1
2014-06-08i40e/i40evf: Bump build versionCatherine Sullivan1-1/+1
2014-06-08i40e/i40evf: remove deprecated device IDsJesse Brandeburg2-5/+1
2014-06-08i40e/i40evf: fix poll weightJesse Brandeburg1-1/+1
2014-06-08i40e/i40evf: fix TSO accountingJesse Brandeburg2-8/+3
2014-06-08i40e/i40evf: remove chatty reset messagesMitch Williams1-9/+4
2014-06-08i40evf: use correct format for printing MAC addressesMitch Williams1-2/+2
2014-06-08i40evf: clean up log message formattingMitch Williams2-14/+14
2014-06-08i40evf: remove bogus commentMitch Williams1-3/+0
2014-06-08i40evf: remove unnecessary log messagesMitch Williams2-38/+16
2014-06-08i40e/i40evf: Clean up a few thingsAkeem G Abodunrin1-4/+0
2014-06-08i40e/i40evf: Fix code to accommodate i40e_register.h changesAnjali Singhai Jain1-6/+1
2014-06-08i40e/i40evf: fix rx descriptor statusJesse Brandeburg1-4/+6
2014-06-06i40e/i40evf: Bump build versionCatherine Sullivan1-1/+1
2014-06-06i40e/i40evf: add Tx pre queue disable functionMatt Jared1-0/+8
2014-06-06i40e/i40evf: check AQ register for valid dataKamil Krawczyk1-4/+30
2014-06-06i40evf: make messages less direMitch Williams1-2/+2
2014-06-05i40e/i40evf: remove rx_errors and rx_missedShannon Nelson3-6/+1
2014-06-05i40e/i40evf: VEB structure added, GTIME macro updateKamil Krawczyk1-2/+12
2014-06-05i40evf: fix crash when changing ring sizesMitch Williams3-13/+15
2014-06-05i40evf: set descriptor multiple to 32Mitch Williams1-1/+1
2014-06-05i40e/i40evf: remove unused RX_LRO defineJesse Brandeburg1-7/+0
2014-06-03Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-6/+9
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-6/+9
2014-05-29i40evf: don't use RESETTING state during reinitMitch Williams1-2/+0
2014-05-29i40e/i40evf: Change type to u32 to avoid sparse errorGreg Rose1-2/+2
2014-05-29i40e/i40evf: remove storm controlJesse Brandeburg2-5/+1
2014-05-29i40e/i40evf: Remove reserved PCTYPE definesKevin Scott2-12/+3
2014-05-29i40e/i40evf: Update check for AQ alivenessKevin Scott1-1/+5
2014-05-27i40evf: Use is_multicast_ether_addr helperTobias Klauser1-1/+1
2014-05-23i40e,igb,ixgbe: remove usless return statementsStephen Hemminger1-4/+0
2014-05-21i40evf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-20/+11
2014-05-21i40e/i40evf: control auto ITR through ethtoolMitch Williams1-36/+29
2014-05-21i40e/i40evf: set proper default for ITR registersMitch Williams1-2/+4
2014-05-21i40evf: make ethtool_ops constMitch Williams1-1/+1
2014-05-21i40evf: don't lie to ethtoolMitch Williams1-1/+1
2014-05-21i40evf: Use macro param for ethtool statsMitch Williams1-5/+7
2014-05-21i40evf: Fix the headers and update copyright year.Jesse Brandeburg20-14/+74
2014-05-21i40evf: Remove unused definesCatherine Sullivan1-9/+0