aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-2/+0
2017-10-21ixgbe: Convert ndo_setup_tc offloads to block callbacksJiri Pirko1-6/+39
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-301/+495
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook10-50/+43
2017-10-17i40e: fix u64 division usageAlan Brady2-19/+42
2017-10-17i40e: convert i40e_set_link_ksettings to new APIAlan Brady1-36/+57
2017-10-17i40e: rename 'change' variable to 'autoneg_changed'Alan Brady1-6/+6
2017-10-17i40e: convert i40e_get_settings_link_up to new APIAlan Brady1-62/+125
2017-10-17i40e: convert i40e_phy_type_to_ethtool to new APIAlan Brady1-64/+140
2017-10-17i40e: Add new PHY types for 25G AOC and ACC supportSudheer Mogilappagari5-0/+16
2017-10-17i40e: group autoneg PHY types togetherAlan Brady1-44/+41
2017-10-17i40e: fix whitespace issues in i40e_ethtool.cAlan Brady1-26/+18
2017-10-17i40e: fix comment typoAlan Brady1-2/+2
2017-10-17i40e: fix i40e_phy_type_to_ethtool function headerAlan Brady1-1/+1
2017-10-17i40e: fix clearing link masks in i40e_get_link_ksettingsAlan Brady1-8/+6
2017-10-17i40e: add function header for i40e_get_rxfhAlan Brady1-0/+10
2017-10-17i40e: remove ifdef SPEED_25000Alan Brady1-5/+0
2017-10-17i40e: rename 'cmd' variables in ethtool interfaceAlan Brady1-71/+74
2017-10-13i40e/i40evf: don't trust VF to reset itselfAlan Brady2-6/+10
2017-10-13i40e: fix link reportingAlan Brady1-1/+6
2017-10-13i40e: make const array patterns static, reduces object code sizeColin Ian King1-1/+3
2017-10-13i40e: Add support setting TC max bandwidth ratesAmritha Nambiar2-9/+93
2017-10-13i40e: Refactor VF BW rate limitingAmritha Nambiar3-43/+71
2017-10-13i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar3-106/+362
2017-10-13i40e: Add infrastructure for queue channel supportAmritha Nambiar3-9/+743
2017-10-13i40e: Add macro for PF reset bitAmritha Nambiar4-10/+9
2017-10-10igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-10-10e1000e: Be drop monitor friendlyFlorian Fainelli1-7/+11
2017-10-10e1000e: apply burst mode settings only on defaultWillem de Bruijn3-13/+15
2017-10-10e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin1-3/+5
2017-10-10e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2-8/+26
2017-10-10e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-10-10e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-10-10e1000e: Fix wrong comment related to link detectionBenjamin Poirier1-2/+2
2017-10-10e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-50/+13
2017-10-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-81/+107
2017-10-09i40e: Avoid some useless variables and initializers in NVM functionsStefano Brivio1-13/+7
2017-10-09i40e: fix a typoRami Rosen1-1/+1
2017-10-09i40e: use a local variable instead of calculating multiple timesLihong Yang1-13/+7
2017-10-09i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangsJayaprakash Shanmugam3-13/+35
2017-10-09i40e: add check for return from find_first_bit callLihong Yang1-0/+4
2017-10-09i40e: allow XPS with QoS enabledJacob Keller1-11/+6
2017-10-09i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller2-2/+2
2017-10-09i40e/i40evf: bump tail only in multiples of 8Jacob Keller2-0/+18
2017-10-09i40e: reduce lrxqthresh from 2 to 1Jacob Keller2-2/+2
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller5-18/+10
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller4-8/+12
2017-10-09i40evf: fix mac filter removal timing issueAlan Brady1-0/+2
2017-10-09i40e: use the safe hash table iterator when deleting mac filtersLihong Yang1-1/+2