summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-15net: ipa: populate more GSI register filesAlex Elder6-2/+623
2023-02-14devlink: don't allow to change net namespace for FW_ACTIVATE reload actionJiri Pirko1-0/+6
2023-02-14hv_netvsc: Check status in SEND_RNDIS_PKT completion messageMichael Kelley1-0/+18
2023-02-14Merge branch 'add-support-for-per-action-hw-stats'Paolo Abeni17-48/+375
2023-02-14net/mlx5e: TC, support per action statsOz Shlomo8-13/+91
2023-02-14net/mlx5e: TC, map tc action cookie to a hw counterOz Shlomo5-1/+224
2023-02-14net/mlx5e: TC, store tc action cookies per attrOz Shlomo2-0/+5
2023-02-14net/mlx5e: TC, add hw counter to branching actionsOz Shlomo1-0/+5
2023-02-14net/sched: support per action hw statsOz Shlomo5-20/+22
2023-02-14net/sched: introduce flow_offload action cookieOz Shlomo3-0/+4
2023-02-14net/sched: pass flow_stats instead of multiple stats argsOz Shlomo3-17/+7
2023-02-14net/sched: act_pedit, setup offload action for action stats queryOz Shlomo1-1/+22
2023-02-14net/sched: optimize action stats api callsOz Shlomo1-3/+2
2023-02-14dt-bindings: net: dsa: mediatek,mt7530: improve binding descriptionArınç ÜNAL1-31/+21
2023-02-14Merge branch 'ipv6-more-drop-reason'Jakub Kicinski6-21/+55
2023-02-14ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet4-8/+18
2023-02-14ipv6: icmp6: add drop reason support to icmpv6_notify()Eric Dumazet2-9/+19
2023-02-14net: add pskb_may_pull_reason() helperEric Dumazet1-4/+15
2023-02-14net: dropreason: add SKB_DROP_REASON_IPV6_BAD_EXTHDREric Dumazet1-0/+3
2023-02-14net: stmmac: dwc-qos: Make struct dwc_eth_dwmac_data::remove return voidUwe Kleine-König1-12/+5
2023-02-14net: stmmac: Make stmmac_dvr_remove() return voidUwe Kleine-König7-15/+15
2023-02-14net: mvneta: do not set xdp_features for hw buffer devicesLorenzo Bianconi1-3/+6
2023-02-14hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flagLorenzo Bianconi1-1/+2
2023-02-14net: stmmac: add missing NETDEV_XDP_ACT_XSK_ZEROCOPY bit to xdp_featuresLorenzo Bianconi1-0/+1
2023-02-14net: ethernet: mtk_wed: No need to clear memory after a dma_alloc_coherent() ...Christophe JAILLET1-1/+0
2023-02-14net: lan966x: set xdp_features flagLorenzo Bianconi1-0/+5
2023-02-13Merge branch 'ksz9477-eee-support'David S. Miller8-137/+554
2023-02-13net: phy: start using genphy_c45_ethtool_get/set_eee()Oleksij Rempel1-58/+2
2023-02-13net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active()Oleksij Rempel1-75/+14
2023-02-13net: phy: c45: migrate to genphy_c45_write_eee_adv()Oleksij Rempel1-1/+10
2023-02-13net: phy: c22: migrate to genphy_c45_write_eee_adv()Oleksij Rempel1-1/+9
2023-02-13net: phy: add genphy_c45_ethtool_get/set_eee() supportOleksij Rempel4-0/+311
2023-02-13net: phy: export phy_check_valid() functionOleksij Rempel2-2/+3
2023-02-13net: phy: micrel: add ksz9477_get_features()Oleksij Rempel1-0/+21
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel4-0/+118
2023-02-13net: dsa: microchip: enable EEE supportOleksij Rempel1-0/+66
2023-02-13Merge branch 'ionic-on-chip-desc'David S. Miller16-35/+438
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson8-21/+404
2023-02-13net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson5-5/+25
2023-02-13ionic: remove unnecessary void castsShannon Nelson4-7/+7
2023-02-13ionic: remove unnecessary indirectionShannon Nelson1-2/+2
2023-02-13Merge branch 'net-ipa-GSI-regs'David S. Miller7-281/+903
2023-02-13net: ipa: define IPA remaining GSI register offsetsAlex Elder5-27/+76
2023-02-13net: ipa: add "gsi_v3.5.1.c"Alex Elder3-1/+185
2023-02-13net: ipa: define IPA v3.1 GSI interrupt register offsetsAlex Elder3-102/+195
2023-02-13net: ipa: define IPA v3.1 GSI event ring register offsetsAlex Elder3-53/+90
2023-02-13net: ipa: add more GSI register definitionsAlex Elder3-38/+62
2023-02-13net: ipa: start creating GSI register definitionsAlex Elder6-6/+75
2023-02-13net: ipa: introduce GSI register IDsAlex Elder2-0/+122
2023-02-13net: ipa: introduce gsi_reg_init()Alex Elder4-59/+103