aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-24i40e: always print aqtx answerShannon Nelson1-5/+3
2014-07-24i40e: Give link more time after setting flow controlCatherine Sullivan1-3/+7
2014-07-24i40e: Fix firmware API version errorsCatherine Sullivan1-13/+7
2014-07-24i40e/i40evf: ARQ copy desc data even for failed commandsKamil Krawczyk1-7/+7
2014-07-24i40e/i40evf: fix extension header csum logicJesse Brandeburg1-2/+0
2014-07-24i40e/i40evf: Add nvmupdate supportShannon Nelson7-10/+772
2014-07-24i40e: fix format mismatch in drivers/net/ethernet/intel/i40e/i40e_debugfs.cToralf Förster1-2/+2
2014-07-16i40e: (ptp) warn when PF_ID does not match in PRTTSYN_CTL0Jacob Keller1-2/+6
2014-07-16i40e/i40evf: Clean up codePaul M Stillwell Jr4-5/+2
2014-07-16i40e: fix race conditions on queuing skb for HW time stampJakub Kicinski3-1/+5
2014-07-16i40e: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-07-16i40e: Add ndo_get_phys_port_id() callback supportNeerav Parikh5-2/+49
2014-07-13i40e: remove unnecessary break after gotoFabian Frederick1-2/+0
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-1/+2
2014-07-02i40e/i40evf: Bump i40e to 0.4.21 and i40evf to 0.9.40Catherine Sullivan1-1/+1
2014-07-02i40e: Implement set_settings for ethtoolCatherine Sullivan1-0/+158
2014-07-02i40e: Add set_pauseparam to ethtoolCatherine Sullivan1-0/+76
2014-07-02i40e/i40evf: Add set_fc and init of FC settingsCatherine Sullivan4-56/+146
2014-07-02i40e: move nway resetJesse Brandeburg1-19/+19
2014-07-02i40e/i40evf: Add new HW link info variable an_enabled and function update_link_infoCatherine Sullivan4-2/+79
2014-07-02i40e: Finish implementation of ethtool get settingsJesse Brandeburg1-23/+127
2014-07-02i40e: disable TPHJesse Brandeburg2-8/+0
2014-07-02i40e: Fix a boundary condition and turning off of ntupleAnjali Singhai Jain1-3/+5
2014-07-02i40e: tolerate lost interruptsMitch Williams1-6/+2
2014-07-02i40e/i40evf: Force a shifted '1' to be unsignedPaul M Stillwell Jr1-2/+2
2014-07-02i40e/i40evf: Do not free the dummy packet buffer synchronouslyAnjali Singhai Jain3-50/+86
2014-07-01i40e/i40evf: Bump i40e to 0.4.19 and i40evf to 0.9.38Catherine Sullivan1-1/+1
2014-07-01i40e: remove linux/export.h header from i40e_ptp.cJacob Keller1-1/+0
2014-07-01i40e: limit GLLAN_TXPRE_QDIS to QINDX 0-127Christopher Pau1-1/+3
2014-07-01i40e/i40evf: initialize context descriptorJesse Brandeburg1-0/+1
2014-07-01i40e: FD filter replay logic bug fixAnjali Singhai Jain1-4/+6
2014-06-30i40e/i40evf: add ASQ write back timeout variable to AQ structureKamil Krawczyk2-1/+5
2014-06-30i40e: Correct mask assignment valueKevin Scott1-2/+2
2014-06-30i40e: clear all queues and interruptsShannon Nelson3-0/+95
2014-06-30i40e/i40evf: clear aq bah-bal on shutdownShannon Nelson1-0/+4
2014-06-30i40e/i40evf: Add base address registers to aq structShannon Nelson2-38/+22
2014-06-26i40e: fix fdir programmingJesse Brandeburg1-2/+4
2014-06-26i40e: Add debugfs hooks to print current total FD filter countAnjali Singhai Jain1-0/+4
2014-06-26i40e: Fix the FD sideband logic to detect a FD table full conditionAnjali Singhai Jain3-7/+20
2014-06-26i40e: Avoid adding the TCP-IPv4 filter twiceAnjali Singhai Jain1-13/+0
2014-06-26i40e: only create PTP device node onceJacob Keller1-12/+46
2014-06-26i40e: don't store user requested mode until we've validated itJacob Keller1-4/+7
2014-06-26i40e: break PTP hardware control from ioctl command for timestamp modeJacob Keller1-16/+43
2014-06-26i40e: rename i40e_ptp_enable to i40e_ptp_feature_enableJacob Keller1-4/+4
2014-06-26i40e/i40evf: Big endian fixes for handling HMCPaul M Stillwell Jr2-59/+216
2014-06-26i40e: do not take NVM ownership for SR readKamil Krawczyk1-8/+1
2014-06-24i40e/i40evf: Bump i40e to 0.4.17 and i40evf to 0.9.36Catherine Sullivan1-1/+1
2014-06-24i40e: Bypass timeout recovery level 0 so as to not cause MDDAnjali Singhai Jain1-1/+3
2014-06-24i40e: no pf reset at pci removeShannon Nelson1-6/+0
2014-06-24i40e: reapply LAA after resetShannon Nelson2-2/+10