aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-23net: phy: marvell10g: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-10/+5
2020-03-23net: phy: aquantia: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-9/+4
2020-03-23net: phy: bcm84881: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-23/+4
2020-03-23Remove DST_HOSTDavid Laight1-2/+2
2020-03-23net: thunderx: remove set but not used variable 'tail'Zheng zengkai1-2/+1
2020-03-23devlink: Only pass packet trap group identifier in trap structureIdo Schimmel2-8/+8
2020-03-23netdevsim: Explicitly register packet trap groupsIdo Schimmel1-1/+18
2020-03-23mlxsw: spectrum_trap: Explicitly register packet trap groupsIdo Schimmel1-3/+27
2020-03-23r8169: improve RTL8168b FIFO overflow workaroundHeiner Kallweit1-2/+1
2020-03-23r8169: improve rtl_schedule_taskHeiner Kallweit1-2/+2
2020-03-23r8169: simplify rtl_taskHeiner Kallweit1-17/+3
2020-03-23r8169: add new helper rtl8168g_enable_gphy_10mHeiner Kallweit1-8/+10
2020-03-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-304/+747
2020-03-23octeontx2-pf: Remove wrapper APIs for mutex lock and unlockSunil Goutham5-89/+75
2020-03-23octeontx2-af: Remove driver version and fix authorshipSunil Goutham2-6/+2
2020-03-23octeontx2-pf: Cleanup all receive buffers in SG descriptorGeetha sowjanya2-9/+34
2020-03-23octeontx2-vf: Link event notification supportTomasz Duszynski2-2/+93
2020-03-23octeontx2-vf: Ethtool supportTomasz Duszynski3-14/+117
2020-03-23octeontx2-vf: Virtual function driver supportTomasz Duszynski8-1/+699
2020-03-23octeontx2-pf: Handle VF function level resetGeetha sowjanya2-3/+239
2020-03-23octeontx2-pf: Enable SRIOV and added VF mbox handlingSunil Goutham2-0/+446
2020-03-23net: phy: aquantia: remove downshift warning now that phylib takes careHeiner Kallweit1-24/+1
2020-03-23net: phy: marvell: remove downshift warning now that phylib takes careHeiner Kallweit1-24/+0
2020-03-23net: phy: add and use phy_check_downshiftHeiner Kallweit2-1/+41
2020-03-23net: phy: xpcs: Restart AutoNeg if outcome was invalidJose Abreu1-1/+3
2020-03-23net: phy: xpcs: Set Link down if AutoNeg is enabled and did not finishJose Abreu1-1/+3
2020-03-23net: phy: xpcs: Reset XPCS upon probeJose Abreu1-1/+1
2020-03-23net: phy: xpcs: Return error when 10GKR link errors are foundJose Abreu1-1/+3
2020-03-23mlxsw: spectrum_cnt: Fix 64-bit division in mlxsw_sp_counter_resources_registerNathan Chancellor1-1/+1
2020-03-23net: sched: rename more stats_typesJakub Kicinski2-5/+5
2020-03-23net: phy: mscc: add support for VSC8502Vladimir Oltean2-0/+25
2020-03-23net: phy: mscc: configure both RX and TX internal delays for RGMIIVladimir Oltean2-3/+15
2020-03-23net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_setVladimir Oltean1-0/+3
2020-03-23net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delayVladimir Oltean2-10/+10
2020-03-23enetc: Remove unused variable 'enetc_drv_name'YueHaibing2-2/+0
2020-03-23Crypto/chtls: add/delete TLS header in driverRohit Maheshwari1-14/+59
2020-03-21net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan3-155/+113
2020-03-21net: hns3: refactor the mailbox message between PF and VFYufeng Mo5-234/+291
2020-03-21net: hns3: add a conversion for mailbox's response codeJian Shen2-2/+21
2020-03-21ionic: check for NULL structs on teardownShannon Nelson2-13/+20
2020-03-21ionic: clean irq affinity on queue deinitShannon Nelson1-0/+2
2020-03-21ionic: ignore eexist on rx filter addShannon Nelson1-2/+2
2020-03-21ionic: only save good lif dentryShannon Nelson1-1/+7
2020-03-21ionic: leave dev cmd request contents alone on FW timeoutShannon Nelson1-1/+4
2020-03-21ionic: add timeout error checking for queue disableShannon Nelson1-5/+15
2020-03-21soc: qcom: ipa: kill IPA_RX_BUFFER_ORDERAlex Elder1-5/+5
2020-03-21ice: add board identifier info to devlink .info_getJacob Keller6-70/+146
2020-03-21ice: add basic handler for devlink .info_getJacob Keller1-0/+189
2020-03-21devlink: promote "fw.bundle_id" to a generic info versionJacob Keller1-1/+1
2020-03-21ice: enable initial devlink supportJacob Keller6-4/+166