aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet1-2/+2
2023-05-10net: pcs: xpcs: fix incorrect number of interfacesRussell King (Oracle)1-1/+1
2023-05-10net: veth: make PAGE_POOL_STATS optionalLorenzo Bianconi2-8/+17
2023-05-10net: lan966x: Add TC support for ES0 VCAPHoratiu Vultur1-0/+61
2023-05-10net: lan966x: Add ES0 VCAP keyset configuration for lan966xHoratiu Vultur4-0/+123
2023-05-10net: lan966x: Add ES0 VCAP modelHoratiu Vultur2-30/+301
2023-05-10bonding: fix send_peer_notif overflowHangbin Liu2-2/+13
2023-05-10net: ethernet: mtk_eth_soc: fix NULL pointer dereferenceDaniel Golle1-1/+1
2023-05-09net: phy: bcm7xx: Correct read from expansion registerFlorian Fainelli2-1/+6
2023-05-09net: veth: rely on napi_build_skb in veth_convert_skb_to_xdp_buffLorenzo Bianconi1-1/+1
2023-05-09net: stmmac: xgmac: add ethtool per-queue irq statistic supportTeoh Ji Sheng1-0/+2
2023-05-09net: stmmac: dwmac-tegra: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-09net: stmmac: dwmac-sun8i: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-09net: stmmac: dwmac-stm32: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-09net: stmmac: dwmac-sti: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-09net: stmmac: dwmac-rk: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-09net: stmmac: dwmac-qcom-ethqos: Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-05-09net: stmmac: dwmac-dwc-qos-eth: Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-05-09net: stmmac: dwmac-visconti: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-09net: stmmac: dwmac-qcom-ethqos: Drop an if with an always false conditionUwe Kleine-König1-5/+1
2023-05-09net: stmmac: dwmac-visconti: Make visconti_eth_clock_remove() return voidUwe Kleine-König1-8/+3
2023-05-09net: stmmac: Make stmmac_pltfr_remove() return voidUwe Kleine-König18-34/+23
2023-05-09virtio_net: introduce virtnet_build_skb()Xuan Zhuo1-13/+21
2023-05-09virtio_net: introduce receive_small_build_xdpXuan Zhuo1-17/+31
2023-05-09virtio_net: small: remove skip_xdpXuan Zhuo1-14/+12
2023-05-09virtio_net: small: avoid code duplication in xdp scenariosXuan Zhuo1-4/+8
2023-05-09virtio_net: small: remove the deltaXuan Zhuo1-5/+1
2023-05-09virtio_net: introduce receive_small_xdp()Xuan Zhuo1-65/+100
2023-05-09virtio_net: merge: remove skip_xdpXuan Zhuo1-13/+10
2023-05-09virtio_net: introduce receive_mergeable_xdp()Xuan Zhuo1-41/+64
2023-05-09virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfoXuan Zhuo1-3/+7
2023-05-09virtio_net: separate the logic of freeing the rest mergeable bufXuan Zhuo1-12/+24
2023-05-09virtio_net: separate the logic of freeing xdp shinfoXuan Zhuo1-11/+16
2023-05-09virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdpXuan Zhuo1-60/+58
2023-05-09virtio_net: optimize mergeable_xdp_get_buf()Xuan Zhuo1-15/+14
2023-05-09virtio_net: introduce mergeable_xdp_get_buf()Xuan Zhuo1-56/+79
2023-05-09virtio_net: mergeable xdp: put old page immediatelyXuan Zhuo1-12/+7
2023-05-09net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER registerMarek Vasut2-0/+6
2023-05-09nfp: improve link modes reading processYinjun Zhang3-48/+45
2023-05-09wifi: ath11k: EMA beacon supportAloka Dixit3-3/+70
2023-05-09wifi: ath11k: MBSSID beacon supportAloka Dixit2-5/+112
2023-05-09wifi: ath11k: refactor vif parameter configurationsAloka Dixit1-17/+24
2023-05-09wifi: ath11k: MBSSID parameter configuration in AP modeAloka Dixit3-8/+32
2023-05-09wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmdAloka Dixit2-6/+6
2023-05-09wifi: ath11k: MBSSID configuration during vdev create/startAloka Dixit3-4/+90
2023-05-09wifi: ath11k: driver settings for MBSSID and EMAAloka Dixit5-0/+20
2023-05-09wifi: ath: work around false-positive stringop-overread warningArnd Bergmann2-10/+10
2023-05-09net: phy: dp83869: support mii mode when rgmii strap cfg is usedGrygorii Strashko1-1/+12
2023-05-08wifi: iwlwifi: Use default @max_active for trans_pcie->rba.alloc_wqTejun Heo1-1/+1
2023-05-08net: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo3-14/+9