summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller9-4/+518
2021-06-11ice: enable receive hardware timestampingJacob Keller9-6/+410
2021-06-11ice: report the PTP clock index in ethtool .get_ts_infoJacob Keller3-1/+155
2021-06-11ice: register 1588 PTP clock device object for E810 devicesJacob Keller8-0/+513
2021-06-11ice: add low level PTP clock access functionsJacob Keller4-0/+758
2021-06-11ice: add support for set/get of driver-stored firmware parametersJacob Keller3-0/+108
2021-06-11ice: process 1588 PTP capabilities during initializationJacob Keller3-0/+151
2021-06-11ice: add support for sideband messagesJacob Keller11-2/+343
2021-06-10net: ipa: don't index mem data array by IDAlex Elder7-124/+117
2021-06-10net: ipa: introduce ipa_mem_find()Alex Elder6-35/+56
2021-06-10net: ipa: pass memory id to ipa_table_valid_one()Alex Elder1-30/+16
2021-06-10net: ipa: pass mem_id to ipa_table_reset_add()Alex Elder1-20/+16
2021-06-10net: ipa: pass mem ID to ipa_mem_zero_region_add()Alex Elder1-11/+8
2021-06-10net: ipa: pass mem_id to ipa_filter_reset_table()Alex Elder1-10/+6
2021-06-10net: ipa: clean up header memory validationAlex Elder1-12/+24
2021-06-10net: ipa: don't assume mem array indexed by IDAlex Elder1-13/+14
2021-06-10ibmvnic: Allow device probe if the device is not ready at bootCristobal Forno2-27/+132
2021-06-10net: marvell: prestera: add LAG supportSerhiy Boiko5-31/+531
2021-06-10net: marvell: prestera: do not propagate netdev events to prestera_switchdev.cVadym Kochan3-37/+19
2021-06-10net: marvell: prestera: move netdev topology validation to prestera_mainVadym Kochan2-23/+26
2021-06-10soc: qcom: ipa: Remove superfluous error message around platform_get_irq()Tan Zhongjun1-4/+1
2021-06-10ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.cWang Hai1-2/+1
2021-06-10mt76: mt7615: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-10net: mido: mdio-mux-bcm-iproc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-4/+3
2021-06-10net: stmmac: Fix mixed enum type warningWong Vee Khee1-2/+2
2021-06-10fjes: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-10net: axienet: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-5/+2
2021-06-10net: w5100: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-6/+1
2021-06-10net: ixp4xx_hss: add braces {} to all arms of the statementPeng Li1-2/+2
2021-06-10net: ixp4xx_hss: fix the comments style issuePeng Li1-5/+7
2021-06-10net: ixp4xx_hss: remove redundant spacesPeng Li1-15/+15
2021-06-10net: ixp4xx_hss: add some required spacesPeng Li1-4/+4
2021-06-10net: ixp4xx_hss: move out assignment in if conditionPeng Li1-23/+43
2021-06-10net: ixp4xx_hss: fix the code style issue about "foo* bar"Peng Li1-3/+3
2021-06-10net: ixp4xx_hss: add blank line after declarationsPeng Li1-0/+5
2021-06-10net: ixp4xx_hss: remove redundant blank linesPeng Li1-11/+0
2021-06-10Merge tag 'mlx5-updates-2021-06-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller27-122/+2380
2021-06-10net: davinci_emac: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+2
2021-06-10net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2-4/+2
2021-06-10net: phy: probe for C45 PHYs that return PHY ID of zero in C22 spaceWong Vee Khee1-0/+12
2021-06-09net/mlx5: Bridge, add tracepointsVlad Buslov3-50/+191
2021-06-09net/mlx5: Bridge, filter tagged packets that didn't match tagged fgVlad Buslov3-5/+141
2021-06-09net/mlx5: Bridge, support pvid and untagged vlan configurationsVlad Buslov1-16/+159
2021-06-09net/mlx5: Bridge, match FDB entry vlan tagVlad Buslov2-10/+172
2021-06-09net/mlx5: Bridge, implement infrastructure for vlansVlad Buslov3-3/+286
2021-06-09net/mlx5: Bridge, dynamic entry ageingVlad Buslov3-13/+193
2021-06-09net/mlx5: Bridge, handle FDB eventsVlad Buslov3-4/+409
2021-06-09net/mlx5: Bridge, add offload infrastructureVlad Buslov9-0/+539
2021-06-09net/mlx5e: Refactor mlx5e_eswitch_{*}rep() helpersVlad Buslov2-5/+5
2021-06-09net/mlx5: Create TC-miss priority and tableVlad Buslov3-1/+25