summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2018-12-17bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.Michael Chan1-8/+11
2018-12-17bnxt_en: Reserve 1 stat_ctx for RDMA driver.Vasundhara Volam2-28/+52
2018-12-17bnxt_en: Do not modify max_stat_ctxs after RDMA driver requests/frees stat_ctxsVasundhara Volam3-15/+2
2018-12-17bnxt_en: get rid of num_stat_ctxs variableVasundhara Volam7-16/+25
2018-12-17bnxt_en: Add bnxt_get_avail_cp_rings_for_en() helper function.Michael Chan3-6/+16
2018-12-17bnxt_en: Store the maximum NQs available on the PF.Michael Chan2-1/+5
2018-12-17ucc_geth: Add change_carrier() for Fixed PHYsJoakim Tjernlund1-0/+2
2018-12-17gianfar: Add change_carrier() for Fixed PHYsJoakim Tjernlund1-0/+1
2018-12-17dpaa_eth: Add change_carrier() for Fixed PHYsJoakim Tjernlund1-1/+2
2018-12-17net/mlx4_en: remove fallback after kzalloc_node()Eric Dumazet3-15/+6
2018-12-17net/mlx5e: Add some ethtool port control entries to the uplink rep netdevOr Gerlitz1-2/+73
2018-12-17net/mlx5e: Expose ethtool pause and link functions to mlx5e callersOr Gerlitz2-20/+56
2018-12-17net/mlx5e: Add sriov and udp tunnel ndo support for the uplink repOr Gerlitz3-14/+31
2018-12-17net/mlx5e: Handle port mtu/link, dcb and lag for uplink repsOr Gerlitz3-20/+102
2018-12-17net/mlx5e: Uninstantiate esw manager vport netdev on switchdev modeOr Gerlitz4-21/+42
2018-12-17net/mlx5e: Remove leftover code from the PF netdev being uplink repOr Gerlitz3-119/+9
2018-12-17net/mlx5e: Use dedicated uplink vport netdev representorOr Gerlitz8-121/+212
2018-12-17net/mlx5e: Use single argument for the esw representor build params helperOr Gerlitz1-8/+9
2018-12-17net/mlx5: E-Switch, Remove redundant reloading of the IB interfaceOr Gerlitz1-3/+0
2018-12-16mlxsw: reg: Activate Bloom filterNir Dotan1-2/+2
2018-12-16mlxsw: spectrum_acl: Set master RP index on transition to eRPNir Dotan1-3/+3
2018-12-16mlxsw: spectrum_acl: Update Bloom filter on eRP transitionsNir Dotan3-0/+65
2018-12-16mlxsw: spectrum_acl: Set A-TCAM rules in Bloom filterNir Dotan1-0/+10
2018-12-16mlxsw: spectrum_acl: Add Bloom filter updateNir Dotan2-2/+60
2018-12-16mlxsw: spectrum_acl: Add Bloom filter handlingNir Dotan2-0/+219
2018-12-16mlxsw: spectrum_acl: Introduce Bloom filterNir Dotan4-1/+59
2018-12-16mlxsw: resources: Add Spectrum-2 Bloom filter resourceNir Dotan1-0/+2
2018-12-16mlxsw: reg: Add Policy Engine Algorithmic Bloom Filter Entries RegisterNir Dotan1-0/+67
2018-12-16nfp: abm: allow to opt-out of RED offloadJakub Kicinski3-6/+32
2018-12-15Merge tag 'mlx5e-updates-2018-12-14' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller13-137/+1000
2018-12-15net: socionext: remove mmio reads on TxIlias Apalodimas1-43/+54
2018-12-15net: socionext: correctly recover txq after being fullIlias Apalodimas1-11/+45
2018-12-15r8169: improve spurious interrupt detectionHeiner Kallweit1-1/+2
2018-12-15cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()Yangtao Li3-117/+25
2018-12-15net: hns3: Add "tm map" status information query functionliuzhongzhu4-0/+93
2018-12-15net: hns3: Add "queue map" information query functionliuzhongzhu7-2/+76
2018-12-15net: hns3: Add "dcb register" status information query functionliuzhongzhu4-0/+134
2018-12-15net: hns3: Add "status register" information query functionliuzhongzhu4-0/+885
2018-12-15net: hns3: Add "manager table" information query functionliuzhongzhu4-2/+100
2018-12-15net: hns3: Add "bd info" query functionliuzhongzhu1-1/+78
2018-12-14net/ibmvnic: Remove tests of member addressWen Yang1-5/+2
2018-12-14net/mlx5: Handle LAG FW commands failure gracefullyAviv Heller1-21/+70
2018-12-14net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller4-20/+67
2018-12-14net/mlx5: Rename mlx5_lag_is_bonded() to __mlx5_lag_is_active()Aviv Heller1-9/+9
2018-12-14net/mlx5: Allow co-enablement of uplink LAG and SRIOVRabie Loulou1-2/+4
2018-12-14net/mlx5: Allow/disallow LAG according to pre-req onlyRabie Loulou5-61/+36
2018-12-14net/mlx5: Adjustments for the activate LAG logic to run under sriovRabie Loulou1-12/+21
2018-12-14net/mlx5e: Duplicate offloaded TC eswitch rules under uplink LAGAviv Heller1-1/+10
2018-12-14net/mlx5e: Offload TC e-switch rules with egress LAG deviceRabie Loulou1-0/+9
2018-12-14net/mlx5e: In case of LAG, one switch parent id is used for all representorsRabie Loulou2-13/+48