aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-03i40e: Change some memcpys to struct assignmentsJesse Brandeburg1-11/+8
2015-04-03i40e: Print some more info to help figure out the cause of HMC errorAnjali Singhai Jain1-0/+3
2015-03-27i40e: Bump version to 1.2.43Catherine Sullivan1-1/+1
2015-03-27i40e/i40evf: implement KR2 supportJesse Brandeburg1-0/+4
2015-03-19i40e: add NVM update events to AQ cleanShannon Nelson1-0/+4
2015-03-09i40e/i40evf: Bump i40e/i40evf versionCatherine Sullivan1-1/+1
2015-03-09i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher1-29/+29
2015-03-07i40e: Strip configfs codeGreg Rose1-6/+0
2015-03-07i40e/i40evf: Bump versionSravanthi Tangeda1-1/+1
2015-03-07i40e: Simplify code for rss_size_max configAnjali Singhai Jain1-5/+2
2015-03-07i40e: FD filters flush policy changesAnjali Singhai Jain1-16/+43
2015-03-07i40e: Move code to enable/disable Loopback to the main fileAkeem G Abodunrin1-0/+68
2015-03-07i40e: rework vector reservationShannon Nelson1-19/+56
2015-03-07i40e: Remove duplicate codeCatherine Sullivan1-8/+0
2015-03-07i40e/i40evf: Refactor i40e_debug_aq and make some functions staticShannon Nelson1-1/+1
2015-03-05i40e: Fix mismatching type for ioremap_lenJeff Kirsher1-2/+2
2015-03-05i40e/i40evf: Version bumpSravanthi Tangeda1-1/+1
2015-03-05i40e: move IRQ tracking setup into MSIX setupShannon Nelson1-31/+29
2015-03-05i40e: Ioremap changesAnjali Singhai1-2/+6
2015-03-05i40e/i40evf: Clean up some formatting and other thingsJesse Brandeburg1-1/+0
2015-03-05i40e: fix XPS mask when resettingJesse Brandeburg1-11/+11
2015-03-05i40e: Fix NPAR Tx Scheduler initGreg Rose1-0/+4
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+33
2015-03-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-28/+59
2015-03-03i40e: Fix dependencies in the i40e driver on configfsGreg Rose1-4/+4
2015-03-03i40e/i40evf: Bump versionsSravanthi Tangeda1-1/+1
2015-03-03i40e: Only enable TC0 for NIC partition typeNeerav Parikh1-3/+3
2015-03-03i40e: Fix RSS size at init since default num queue calculation has changedAnjali Singhai Jain1-1/+4
2015-03-03i40e: Move RSS table size for VSIs to the VSI structAnjali Singhai Jain1-0/+3
2015-03-03i40e: Fix issue with removal of apps from DBCNL app tableNeerav Parikh1-6/+9
2015-03-03i40e: Add FW check to disable DCB and wrap autoneg workaround with FW checkAnjali Singhai Jain1-12/+19
2015-03-03i40e: Enable more than 64 qps for the Main VSIAnjali Singhai Jain1-5/+20
2015-02-26i40e: stop flow director on shutdownMitch A Williams1-0/+1
2015-02-26i40e: disconnect irqs on shutdownShannon Nelson1-6/+8
2015-02-26i40e: Issue a PF reset if Tx queue disable timeoutParikh, Neerav1-1/+7
2015-02-26i40e: Fix the Tx ring qset handle when DCB reconfiguresParikh, Neerav1-2/+9
2015-02-26i40e: Fix the case where per TC queue count was higher than queues enabledAnjali Singhai1-1/+6
2015-02-26i40e: Don't check for Tx hang when PF downAkeem G Abodunrin1-1/+2
2015-02-24i40e/i40evf: Update driver versionsSravanthi Tangeda1-1/+1
2015-02-24i40e: print Rx packet split statusMitch Williams1-2/+4
2015-02-24i40e: Add support for getlink, setlink ndo opsNeerav Parikh1-12/+178
2015-02-24i40e: Implement configfs for NPAR BW configurationGreg Rose1-5/+8
2015-02-24i40e: Add NPAR BW get and set functionsGreg Rose1-0/+129
2015-02-24i40e: enable packet split only when IOMMU presentMitch Williams1-2/+6
2015-02-24i40e/i40evf: Use advertised speed settings in ethtool and refactor get_settingsCatherine Sullivan1-1/+9
2015-02-23i40e/i40evf: Bump Driver VersionsSravanthi Tangeda1-1/+1
2015-02-23i40e/i40evf: Remove unused variable an_enable and function update_link_infoCatherine Sullivan1-2/+2
2015-02-23i40e: Fix the EMPR interrupt received handlingAnjali Singhai Jain1-4/+2
2015-02-23i40e/i40evf: i40e_register.h updatesAnjali Singhai Jain1-23/+0
2015-02-23i40e: Use #define for the VSI connection typeNeerav Parikh1-3/+3