aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-14Revert "pktgen: use min() to make code cleaner"David S. Miller1-2/+3
2021-12-14pktgen: use min() to make code cleanerChangcheng Deng1-3/+2
2021-12-14Merge branch 'dsa-fixups'David S. Miller8-122/+119
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean6-113/+109
2021-12-14net: dsa: sja1105: fix broken connection with the sja1110 taggerVladimir Oltean2-9/+10
2021-12-14net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean1-1/+1
2021-12-14bareudp: Add extack support to bareudp_configure()Guillaume Nault1-4/+9
2021-12-14ethtool: fix null-ptr-deref on ref trackerJakub Kicinski1-2/+4
2021-12-14net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior1-1/+1
2021-12-14Merge branch 'hwtstamp_bonding'David S. Miller41-156/+37
2021-12-14Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu1-12/+21
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu40-144/+16
2021-12-13net: mtk_eth: add COMPILE_TEST supportLorenzo Bianconi1-1/+2
2021-12-13net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+5
2021-12-13mt76: remove variable set but not usedYang Li1-2/+1
2021-12-13net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar1-3/+3
2021-12-13net: ocelot: use dma_unmap_addr to get tx buffer dma_addrClément Léger1-2/+2
2021-12-13net: lan966x: Fix the configuration of the pcsHoratiu Vultur1-6/+0
2021-12-13selftests/net: expand gro with two machine testWillem de Bruijn1-14/+24
2021-12-13Merge branch 'mse102x-support'David S. Miller7-0/+875
2021-12-13net: vertexcom: Add MSE102x SPI supportStefan Wahren5-0/+802
2021-12-13dt-bindings: net: add Vertexcom MSE102x supportStefan Wahren1-0/+71
2021-12-13dt-bindings: add vendor VertexcomStefan Wahren1-0/+2
2021-12-13net: mvneta: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+1
2021-12-13net: axienet: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+1
2021-12-13isdn: cpai: no need to initialise statics to 0Jason Wang1-1/+1
2021-12-13net: ipa: fix IPA v4.5 interconnect dataAlex Elder1-6/+1
2021-12-13ARM: dts: qcom: sdx55: fix IPA interconnect definitionsAlex Elder1-4/+2
2021-12-13net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user namespacesJoanne Koong1-4/+0
2021-12-13u64_stats: Disable preemption on 32bit UP+SMP PREEMPT_RT during updates.Sebastian Andrzej Siewior1-14/+28
2021-12-13Merge branch 'bareudp-remove-unused'David S. Miller2-46/+8
2021-12-13bareudp: Move definition of struct bareudp_conf to bareudp.cGuillaume Nault2-8/+8
2021-12-13bareudp: Remove bareudp_dev_create()Guillaume Nault2-38/+0
2021-12-13tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not setXin Long1-1/+2
2021-12-13net: stmmac: bump tc when get underflow error from DMA descriptorXiaoliang Yang3-33/+27
2021-12-12Merge branch 'dsa-tagger-storage'David S. Miller13-294/+483
2021-12-12net: dsa: remove dp->privVladimir Oltean1-6/+0
2021-12-12net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sectionsVladimir Oltean3-53/+91
2021-12-12Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver"Vladimir Oltean5-67/+78
2021-12-12net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean5-77/+110
2021-12-12net: dsa: sja1105: move ts_id from sja1105_tagger_dataVladimir Oltean4-5/+8
2021-12-12net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean5-49/+37
2021-12-12net: dsa: sja1105: remove hwts_tx_en from tagger dataVladimir Oltean3-6/+5
2021-12-12net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean3-52/+57
2021-12-12net: dsa: sja1105: let deferred packets time out when sent to ports going downVladimir Oltean1-13/+0
2021-12-12net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean3-55/+94
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean4-4/+96
2021-12-12net: dsa: mv88e6xxx: Add tx fwd offload PVT on intermediate devicesTobias Waldekranz1-1/+3
2021-12-12net: Enable neighbor sysctls that is save for userns rootxu xin1-4/+0
2021-12-10Merge branch 'add-fdma-support-on-ocelot-switch-driver'Jakub Kicinski8-26/+1151