aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-06i40e: Bump i40e version to 1.2.2 and i40evf version to 1.0.6Catherine Sullivan1-1/+1
2014-12-06i40evf: make early init sequence even more robustMitch Williams1-2/+7
2014-11-20i40evf: remove unnecessary elseMitch Williams1-4/+2
2014-11-20i40evf: make comparisons consistentMitch Williams1-5/+5
2014-11-20i40evf: make checkpatch happyMitch Williams1-22/+26
2014-11-20i40e: don't overload fieldsMitch Williams1-4/+3
2014-11-16i40e: use netdev_rss_key_fill() helperEric Dumazet1-8/+3
2014-11-11i40evf: don't use more queues than CPUsMitch Williams1-21/+29
2014-11-03i40evf: properly handle multiple AQ messagesMitch Williams1-3/+1
2014-10-23i40e/i40evf: Use usleep_range() instead of udelay()Neerav Parikh1-2/+2
2014-09-04i40e/i40evf: Bump i40e/i40evf versionsCatherine Sullivan1-1/+1
2014-08-27i40e/i40evf: Bump i40e & i40evf versionCatherine Sullivan1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-02i40evf: Fixed guest OS panic when removing vf driverSerey Kong1-2/+3
2014-08-02i40evf: fix memory leak on unused interfacesMitch Williams1-0/+24
2014-08-02i40evf: don't leak queue vectorsMitch Williams1-0/+2
2014-08-02i40evf: do not re-arm watchdog after removeAshish Shah1-0/+2
2014-08-02i40evf: future-proof vfr_stat state checkAshish Shah1-6/+17
2014-08-02i40evf: fix scan warning on sprintfJesse Brandeburg1-1/+2
2014-07-24i40evf: don't wait so longMitch Williams1-2/+2
2014-07-13i40evf: remove unnecessary break after gotoFabian Frederick1-2/+0
2014-07-02i40e/i40evf: Bump i40e to 0.4.21 and i40evf to 0.9.40Catherine Sullivan1-1/+1
2014-07-02i40evf: invite vector 0 to the interrupt partyMitch Williams1-0/+7
2014-07-01i40e/i40evf: Bump i40e to 0.4.19 and i40evf to 0.9.38Catherine Sullivan1-1/+1
2014-07-01i40evf: change branding stringMitch Williams1-1/+1
2014-06-26i40evf: resend FW request if no responseMitch Williams1-0/+4
2014-06-26i40evf: fix typoMitch Williams1-1/+1
2014-06-26i40evf: don't stop watchdog if it hasn't startedMitch Williams1-1/+3
2014-06-24i40e/i40evf: Bump i40e to 0.4.17 and i40evf to 0.9.36Catherine Sullivan1-1/+1
2014-06-20i40e/i40evf: Bump i40e to 0.4.13 and i40evf to 0.9.35Catherine Sullivan1-1/+1
2014-06-11i40e/i40evf: Bump i40e to version 0.4.10 and i40evf to 0.9.34Catherine Sullivan1-1/+1
2014-06-11i40evf: check admin queue error bitsMitch Williams1-0/+36
2014-06-11i40e/i40evf: User ether_addr_copy instead of memcpyGreg Rose1-7/+6
2014-06-11i40evf: don't go further downMitch Williams1-2/+4
2014-06-09i40e/i40evf: bump version to 0.4.7 for i40e and 0.9.31 for i40evfShannon Nelson1-1/+1
2014-06-08i40evf: Fix function headerCatherine Sullivan1-1/+1
2014-06-08i40e/i40evf: Bump build versionCatherine Sullivan1-1/+1
2014-06-08i40e/i40evf: fix poll weightJesse Brandeburg1-1/+1
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 Williams1-7/+7
2014-06-08i40evf: remove bogus commentMitch Williams1-3/+0
2014-06-08i40evf: remove unnecessary log messagesMitch Williams1-14/+5
2014-06-06i40e/i40evf: Bump build versionCatherine Sullivan1-1/+1
2014-06-06i40evf: make messages less direMitch Williams1-2/+2
2014-06-05i40evf: fix crash when changing ring sizesMitch Williams1-2/+6
2014-05-29i40evf: don't use RESETTING state during reinitMitch Williams1-2/+0
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