aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-25Revert "net: mediatek: remove set but not used variable 'status'"David S. Miller1-0/+2
2019-08-25net: mediatek: remove set but not used variable 'status'Mao Wenan1-2/+0
2019-08-24net: phy: sfp: Add labels to hwmon sensorsAndrew Lunn1-5/+68
2019-08-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-148/+225
2019-08-24bnxt_en: Fix allocation of zero statistics block size regression.Michael Chan1-2/+1
2019-08-24Merge tag 'mlx5-fixes-2019-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-31/+29
2019-08-24net: hns3: Fix -Wunused-const-variable warningYueHaibing2-44/+44
2019-08-24Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpanDavid S. Miller1-3/+5
2019-08-23Revert "r8169: remove not needed call to dma_sync_single_for_device"Heiner Kallweit1-0/+1
2019-08-23r8169: fix DMA issue on MIPS platformHeiner Kallweit1-0/+4
2019-08-23net/mlx5: Fix return code in case of hyperv wrong size readEran Ben Elisha1-3/+3
2019-08-23r8152: add a helper function about setting EEEHayes Wang1-91/+77
2019-08-23r8152: saving the settings of EEEHayes Wang1-30/+50
2019-08-23ice: Don't allow VSI to remove unassociated ucast filterAkeem G Abodunrin1-0/+56
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin4-67/+73
2019-08-23ice: update ethtool stats on-demandBruce Allan3-6/+9
2019-08-23ice: Add input handlers for virtual channel handlersAmruth G.P1-32/+32
2019-08-23ice: Don't clear auto_fec bit in ice_cfg_phy_fec()Chinh T Cao1-6/+3
2019-08-23ice: Fix flag used for module queryChinh T Cao1-1/+1
2019-08-23ice: silence some bogus error messagesMitch Williams2-3/+4
2019-08-23ice: Rename ethtool private flag for lldpDave Ertman4-8/+8
2019-08-23ice: reject VF attempts to enable head writebackJacob Keller1-0/+1
2019-08-23ice: Copy dcbx configuration only if mode is correctMichal Swiatkowski1-2/+4
2019-08-23ice: Treat DCBx state NOT_STARTED as validDave Ertman1-1/+2
2019-08-23ice: Don't call synchronize_irq() for VF's from the hostBrett Creeley1-0/+4
2019-08-23ice: Account for all states of FW DCBx and LLDPDave Ertman1-22/+12
2019-08-23ice: Allow egress control packets from PF_VSIDave Ertman2-1/+17
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring20-57/+27
2019-08-22net: usb: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2-7/+3
2019-08-22hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2-4/+2
2019-08-22can: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2-4/+2
2019-08-22net: fec: add C45 MDIO read/write supportMarco Hartmann1-6/+64
2019-08-22Merge tag 'wireless-drivers-for-davem-2019-08-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller9-19/+93
2019-08-22qed: Add cleanup in qed_slowpath_start()Wenwen Wang1-1/+3
2019-08-22ocelot_ace: fix action of trapYangbo Lu1-1/+1
2019-08-22net/mlx5e: Remove ethernet segment from dump WQEEran Ben Elisha1-16/+10
2019-08-22net/mlx5e: Add num bytes metadata to WQE infoEran Ben Elisha1-5/+7
2019-08-22net/mlx5: Fix delay in fw fatal report handling due to fw reportMoshe Shemesh1-9/+10
2019-08-22net/mlx5: Fix crdump chunks printMoshe Shemesh1-1/+2
2019-08-22i40e: fix retrying in i40e_aq_get_phy_capabilitiesMarcin Formela1-7/+10
2019-08-22i40e: Persistent LLDP supportSylwia Wnuczko5-1/+127
2019-08-22i40e: allow reset in recovery modePiotr Kwapulinski3-8/+63
2019-08-22i40e: Remove function i40e_update_dcb_config()Grzegorz Siwik1-45/+1
2019-08-22i40e: Fix crash caused by stress setting of VF MAC addressesSlawomir Laba1-1/+6
2019-08-22i40e: reset veb.tc_stats when resetting veb.statsJacob Keller1-0/+4
2019-08-22i40e: Update FW API version to 1.9Piotr Azarewicz1-2/+2
2019-08-22i40e: check_recovery_mode had wrong if statementAdrian Podlawski2-3/+20
2019-08-22i40e: Add drop mode parameter to set mac configSylwia Wnuczko3-15/+19
2019-08-22i40e: fix shifts of signed valuesBeilei Xing1-12/+12
2019-08-22i40e: add check on i40e_configure_tx_ring() return valuehuhai1-1/+1