summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-10-17i40e: fix u64 division usageAlan Brady
2017-10-17i40e: convert i40e_set_link_ksettings to new APIAlan Brady
2017-10-17i40e: rename 'change' variable to 'autoneg_changed'Alan Brady
2017-10-17i40e: convert i40e_get_settings_link_up to new APIAlan Brady
2017-10-17i40e: convert i40e_phy_type_to_ethtool to new APIAlan Brady
2017-10-17i40e: Add new PHY types for 25G AOC and ACC supportSudheer Mogilappagari
2017-10-17i40e: group autoneg PHY types togetherAlan Brady
2017-10-17i40e: fix whitespace issues in i40e_ethtool.cAlan Brady
2017-10-17i40e: fix comment typoAlan Brady
2017-10-17i40e: fix i40e_phy_type_to_ethtool function headerAlan Brady
2017-10-17i40e: fix clearing link masks in i40e_get_link_ksettingsAlan Brady
2017-10-17i40e: add function header for i40e_get_rxfhAlan Brady
2017-10-17i40e: remove ifdef SPEED_25000Alan Brady
2017-10-17i40e: rename 'cmd' variables in ethtool interfaceAlan Brady
2017-10-13i40e/i40evf: don't trust VF to reset itselfAlan Brady
2017-10-13i40e: fix link reportingAlan Brady
2017-10-13i40e: make const array patterns static, reduces object code sizeColin Ian King
2017-10-13i40e: Add support setting TC max bandwidth ratesAmritha Nambiar
2017-10-13i40e: Refactor VF BW rate limitingAmritha Nambiar
2017-10-13i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar
2017-10-13i40e: Add infrastructure for queue channel supportAmritha Nambiar
2017-10-13i40e: Add macro for PF reset bitAmritha Nambiar
2017-10-10i40e: Fix memory leak related filter programming statusAlexander Duyck
2017-10-10i40e: Fix comment about locking for __i40e_read_nvm_word()Stefano Brivio
2017-10-09i40e: Avoid some useless variables and initializers in NVM functionsStefano Brivio
2017-10-09i40e: fix a typoRami Rosen
2017-10-09i40e: use a local variable instead of calculating multiple timesLihong Yang
2017-10-09i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangsJayaprakash Shanmugam
2017-10-09i40e: add check for return from find_first_bit callLihong Yang
2017-10-09i40e: allow XPS with QoS enabledJacob Keller
2017-10-09i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller
2017-10-09i40e/i40evf: bump tail only in multiples of 8Jacob Keller
2017-10-09i40e: reduce lrxqthresh from 2 to 1Jacob Keller
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller
2017-10-09i40e: use the safe hash table iterator when deleting mac filtersLihong Yang
2017-10-09i40e: fix flags declarationJacob Keller
2017-10-06i40e/i40evf: organize and re-number feature flagsJacob Keller
2017-10-06i40e: ignore skb->xmit_more when deciding to set RS bitJacob Keller
2017-10-06i40e: do not enter PHY debug mode while setting LEDs behaviourMariusz Stachura
2017-10-06i40e: implement split PCI error reset handlerAlan Brady
2017-10-06i40e: Properly maintain flow director filters listFilip Sadowski
2017-10-06i40e: Display error message if module does not meet thermal requirementsFilip Sadowski
2017-10-06i40e: fix merge errorAlice Michael
2017-10-06i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg
2017-10-06i40e: fix incorrect register definitionMitch Williams
2017-10-06i40e: redfine I40E_PHY_TYPE_MAXMitch Williams