summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ice: add support for set/get of driver-stored firmware parametersJacob Keller2021-06-113-0/+108
* ice: process 1588 PTP capabilities during initializationJacob Keller2021-06-113-0/+151
* ice: add support for sideband messagesJacob Keller2021-06-1111-2/+343
* Merge branch 'ipa-mem-2'David S. Miller2021-06-1011-240/+242
|\
| * net: ipa: don't index mem data array by IDAlex Elder2021-06-107-124/+117
| * net: ipa: introduce ipa_mem_find()Alex Elder2021-06-106-35/+56
| * net: ipa: pass memory id to ipa_table_valid_one()Alex Elder2021-06-101-30/+16
| * net: ipa: pass mem_id to ipa_table_reset_add()Alex Elder2021-06-101-20/+16
| * net: ipa: pass mem ID to ipa_mem_zero_region_add()Alex Elder2021-06-101-11/+8
| * net: ipa: pass mem_id to ipa_filter_reset_table()Alex Elder2021-06-101-10/+6
| * net: ipa: clean up header memory validationAlex Elder2021-06-101-12/+24
| * net: ipa: don't assume mem array indexed by IDAlex Elder2021-06-101-13/+14
|/
* ibmvnic: Allow device probe if the device is not ready at bootCristobal Forno2021-06-102-27/+132
* Merge branch 'marvell-prestera-lag'David S. Miller2021-06-106-88/+573
|\
| * net: marvell: prestera: add LAG supportSerhiy Boiko2021-06-105-31/+531
| * net: marvell: prestera: do not propagate netdev events to prestera_switchdev.cVadym Kochan2021-06-103-37/+19
| * net: marvell: prestera: move netdev topology validation to prestera_mainVadym Kochan2021-06-102-23/+26
|/
* soc: qcom: ipa: Remove superfluous error message around platform_get_irq()Tan Zhongjun2021-06-101-4/+1
* dccp: tfrc: fix doc warnings in tfrc_equation.cBaokun Li2021-06-101-0/+1
* atm: Use list_for_each_entry() to simplify code in resources.cWang Hai2021-06-101-5/+2
* ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.cWang Hai2021-06-101-2/+1
* net: x25: Use list_for_each_entry() to simplify code in x25_route.cWang Hai2021-06-101-12/+3
* mt76: mt7615: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-101-2/+1
* net: mido: mdio-mux-bcm-iproc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-101-4/+3
* net: stmmac: Fix mixed enum type warningWong Vee Khee2021-06-101-2/+2
* fjes: check return value after calling platform_get_resource()Yang Yingliang2021-06-101-0/+4
* net: axienet: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-101-5/+2
* net: w5100: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-101-6/+1
* Merge branch 'ixp4xxx_hss-cleanups'David S. Miller2021-06-101-64/+80
|\
| * net: ixp4xx_hss: add braces {} to all arms of the statementPeng Li2021-06-101-2/+2
| * net: ixp4xx_hss: fix the comments style issuePeng Li2021-06-101-5/+7
| * net: ixp4xx_hss: remove redundant spacesPeng Li2021-06-101-15/+15
| * net: ixp4xx_hss: add some required spacesPeng Li2021-06-101-4/+4
| * net: ixp4xx_hss: move out assignment in if conditionPeng Li2021-06-101-23/+43
| * net: ixp4xx_hss: fix the code style issue about "foo* bar"Peng Li2021-06-101-3/+3
| * net: ixp4xx_hss: add blank line after declarationsPeng Li2021-06-101-0/+5
| * net: ixp4xx_hss: remove redundant blank linesPeng Li2021-06-101-11/+0
|/
* tipc:subscr.c: fix a spelling mistakegushengxian2021-06-101-1/+1
* tipc: socket.c: fix the use of copular verbgushengxian2021-06-101-1/+1
* node.c: fix the use of indefinite articlegushengxian2021-06-101-1/+1
* af_unix: remove the repeated word "and"gushengxian2021-06-101-1/+1
* vsock/vmci: remove the repeated word "be"gushengxian2021-06-101-1/+1
* Merge tag 'mlx5-updates-2021-06-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-06-1031-131/+2523
|\
| * net/mlx5: Bridge, add tracepointsVlad Buslov2021-06-094-50/+247
| * net/mlx5: Bridge, filter tagged packets that didn't match tagged fgVlad Buslov2021-06-093-5/+141
| * net/mlx5: Bridge, support pvid and untagged vlan configurationsVlad Buslov2021-06-092-16/+167
| * net/mlx5: Bridge, match FDB entry vlan tagVlad Buslov2021-06-093-10/+181
| * net/mlx5: Bridge, implement infrastructure for vlansVlad Buslov2021-06-093-3/+286
| * net/mlx5: Bridge, dynamic entry ageingVlad Buslov2021-06-093-13/+193
| * net/mlx5: Bridge, handle FDB eventsVlad Buslov2021-06-094-4/+424