aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2017-03-20i40e: return immediately when failing to add fdir filterJacob Keller1-19/+14
2017-03-20i40e: rework exit flow of i40e_add_fdir_ethtoolJacob Keller1-4/+11
2017-03-20i40e: don't use arrays for (src|dst)_ipJacob Keller3-14/+14
2017-03-20i40e: send correct port number to AdminQ when enabling UDP tunnelsJacob Keller2-10/+10
2017-03-17i40e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-111/+153
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-2/+5
2017-03-15i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy4-31/+35
2017-03-15i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari1-3/+3
2017-03-15i40e: Allow untrusted VFs to have more filtersMitch Williams1-1/+1
2017-03-15i40e/i40evf: Add support for mapping pages with DMA attributesAlexander Duyck2-5/+29
2017-03-15i40e: Clarify steps in MAC/VLAN filters initialization routineFilip Sadowski1-4/+4
2017-03-15i40e: fix RSS queues only operating on PF0Lihong Yang2-12/+5
2017-03-15i40e: fix ethtool to get EEPROM data from X722 interfaceLihong Yang1-0/+5
2017-03-15i40e: don't add more vectors to num_lan_msix than number of CPUsJacob Keller1-3/+27
2017-03-15i40e: KISS the client interfaceMitch Williams5-328/+179
2017-03-14i40e: fix up recent proxy and wol bits for X722_SUPPORTShannon Nelson1-1/+64
2017-03-14i40e: Acquire NVM lock before reads on all devicesAaron Salter1-6/+6
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-18i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier1-0/+2
2017-02-18i40e: remove duplicate device id from PCI tableCarolyn Wyborny1-1/+0
2017-02-18i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller1-2/+3
2017-02-18i40e: Error handling for link eventHarshitha Ramamurthy2-2/+13
2017-02-18i40e: properly convert le16 value to CPU formatJacob Keller1-5/+6
2017-02-18i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller1-2/+3
2017-02-18i40e: refactor AQ CMD buffer debug printingAlan Brady1-7/+12
2017-02-18i40e: Fix Adaptive ITR enablingCarolyn Wyborny1-6/+6
2017-02-18i40e: remove unnecessary call to i40e_update_link_infoJacob Keller1-1/+0
2017-02-18i40e: enable mc magic pkt wakeup during power downJoshua Hay3-10/+67
2017-02-18i40e: fix disable overflow promiscuous modeAlan Brady1-5/+7
2017-02-11i40e: Save more link abilities when using ethtoolHenry Tieman1-0/+3
2017-02-11i40e: avoid race condition when sending filters to firmware for additionJacob Keller2-51/+112
2017-02-11i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller1-8/+29
2017-02-11i40e: don't warn every time we clear an Rx timestamp registerJacob Keller1-5/+16
2017-02-11i40e: Save link FEC info from link up eventHenry Tieman3-2/+22
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari4-13/+17
2017-02-11i40e: Clean up dead codeMitch Williams1-10/+3
2017-02-11i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari1-1/+1
2017-02-11i40e: update comment explaining where FDIR buffers are freedJacob Keller1-1/+6
2017-02-11i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson1-76/+93
2017-02-11i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson2-17/+23
2017-02-11i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson1-7/+9
2017-02-11i40e: don't check params until after checking for client instanceJacob Keller1-2/+2
2017-02-02i40e: add interrupt rate limit verbosityAlan Brady1-3/+10
2017-02-02i40e: refactor macro INTRL_USEC_TO_REGAlan Brady3-3/+16
2017-02-02i40e: remove unused functionMitch Williams2-36/+0
2017-02-02i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck1-20/+27
2017-02-02i40e: remove unnecessary __packedTushar Dave1-2/+2
2017-02-02i40e: Deprecating unused macroBimmy Pujari3-17/+3
2017-02-02i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller2-10/+7
2017-02-02i40e: avoid O(n^2) loop when deleting all filtersJacob Keller3-2/+3