summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: hns3: enable VF VLAN filter for each VF when initializingJian Shen2019-02-242-11/+23
| * | net: hns3: add support to config depth for tx|rx ring separatelyPeng Li2019-02-2410-47/+119
| * | net: hns3: remove hnae3_get_bit in data pathYunsheng Lin2019-02-241-19/+14
| * | net: hns3: replace hnae3_set_bit and hnae3_set_field in data pathYunsheng Lin2019-02-241-69/+51
| * | net: hns3: add unlikely for error handling in data pathYunsheng Lin2019-02-241-9/+9
| * | net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin2019-02-242-9/+5
| * | net: hns3: limit some variable scope in critical data pathYunsheng Lin2019-02-241-19/+16
| * | net: hns3: avoid mult + div op in critical data pathYunsheng Lin2019-02-242-7/+11
| * | net: hns3: add xps setting support for hns3 driverYunsheng Lin2019-02-241-0/+24
|/ /
* | Merge branch 'mlxsw-spectrum_acl-Don-t-take-rtnl-mutex-for-region-rehash'David S. Miller2019-02-246-187/+592
|\ \
| * | selftests: mlxsw: spectrum-2: Add massive delta rehash testJiri Pirko2019-02-241-0/+166
| * | selftests: mlxsw: spectrum-2: Check migrate end traceJiri Pirko2019-02-241-0/+8
| * | mlxsw: spectrum_acl: Add vregion migration end tracepointJiri Pirko2019-02-242-3/+28
| * | selftests: mlxsw: spectrum-2: Add IPv6 variant of simple delta rehash testJiri Pirko2019-02-241-0/+71
| * | mlxsw: spectrum_acl: Don't take mutex in mlxsw_sp_acl_tcam_vregion_rehash_work()Jiri Pirko2019-02-241-5/+0
| * | mlxsw: spectrum_acl: Remove RTNL lock assertions from ERP codeJiri Pirko2019-02-241-6/+0
| * | mlxsw: spectrum_acl: Don't take rtnl lock during vregion_rehash_intrvl_set()Jiri Pirko2019-02-242-2/+10
| * | mlxsw: spectrum_acl: Introduce a mutex to guard objagg instance manipulationJiri Pirko2019-02-241-5/+20
| * | mlxsw: spectrum_acl: Enable vregion rehash per-profileJiri Pirko2019-02-241-8/+15
| * | mlxsw: spectrum_acl: Introduce mutex to guard Bloom Filter updatesJiri Pirko2019-02-241-7/+27
| * | mlxsw: spectrum_acl: Introduce vregion mutexJiri Pirko2019-02-241-0/+26
| * | mlxsw: spectrum_acl: Refactor vregion association codeJiri Pirko2019-02-241-67/+66
| * | mlxsw: spectrum_acl: Introduce a mutex to guard region list updatesJiri Pirko2019-02-241-2/+14
| * | mlxsw: spectrum_acl: Split TCAM group structure into twoJiri Pirko2019-02-242-101/+161
| * | mlxsw: spectrum_acl: Remove unused ops field from group structureJiri Pirko2019-02-241-1/+0
|/ /
* | Merge branch 'net-dsa-microchip-add-MIB-counters-support'David S. Miller2019-02-244-55/+270
|\ \
| * | net: dsa: microchip: add port_cleanup functionTristram Ha2019-02-244-0/+31
| * | net: dsa: microchip: remove unnecessary include headersTristram Ha2019-02-241-4/+0
| * | net: dsa: microchip: get port link statusTristram Ha2019-02-243-0/+17
| * | net: dsa: microchip: add MIB counter reading supportTristram Ha2019-02-244-48/+205
| * | net: dsa: microchip: prepare PHY for proper advertisementTristram Ha2019-02-243-3/+17
|/ /
* | Merge branch 'net-phy-marvell10g-Add-2-5GBaseT-support'David S. Miller2019-02-243-14/+82
|\ \
| * | net: phy: marvell10g: add support for the 88x2110 PHYMaxime Chevallier2019-02-242-0/+14
| * | net: mvpp2: Add 2.5GBaseT supportMaxime Chevallier2019-02-241-0/+1
| * | net: phy: marvell10g: Force reading of 2.5/5GMaxime Chevallier2019-02-241-0/+35
| * | net: phy: marvell10g: Use a #define for 88X3310 family idMaxime Chevallier2019-02-242-2/+3
| * | net: phy: marvell10g: Use 2500BASEX when using 2.5GBASETMaxime Chevallier2019-02-241-7/+19
| * | net: phy: marvell10g: Use linkmode_set_bit helper instead of __set_bitMaxime Chevallier2019-02-241-2/+2
| * | net: phy: marvell10g: Use get_features to get the PHY abilitiesMaxime Chevallier2019-02-241-3/+8
|/ /
* | net: phy: check PMAPMD link status only in genphy_c45_read_linkHeiner Kallweit2019-02-241-8/+1
* | Merge branch 'net-switchdev-h-inclusion-removal'David S. Miller2019-02-244-4/+0
|\ \
| * | net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli2019-02-243-3/+0
| * | nfp: Remove switchdev.h inclusionFlorian Fainelli2019-02-241-1/+0
|/ /
* | net: lantiq: Do not use eth_change_mtu()Hauke Mehrtens2019-02-241-1/+0
* | net: phy: improve definition of __ETHTOOL_LINK_MODE_MASK_NBITSHeiner Kallweit2019-02-242-12/+9
* | Merge branch 'net-protodown-support-for-macvlan-and-vxlan'David S. Miller2019-02-244-0/+22
|\ \
| * | vxlan: add ndo_change_proto_down supportAndy Roulin2019-02-241-0/+1
| * | macvlan: add ndo_change_proto_down supportAndy Roulin2019-02-241-0/+1
| * | net: dev: add generic protodown handlerAndy Roulin2019-02-242-0/+20
|/ /
* | Merge branch 'Add-tests-for-unlocked-flower-classifier-implementation'David S. Miller2019-02-244-4/+297
|\ \