summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-14ice: Remove excess error variablesTony Nguyen10-282/+223
2021-12-14ice: Cleanup after ice_status removalTony Nguyen28-350/+265
2021-12-14ice: Remove enum ice_statusTony Nguyen22-654/+568
2021-12-14ice: Use int for ice_statusTony Nguyen33-859/+863
2021-12-14ice: Remove string printing for ice_statusTony Nguyen9-236/+163
2021-12-14ice: Refactor status flow for DDP loadWojciech Drewek4-182/+272
2021-12-14ice: Refactor promiscuous functionsBrett Creeley4-102/+156
2021-12-14ice: refactor PTYPE validatingJeff Guo4-372/+133
2021-12-14ice: Add package PTYPE enable informationHaiyue Wang4-0/+98
2021-12-14ibmvnic: remove unused definesDany Madden1-2/+0
2021-12-14ibmvnic: Update driver return codesDany Madden1-30/+34
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 na...Joanne 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 sect...Vladimir Oltean3-53/+91
2021-12-12Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean5-67/+78