summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mv88e6xxx: Differentiate between 6390 and 6390X cmodesAndrew Lunn2018-11-113-2/+22
* net: dsa: mv88e6xxx: Group cmode ops togetherAndrew Lunn2018-11-111-3/+3
* net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn2018-11-111-0/+8
* net: phy: Add more link modes to the settings tableAndrew Lunn2018-11-111-4/+158
* net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-118-39/+35
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-1137-318/+516
* net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit2018-11-111-7/+0
* nfp: flower: remove unnecessary code in flow lookupJohn Hurley2018-11-113-14/+6
* nfp: flower: remove TC egdev offloadsJohn Hurley2018-11-114-78/+17
* nfp: flower: offload tunnel decap rules via indirect TC blocksJohn Hurley2018-11-113-4/+144
* nfp: flower: increase scope of netdev checking functionsJohn Hurley2018-11-113-31/+29
* nfp: flower: allow non repr netdev offloadJohn Hurley2018-11-114-39/+49
* net: phy: realtek: use new PHYID matching macrosHeiner Kallweit2018-11-111-19/+10
* net: phy: improve and inline phy_changeHeiner Kallweit2018-11-111-32/+15
* net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit2018-11-112-14/+1
* net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit2018-11-111-8/+0
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-1128-118/+4
* net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...Heiner Kallweit2018-11-111-2/+6
* brcmfmac: Use standard SKB list accessors in brcmf_sdiod_sglist_rw.David S. Miller2018-11-111-63/+74
* infiniband: nes: Fix more direct skb list accesses.David S. Miller2018-11-101-2/+2
* net: phy: leds: Don't make our own link speed namesKyle Roeschley2018-11-101-13/+2
* net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit2018-11-101-2/+2
* dpaa2-ptp: defer probe when portal allocation failedIoana Ciornei2018-11-101-1/+4
* dpaa2-eth: defer probe on object allocateIoana Ciornei2018-11-101-10/+22
* nfp: use the new __netdev_tx_sent_queue() BQL optimisationJakub Kicinski2018-11-101-3/+1
* tg3: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-101-6/+13
* ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-101-10/+44
* igb: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-101-10/+55
* e1000e: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-103-16/+45
* ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar2018-11-102-2/+8
* ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar2018-11-101-0/+33
* ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar2018-11-101-1/+4
* ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar2018-11-101-7/+7
* net: hns3: add PCIe FLR support for VFHuazhong Tan2018-11-102-2/+64
* net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan2018-11-103-8/+74
* net: hns3: add PCIe FLR support for PFHuazhong Tan2018-11-106-1/+100
* net: hns3: implement the IMP reset processing for PFHuazhong Tan2018-11-103-9/+37
* net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan2018-11-101-6/+16
* net: hns3: add error handler for hclgevf_reset()Huazhong Tan2018-11-101-14/+37
* net: hns3: stop handling command queue while resetting VFHuazhong Tan2018-11-104-1/+35
* net: hns3: add reset handling for VF when doing Core/Global/IMP resetHuazhong Tan2018-11-102-12/+46
* net: hns3: add reset handling for VF when doing PF resetHuazhong Tan2018-11-109-20/+146
* net: hns3: adjust VF's reset processHuazhong Tan2018-11-107-48/+63
* net: hns3: add reset_hdev to reinit the hdev in VF's reset processHuazhong Tan2018-11-102-54/+31
* cxgb4vf: free mac_hlist properlyArjun Vynipadath2018-11-101-0/+6
* cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath2018-11-101-2/+4
* cxgb4: free mac_hlist properlyArjun Vynipadath2018-11-101-0/+8
* xen/netfront: remove unnecessary wmbJacob Wen2018-11-101-2/+0
* nfp: abm: refuse RED offload with harddrop setJakub Kicinski2018-11-091-0/+5
* nfp: abm: don't set negative thresholdJakub Kicinski2018-11-092-2/+11