summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-14net/mlx5e: Add ct to tc action infraRoi Dayan5-30/+64
2021-12-14net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan7-261/+382
2021-12-14net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan5-34/+102
2021-12-14net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan8-221/+314
2021-12-14net/mlx5e: Add pedit to tc action infraRoi Dayan7-169/+222
2021-12-14net/mlx5e: Add csum to tc action infraRoi Dayan5-45/+67
2021-12-14net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan5-21/+81
2021-12-14net/mlx5e: Add goto to tc action infraRoi Dayan7-76/+99
2021-12-14net/mlx5e: Add tc action infrastructureRoi Dayan9-47/+297
2021-12-14Merge branch 'net-dsa-hellcreek-fix-handling-of-mgmt-protocols'Jakub Kicinski1-7/+80
2021-12-14net: dsa: hellcreek: Add missing PTP via UDP rulesKurt Kanzenbach1-4/+60
2021-12-14net: dsa: hellcreek: Allow PTP P2P measurements on blocked portsKurt Kanzenbach1-1/+1
2021-12-14net: dsa: hellcreek: Add STP forwarding ruleKurt Kanzenbach1-0/+14
2021-12-14net: dsa: hellcreek: Fix insertion of static FDB entriesKurt Kanzenbach1-2/+5
2021-12-14net: dev_replace_track() cleanupEric Dumazet1-6/+4
2021-12-14net: linkwatch: be more careful about dev->linkwatch_dev_trackerEric Dumazet1-1/+12
2021-12-14mptcp: adjust to use netns refcount trackerEric Dumazet1-1/+1
2021-12-14ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet1-1/+1
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