summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-11-11net: phy: Add more link modes to the settings tableAndrew Lunn
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-11-11net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit
2018-11-11nfp: flower: remove unnecessary code in flow lookupJohn Hurley
2018-11-11nfp: flower: remove TC egdev offloadsJohn Hurley
2018-11-11nfp: flower: offload tunnel decap rules via indirect TC blocksJohn Hurley
2018-11-11nfp: flower: increase scope of netdev checking functionsJohn Hurley
2018-11-11nfp: flower: allow non repr netdev offloadJohn Hurley
2018-11-11net: phy: realtek: use new PHYID matching macrosHeiner Kallweit
2018-11-11net: phy: improve and inline phy_changeHeiner Kallweit
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit
2018-11-11net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...Heiner Kallweit
2018-11-10brcmfmac: Use standard SKB list accessors in brcmf_sdiod_sglist_rw.David S. Miller
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-11-10Merge tag 'drm-fixes-2018-11-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-11-10Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-11Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2018-11-11Merge tag 'drm-misc-fixes-2018-11-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-11-11Merge tag 'drm-intel-fixes-2018-11-08' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-10Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-11-09infiniband: nes: Fix more direct skb list accesses.David S. Miller
2018-11-09net: phy: leds: Don't make our own link speed namesKyle Roeschley
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit
2018-11-09net: mvneta: correct typoAlexandre Belloni
2018-11-09dpaa2-ptp: defer probe when portal allocation failedIoana Ciornei
2018-11-09dpaa2-eth: defer probe on object allocateIoana Ciornei
2018-11-09nfp: use the new __netdev_tx_sent_queue() BQL optimisationJakub Kicinski
2018-11-09net: qualcomm: rmnet: Fix incorrect assignment of real_devSubash Abhinov Kasiviswanathan
2018-11-09tg3: extend PTP gettime function to read system clockMiroslav Lichvar
2018-11-09ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar
2018-11-09igb: extend PTP gettime function to read system clockMiroslav Lichvar
2018-11-09e1000e: extend PTP gettime function to read system clockMiroslav Lichvar
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar
2018-11-09ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar
2018-11-09ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar
2018-11-09ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar
2018-11-09net: hns3: add PCIe FLR support for VFHuazhong Tan
2018-11-09net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan
2018-11-09net: hns3: add PCIe FLR support for PFHuazhong Tan
2018-11-09net: hns3: implement the IMP reset processing for PFHuazhong Tan
2018-11-09net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan
2018-11-09net: hns3: add error handler for hclgevf_reset()Huazhong Tan
2018-11-09net: hns3: stop handling command queue while resetting VFHuazhong Tan
2018-11-09net: hns3: add reset handling for VF when doing Core/Global/IMP resetHuazhong Tan
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan
2018-11-09net: hns3: adjust VF's reset processHuazhong Tan