summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-2/+2
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+31
2015-06-05i40e: Make sure to be in VEB mode if SRIOV is enabled at probeAnjali Singhai Jain1-3/+17
2015-06-05i40e: start up in VEPA mode by defaultAnjali Singhai Jain1-4/+17
2015-05-28i40e: Bump version to 1.3.4Catherine Sullivan1-1/+1
2015-05-28i40e: Move the FD ATR/SB messages to a higher debug levelAnjali Singhai Jain1-6/+12
2015-05-28i40e: Remove unnecessary pf membersAnjali Singhai Jain1-6/+4
2015-05-28i40e/i40evf: Add stats to count Tunnel ATR hitsAnjali Singhai Jain1-0/+4
2015-05-28i40e: Collect PFC XOFF RX stats even in single TC caseNeerav Parikh1-3/+2
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel1-3/+4
2015-04-15i40e: Bump version to 1.3.2Catherine Sullivan1-1/+1
2015-04-15i40e: handle possible memory allocation failureJesse Brandeburg1-3/+11
2015-04-03i40e: Bump to version 1.3.1Catherine Sullivan1-2/+2
2015-04-03i40e: Communicate VSI id in place of VSI index to the VFsAnjali Singhai Jain1-0/+16
2015-04-03i40e: stop flow director on shutdownMitch Williams1-0/+2
2015-04-03i40e: fix up VXLAN messagesShannon Nelson1-19/+19
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-20i40e: 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-06i40e: 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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+33
2015-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-28/+59
2015-03-04i40e: 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