summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-19net: broadcom: remove leading spaces before tabsHui Tang2-13/+13
2021-05-19net: apple: remove leading spaces before tabsHui Tang2-19/+19
2021-05-19net: amd: remove leading spaces before tabsHui Tang8-27/+27
2021-05-19net: alteon: remove leading spaces before tabsHui Tang1-13/+13
2021-05-19net: 3com: remove leading spaces before tabsHui Tang1-1/+1
2021-05-19tun: use DEVICE_ATTR_RO macroYueHaibing1-8/+8
2021-05-19ibmveth: fix kobj_to_dev.cocci warningsYueHaibing1-2/+1
2021-05-18net: mdio: provide shim implementation of devm_of_mdiobus_registerVladimir Oltean1-0/+7
2021-05-18net: dcb: Remove unnecessary INIT_LIST_HEAD()Yang Yingliang1-2/+0
2021-05-18cxgb4: clip_tbl: use list_del_init instead of list_del/INIT_LIST_HEADYang Yingliang1-4/+2
2021-05-18Merge branch 'wan-cleanups'David S. Miller2-30/+12
2021-05-18net: wan: fix variable definition stylePeng Li1-2/+2
2021-05-18net: wan: remove redundant spacePeng Li1-1/+1
2021-05-18net: wan: remove redundant braces {}Peng Li1-2/+1
2021-05-18net: wan: add some required spacesPeng Li1-8/+8
2021-05-18net: wan: remove redundant blank linesPeng Li1-17/+0
2021-05-18net: dsa: qca8k: fix missing unlock on error in qca8k_vlan_(add|del)Wei Yongjun1-6/+10
2021-05-18cipso: correct comments of cipso_v4_cache_invalidate()Zheng Yejian1-2/+1
2021-05-18Merge branch 'custom-multipath-hash'David S. Miller14-9/+1685
2021-05-18selftests: forwarding: Add test for custom multipath hash with IPv6 GREIdo Schimmel1-0/+458
2021-05-18selftests: forwarding: Add test for custom multipath hash with IPv4 GREIdo Schimmel1-0/+456
2021-05-18selftests: forwarding: Add test for custom multipath hashIdo Schimmel1-0/+364
2021-05-18ipv6: Add custom multipath hash policyIdo Schimmel3-1/+129
2021-05-18ipv6: Add a sysctl to control multipath hash fieldsIdo Schimmel5-1/+54
2021-05-18ipv6: Calculate multipath hash inside switch statementIdo Schimmel1-2/+4
2021-05-18ipv6: Use a more suitable label nameIdo Schimmel1-2/+2
2021-05-18ipv4: Add custom multipath hash policyIdo Schimmel3-1/+125
2021-05-18ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel5-0/+89
2021-05-18ipv4: Calculate multipath hash inside switch statementIdo Schimmel1-2/+4
2021-05-18drivers/net: Remove leading spaces in KconfigJuerg Haefliger2-7/+7
2021-05-18net/packet: Remove redundant assignment to retJiapeng Chong1-5/+2
2021-05-18Merge branch 'stmmac-xpcs-eee'David S. Miller6-0/+73
2021-05-18net: stmmac: Add callbacks for DWC xpcs Energy Efficient EthernetMichael Sit Wei Hong4-0/+20
2021-05-18net: pcs: Introducing support for DWC xpcs Energy Efficient EthernetMichael Sit Wei Hong2-0/+53
2021-05-18alx: fix a double unlock in alx_probe()Dan Carpenter1-1/+1
2021-05-18net: wwan: Add WWAN port type attributeLoic Poulain1-9/+25
2021-05-18Merge branch 'stmmac-RK3568'David S. Miller2-15/+173
2021-05-18net: stmmac: Add RK3566/RK3568 SoC supportDavid Wu1-0/+121
2021-05-18dt-bindings: net: rockchip-dwmac: add rk3568 compatible stringEzequiel Garcia1-12/+18
2021-05-18net: stmmac: dwmac-rk: Check platform-specific opsDavid Wu1-2/+29
2021-05-18net: stmmac: Don't set has_gmac if has_gmac4 is setEzequiel Garcia1-1/+5
2021-05-18net: Remove the member netns_okYejune Deng11-23/+0
2021-05-18Merge branch 'mlxsw-next'David S. Miller19-2402/+83
2021-05-18mlxsw: Remove Mellanox SwitchX-2 ASIC supportAmit Cohen6-1719/+0
2021-05-18mlxsw: Remove Mellanox SwitchIB ASIC supportAmit Cohen4-610/+0
2021-05-18mlxsw: spectrum_router: Avoid missing error code warningIdo Schimmel1-2/+4
2021-05-18mlxsw: core: Avoid unnecessary EMAD buffer copyIdo Schimmel1-1/+1
2021-05-18mlxsw: Verify the accessed index doesn't exceed the array lengthDanielle Ratson5-0/+19
2021-05-18mlxsw: spectrum_buffers: Switch function argumentsDanielle Ratson1-3/+3
2021-05-18selftests: mlxsw: qos_lib: Drop __mlnx_qosPetr Machata1-14/+0