summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-28/+37
|\
| * i40e: Fix memory leak related filter programming statusAlexander Duyck2017-10-101-27/+36
| * i40e: Fix comment about locking for __i40e_read_nvm_word()Stefano Brivio2017-10-101-1/+1
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-2/+0
* | ixgbe: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-6/+39
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-197-301/+495
|\ \
| * | i40e: fix u64 division usageAlan Brady2017-10-172-19/+42
| * | i40e: convert i40e_set_link_ksettings to new APIAlan Brady2017-10-171-36/+57
| * | i40e: rename 'change' variable to 'autoneg_changed'Alan Brady2017-10-171-6/+6
| * | i40e: convert i40e_get_settings_link_up to new APIAlan Brady2017-10-171-62/+125
| * | i40e: convert i40e_phy_type_to_ethtool to new APIAlan Brady2017-10-171-64/+140
| * | i40e: Add new PHY types for 25G AOC and ACC supportSudheer Mogilappagari2017-10-175-0/+16
| * | i40e: group autoneg PHY types togetherAlan Brady2017-10-171-44/+41
| * | i40e: fix whitespace issues in i40e_ethtool.cAlan Brady2017-10-171-26/+18
| * | i40e: fix comment typoAlan Brady2017-10-171-2/+2
| * | i40e: fix i40e_phy_type_to_ethtool function headerAlan Brady2017-10-171-1/+1
| * | i40e: fix clearing link masks in i40e_get_link_ksettingsAlan Brady2017-10-171-8/+6
| * | i40e: add function header for i40e_get_rxfhAlan Brady2017-10-171-0/+10
| * | i40e: remove ifdef SPEED_25000Alan Brady2017-10-171-5/+0
| * | i40e: rename 'cmd' variables in ethtool interfaceAlan Brady2017-10-171-71/+74
* | | ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-1810-50/+43
|/ /
* | i40e/i40evf: don't trust VF to reset itselfAlan Brady2017-10-132-6/+10
* | i40e: fix link reportingAlan Brady2017-10-131-1/+6
* | i40e: make const array patterns static, reduces object code sizeColin Ian King2017-10-131-1/+3
* | i40e: Add support setting TC max bandwidth ratesAmritha Nambiar2017-10-132-9/+93
* | i40e: Refactor VF BW rate limitingAmritha Nambiar2017-10-133-43/+71
* | i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar2017-10-133-106/+362
* | i40e: Add infrastructure for queue channel supportAmritha Nambiar2017-10-133-9/+743
* | i40e: Add macro for PF reset bitAmritha Nambiar2017-10-134-10/+9
* | igb: check memory allocation failureChristophe JAILLET2017-10-101-0/+2
* | e1000e: Be drop monitor friendlyFlorian Fainelli2017-10-101-7/+11
* | e1000e: apply burst mode settings only on defaultWillem de Bruijn2017-10-103-13/+15
* | e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin2017-10-101-3/+5
* | e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2017-10-102-8/+26
* | e1000e: Separate signaling for link check/link upBenjamin Poirier2017-10-102-4/+9
* | e1000e: Fix return value testBenjamin Poirier2017-10-101-1/+1
* | e1000e: Fix wrong comment related to link detectionBenjamin Poirier2017-10-101-2/+2
* | e1000e: Fix error path in link detectionBenjamin Poirier2017-10-101-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-104-50/+13
|\|
| * ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend2017-10-091-8/+8
| * net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong2017-10-092-41/+0
| * Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong2017-10-091-1/+1
| * ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca2017-10-091-1/+1
| * ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad2017-10-091-0/+4
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-1012-81/+107
|\ \
| * | i40e: Avoid some useless variables and initializers in NVM functionsStefano Brivio2017-10-091-13/+7
| * | i40e: fix a typoRami Rosen2017-10-091-1/+1
| * | i40e: use a local variable instead of calculating multiple timesLihong Yang2017-10-091-13/+7
| * | i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangsJayaprakash Shanmugam2017-10-093-13/+35
| * | i40e: add check for return from find_first_bit callLihong Yang2017-10-091-0/+4