summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-406/+718
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/+12
2014-06-11i40e/i40evf: User ether_addr_copy instead of memcpyGreg Rose1-11/+9
2014-06-11i40e: Do not accept tagged packets by defaultGreg Rose1-0/+32
2014-06-11i40e: Separate out DCB capability and enabled flagsNeerav Parikh1-8/+22
2014-06-09i40e/i40evf: bump version to 0.4.7 for i40e and 0.9.31 for i40evfShannon Nelson1-1/+1
2014-06-09i40e: Allow RSS table entry range and GPS to be any number, not necessarily p...Anjali Singhai Jain1-3/+1
2014-06-09i40e: Do not fall back to one queue model if the only feature enabled is ATRAnjali Singhai Jain1-0/+1
2014-06-09i40e: keep SR-IOV enabled in the case that RSS, VMDQ, FD_SB and DCB are disabledFrank Zhang1-3/+13
2014-06-09i40e: Changes to Interrupt distribution policyAnjali Singhai Jain1-6/+19
2014-06-08i40e: implement anti-spoofing for VFsMitch Williams1-0/+8
2014-06-08i40e: don't complain about removing non-existent addressesShannon Nelson1-2/+5
2014-06-08i40e: remove unused variable and memory allocationShannon Nelson1-10/+0
2014-06-08i40e: allow for more VSIsMitch Williams1-30/+38
2014-06-08i40e: add checks for AQ error status bitsShannon Nelson1-0/+36
2014-06-08i40e/i40evf: Bump build versionCatherine Sullivan1-1/+1
2014-06-08i40e/i40evf: remove deprecated device IDsJesse Brandeburg1-2/+0
2014-06-08i40e/i40evf: fix poll weightJesse Brandeburg1-1/+1
2014-06-08i40e/i40evf: remove chatty reset messagesMitch Williams1-2/+0
2014-06-08i40e: not all VSIs have ringsMitch Williams1-2/+2
2014-06-08i40e: clear pxe after adminq is rebuiltShannon Nelson1-0/+1
2014-06-08i40e: Fix incorrect feature configuration statusAkeem G Abodunrin1-3/+4
2014-06-08i40e/i40evf: Clean up a few thingsAkeem G Abodunrin1-3/+1
2014-06-06i40e/i40evf: Bump build versionCatherine Sullivan1-2/+2
2014-06-06i40e: remove irqs only when they are set upShannon Nelson1-0/+6
2014-06-06i40e: don't remove HMC that doesn't existShannon Nelson1-9/+15
2014-06-06i40e: print full link messageJesse Brandeburg1-5/+51
2014-06-06i40e: add xcast stats for portShannon Nelson1-0/+26
2014-06-06i40e/i40evf: add Tx pre queue disable functionMatt Jared1-0/+6
2014-06-06i40e: print message for pre-production hardwareJesse Brandeburg1-0/+4
2014-06-06i40e: set lan_veb indexShannon Nelson1-0/+2
2014-06-05i40e: add missing VSI statisticsShannon Nelson1-0/+8
2014-06-05i40e/i40evf: remove rx_errors and rx_missedShannon Nelson1-2/+0
2014-06-05i40e: refactor stats collectionShannon Nelson1-166/+189
2014-06-05i40e: refactor send versionJesse Brandeburg1-13/+18
2014-06-05i40e: notify VF of all types of resetsMitch Williams1-3/+3
2014-06-05i40e: clamp jumbo frame sizeJesse Brandeburg1-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-05-29i40e: Clear recovery pending, if reset failedAkeem G Abodunrin1-1/+3
2014-05-29i40e/i40evf: remove storm controlJesse Brandeburg1-1/+0
2014-05-29i40e: Use the new i40e_get_fd_cnt_all function in other placesAnjali Singhai Jain1-2/+1
2014-05-29i40e: Tx/Rx rings declarationAkeem G Abodunrin1-6/+5
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-4/+0
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty1-1/+1
2014-05-23i40e,igb,ixgbe: remove usless return statementsStephen Hemminger1-4/+0
2014-05-21i40e: fix passing wrong error code to i40e_open()Jean Sacren1-1/+1
2014-05-21i40e: Check PCI_IOV config to avoid compile errorGreg Rose1-0/+2
2014-05-21i40e/i40evf: set proper default for ITR registersMitch Williams1-0/+4
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1