summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-22vxge: avoid -Wemtpy-body warningsArnd Bergmann1-7/+7
2021-04-22net: wwan: core: Return poll error in case of port removalLoic Poulain1-0/+2
2021-04-22netdevsim: Only use sampling truncation length when validIdo Schimmel1-3/+4
2021-04-22net: enetc: fix link error againArnd Bergmann1-3/+1
2021-04-22net: mana: fix PCI_HYPERV dependencyArnd Bergmann1-1/+1
2021-04-22net: phy: marvell: don't use empty switch default caseMarek Behún1-2/+0
2021-04-21net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=nVladimir Oltean1-1/+1
2021-04-21net: ethernet: ravb: Fix release of refclkAdam Ford1-3/+4
2021-04-21stmmac: intel: set TSO/TBS TX Queues default settingsOng Boon Leong1-0/+3
2021-04-21net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel1-1/+1
2021-04-21stmmac: intel: unlock on error path in intel_crosststamp()Dan Carpenter1-0/+1
2021-04-21Merge branch 'mv88e6xxx-small-improvements'David S. Miller5-3/+81
2021-04-21net: dsa: mv88e6xxx: Export cross-chip PVT as devlink regionTobias Waldekranz4-0/+78
2021-04-21net: dsa: mv88e6xxx: Fix off-by-one in VTU devlink region sizeTobias Waldekranz1-1/+1
2021-04-21net: dsa: mv88e6xxx: Correct spelling of define "ADRR" -> "ADDR"Tobias Waldekranz2-2/+2
2021-04-21Merge branch 'octeontx2-af-cn10k'David S. Miller3-8/+266
2021-04-21octeontx2-af: Add mailbox for CPT statsSrujana Challa2-0/+160
2021-04-21octeontx2-af: cn10k: Add mailbox to configure reassembly timeoutSrujana Challa2-7/+75
2021-04-21octeontx2-af: cn10k: Mailbox changes for CN10K CPTSrujana Challa2-1/+31
2021-04-21net: wwan: mhi_wwan_ctrl: Fix RX buffer starvationLoic Poulain1-4/+4
2021-04-21net: phy: at803x: fix probe error if copper page is selectedMichael Walle1-6/+17
2021-04-21net: mana: remove redundant initialization of variable errColin Ian King1-1/+1
2021-04-21virtio-net: fix use-after-free in page_to_skb()Eric Dumazet1-1/+4
2021-04-21phy: nxp-c45-tja11xx: fix phase offset calculationRadu Pirea (NXP OSS)1-1/+1
2021-04-21net: enetc: automatically select IERB moduleMichael Walle1-1/+1
2021-04-21virtio-net: restrict build_skb() use to some archesEric Dumazet1-1/+1
2021-04-21net: wwan: Fix bit ops double shiftLoic Poulain2-4/+6
2021-04-21Merge branch 'dsa-tag-override'David S. Miller6-70/+192
2021-04-21dt-bindings: net: dsa: Document dsa-tag-protocol propertyTobias Waldekranz1-0/+9
2021-04-21net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz2-17/+91
2021-04-21net: dsa: Only notify CPU ports of changes to the tag protocolTobias Waldekranz1-18/+7
2021-04-21net: dsa: mv88e6xxx: Allow dynamic reconfiguration of tag protocolTobias Waldekranz1-0/+39
2021-04-21net: dsa: mv88e6xxx: Mark chips with undocumented EDSA tag supportTobias Waldekranz2-35/+46
2021-04-21Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller30-149/+232
2021-04-21Merge branch 'mlxsw-refactor-qdisc-offload'David S. Miller2-149/+306
2021-04-21selftests: mlxsw: sch_red_ets: Test proper counter cleaning in ETSPetr Machata1-0/+7
2021-04-21mlxsw: spectrum_qdisc: Index future FIFOs by band numberPetr Machata1-7/+6
2021-04-21mlxsw: spectrum_qdisc: Allocate child qdiscs dynamicallyPetr Machata1-32/+83
2021-04-21mlxsw: spectrum_qdisc: Guard all qdisc accesses with a lockPetr Machata1-16/+73
2021-04-21mlxsw: spectrum_qdisc: Track children per qdiscPetr Machata1-46/+118
2021-04-21mlxsw: spectrum_qdisc: Promote backlog reduction to mlxsw_sp_qdisc_destroy()Petr Machata1-30/+18
2021-04-21mlxsw: spectrum_qdisc: Track tclass_num as int, not u8Petr Machata1-6/+6
2021-04-21mlxsw: spectrum_qdisc: Drop an always-true conditionPetr Machata1-4/+1
2021-04-21mlxsw: spectrum_qdisc: Simplify mlxsw_sp_qdisc_compare()Petr Machata1-15/+7
2021-04-21mlxsw: spectrum_qdisc: Drop one argument from check_params callbackPetr Machata1-7/+1
2021-04-21korina: Fix build.David S. Miller1-1/+1
2021-04-21Merge branch 'marvell-phy-hwmon'David S. Miller3-257/+250
2021-04-21net: phy: marvell: add support for Amethyst internal PHYMarek Behún2-3/+115
2021-04-21net: dsa: mv88e6xxx: simulate Amethyst PHY model numberMarek Behún1-0/+1
2021-04-21net: phy: marvell: use assignment by bitwise AND operatorMarek Behún1-1/+1