aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2020-03-23net: phy: introduce phy_read_poll_timeout macroDejin Zheng1-0/+13
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-23net: phy: introduce phy_read_mmd_poll_timeout macroDejin Zheng1-0/+14
2020-03-23iopoll: redefined readx_poll_timeout macro to simplify the codeDejin Zheng1-19/+1
2020-03-23iopoll: introduce read_poll_timeout macroDejin Zheng1-0/+44
2020-03-23Remove DST_HOSTDavid Laight8-24/+12
2020-03-23net: thunderx: remove set but not used variable 'tail'Zheng zengkai1-2/+1
2020-03-23net: dsa: Implement flow dissection for tag_brcm.cFlorian Fainelli1-0/+23
2020-03-23Merge branch 'devlink-Preparations-for-trap-policers-support'David S. Miller4-115/+202
2020-03-23devlink: Only pass packet trap group identifier in trap structureIdo Schimmel4-18/+32
2020-03-23devlink: Stop reference counting packet trap groupsIdo Schimmel1-96/+5
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-23devlink: Add API to register packet trap groupsIdo Schimmel2-0/+123
2020-03-23Merge branch 'r8169-improvements-for-scheduled-task-handling'David S. Miller1-21/+6
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. Miller18-304/+826
2020-03-23Merge branch 'octeontx2-vf-Add-network-driver-for-virtual-function'David S. Miller10-112/+1693
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-23Merge branch 'phy_check_downshift'David S. Miller5-49/+45
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 Kallweit3-1/+44
2020-03-23Merge branch 'net-phy-xpcs-Improvements-for-next'David S. Miller1-4/+10
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 Kicinski7-58/+55
2020-03-23net: mptcp: don't hang in mptcp_sendmsg() after TCP fallbackDavide Caratti2-4/+6
2020-03-23Merge branch 'MSCC-PHY-RGMII-delays-and-VSC8502-support'David S. Miller2-12/+52
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