summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: don't defer close_dev work during recoveryJulian Wiedmann2019-02-284-5/+3
* s390/qeth: remove a redundant check for card->devJulian Wiedmann2019-02-281-1/+1
* s390/qeth: call dev_close() during recoveryJulian Wiedmann2019-02-283-75/+20
* s390/qeth: unconditionally clear MAC_REGISTERED flagJulian Wiedmann2019-02-282-2/+1
* s390/qeth: enable/disable the HW trap a little earlierJulian Wiedmann2019-02-282-14/+17
* s390/qeth: remove RECOVER stateJulian Wiedmann2019-02-286-47/+25
* cxgb4vf: Enter debugging mode if FW is inaccessibleArjun Vynipadath2019-02-282-13/+33
* cxgb4: Enable outer UDP checksum offload for T6Arjun Vynipadath2019-02-281-0/+2
* cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath2019-02-282-10/+9
* net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-281-2/+3
* net: phy: marvell10g: Use the generic C45 helper to read the 2110 featuresMaxime Chevallier2019-02-281-1/+1
* net: phy: marvell10g: Let genphy_c45_pma_read_abilities set Aneg bitMaxime Chevallier2019-02-281-10/+0
* drivers: net: phy: mdio-mux: Add support for Generic Mux controlsPankaj Bansal2019-02-273-0/+135
* route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-271-1/+1
* net: Remove switchdev_opsFlorian Fainelli2019-02-276-32/+0
* staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+21
* net: mscc: ocelot: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-273-0/+30
* mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+12
* rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+18
* mlxsw: spectrum: remove set but not used variable 'autoneg_status'YueHaibing2019-02-261-3/+0
* vxlan: add extack support for create and changelinkRoopa Prabhu2019-02-261-67/+141
* nfp: remove ethtool flashing fallbackJakub Kicinski2019-02-261-24/+0
* nfp: add .ndo_get_devlinkJakub Kicinski2019-02-264-0/+15
* net: devlink: turn devlink into a built-inJakub Kicinski2019-02-269-9/+0
* net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei2019-02-251-1/+1
* net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* net: wan: sbni: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...Yang Wei2019-02-251-1/+1
* net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei2019-02-251-1/+1
* net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-251-2/+1
* mlxsw: spectrum: acl: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-251-4/+2
* net: phy: aquantia: add hwmon supportHeiner Kallweit2019-02-254-0/+273
* net: phy: aquantia: rename aquantia.c to aquantia_main.cHeiner Kallweit2019-02-252-0/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-02-2512-199/+364
|\
| * ice: fix overlong string, update stats outputJesse Brandeburg2019-02-251-40/+40
| * ice: Fix for FC get rx/tx pause paramsLukasz Czapnik2019-02-251-11/+26
| * ice: use absolute vector ID for VFsMitch Williams2019-02-251-2/+4
| * ice: check for a leaf node presenceVictor Raj2019-02-252-0/+24
| * ice: flush Tx pipe on disable queue timeoutVictor Raj2019-02-251-2/+19
| * ice: clear VF ARQLEN register on resetMitch Williams2019-02-252-0/+6
| * ice: don't spam VFs with link messagesMitch Williams2019-02-251-1/+2
| * ice: only use the VF for ICE_VSI_VF in ice_vsi_releaseBrett Creeley2019-02-251-2/+4
| * ice: fix numeric overflow warningBruce Allan2019-02-252-4/+5
| * ice: fix issue where host reboots on unload when iommu=onBrett Creeley2019-02-251-17/+54
| * ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller2019-02-251-2/+13
| * ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan2019-02-253-67/+117
| * ice: sizeof(<type>) should be avoidedBruce Allan2019-02-256-45/+38
| * ice: Fix added in VSI supported nodes calcVictor Raj2019-02-251-2/+7
| * ice: Fix the calculation of ICE_MAX_MTUMaciej Fijalkowski2019-02-251-1/+1
| * ice: Mark extack argument as __always_unusedBruce Allan2019-02-251-4/+5