summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2015-05-15net: batch of last_rx update avoidance in ethernet drivers.françois romieu1-2/+0
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: Use new 40G speedsGreg Rose1-2/+1
2015-04-15i40e: get rid of unused localsJesse Brandeburg2-6/+3
2015-04-15i40e: handle possible memory allocation failureJesse Brandeburg1-3/+11
2015-04-15i40e/i40evf: Save WR_CSR_PROT field from DEV/FUNC capabilitiesKevin Scott2-0/+6
2015-04-15i40e: enable user dump of internal hardware stateJesse Brandeburg3-0/+107
2015-04-15i40e: print FCoE capability reported by the device functionVasu Dev1-0/+3
2015-04-15i40e: For VF reset (VFR and VFLR) add some more delayAnjali Singhai Jain1-0/+3
2015-04-15i40e: move VF notification routines upMitch Williams1-123/+123
2015-04-15i40e: notify VFs of link stateMitch Williams1-19/+31
2015-04-15i40e: Add support to program FDir SB rules for VF from PF through ethtoolAnjali Singhai Jain1-0/+26
2015-04-15i40e: stop VF ringsMitch Williams1-0/+5
2015-04-09i40e/i40evf: Use dma_rmb where appropriateAlexander Duyck1-2/+2
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 Jain4-53/+76
2015-04-03i40e: stop flow director on shutdownMitch Williams1-0/+2
2015-04-03i40e: fix up VXLAN messagesShannon Nelson1-19/+19
2015-04-03i40e: Don't register/de-register apps on NIC partitions in MFP modeNeerav Parikh1-0/+8
2015-04-03i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabledGreg Rose1-0/+13
2015-04-03i40e: warn at the right timeMitch Williams1-3/+2
2015-04-03i40e: fix invalid void return in FCoE codeJesse Brandeburg1-2/+1
2015-04-03i40e/i40evf: fix bug when skb allocation failsJesse Brandeburg1-1/+4
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-04-03i40e: validate VSI param from VFsMitch Williams1-0/+2
2015-03-31ptp: i40e: convert to the 64 bit get/set time methods.Richard Cochran1-13/+13
2015-03-27i40e: Bump version to 1.2.43Catherine Sullivan1-1/+1
2015-03-27i40e: Increase PF reset max loop limitAkeem G Abodunrin1-1/+1
2015-03-27i40e/i40evf: implement KR2 supportJesse Brandeburg4-0/+23
2015-03-20i40e: add NVM update events to AQ cleanShannon Nelson1-0/+4
2015-03-09i40e: add ethtool RSS supportMitch A Williams2-0/+110
2015-03-09i40e/i40evf: Bump i40e/i40evf versionCatherine Sullivan1-1/+1
2015-03-09i40e: add MAC printing to debugfs dump VSIShannon Nelson1-0/+5
2015-03-09i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher9-174/+174
2015-03-09i40e: tame the nvmupdate read and write complaintsShannon Nelson1-2/+7
2015-03-09i40e/i40evf: fix accidental write to ITR registersJesse Brandeburg1-0/+1
2015-03-09i40e: future proof some sizeof callsShannon Nelson1-2/+2
2015-03-09i40e: Remove "hello world" strings from i40e driverGreg Rose1-2/+2
2015-03-07i40e: Strip configfs codeGreg Rose4-365/+0
2015-03-07i40e/i40evf: Bump versionSravanthi Tangeda1-1/+1
2015-03-07i40e/i40evf: enable prefetch of Tx descriptors during cleanupJesse Brandeburg1-0/+2
2015-03-07i40e: Simplify code for rss_size_max configAnjali Singhai Jain1-5/+2
2015-03-07i40e/i40evf: Simplify tunnel selection logicAnjali Singhai Jain1-2/+10
2015-03-07i40e: FD filters flush policy changesAnjali Singhai Jain3-20/+67
2015-03-07i40e: Avoid logs while adding/deleting FD-SB filtersAnjali Singhai Jain1-3/+3
2015-03-07i40e: print port stats only on partition 1Shannon Nelson1-3/+3
2015-03-07i40e: Move code to enable/disable Loopback to the main fileAkeem G Abodunrin3-70/+68
2015-03-07i40e: rework vector reservationShannon Nelson1-19/+56