aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-09net/mlx5: HWS, added tables handlingYevgeny Kliteynik2-0/+561
2024-09-09net/mlx5: HWS, added actions handlingYevgeny Kliteynik2-0/+2911
2024-09-09net/mlx5: Added missing definitions in preparation for HW SteeringYevgeny Kliteynik1-2/+6
2024-09-09net/mlx5: Added missing mlx5_ifc definition for HW SteeringYevgeny Kliteynik1-6/+6
2024-09-09igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman1-4/+13
2024-09-09ice: fix VSI lists confusion when adding VLANsMichal Schmidt1-1/+1
2024-09-09ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel1-2/+0
2024-09-09ice: fix accounting for filters shared by multiple VSIsJacob Keller1-1/+1
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw1-7/+8
2024-09-09Merge tag 'ath-next-20240909' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo6-65/+46
2024-09-09Merge tag 'mt76-for-kvalo-2024-09-06' of https://github.com/nbd168/wirelessKalle Valo62-406/+622
2024-09-09Merge tag 'rtw-next-2024-09-05' of https://github.com/pkshih/rtwKalle Valo42-886/+1971
2024-09-09wifi: brcmfmac: cfg80211: Convert comma to semicolonChen Ni1-1/+1
2024-09-09wifi: rsi: Remove an unused field in struct rsi_debugfsChristophe JAILLET1-1/+0
2024-09-09wifi: libertas: Cleanup unused declarationsYue Haibing2-8/+0
2024-09-09wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_bus_pro...Li Zetao1-4/+1
2024-09-09wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_sdio_pr...Li Zetao1-7/+3
2024-09-09wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_paramJiawei Ye1-1/+3
2024-09-09wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_1...Gustavo A. R. Silva2-3/+2
2024-09-09net: ethernet: fs_enet: phylink conversionMaxime Chevallier6-122/+132
2024-09-09net: ethernet: fs_enet: simplify clock handling with devm accessorsMaxime Chevallier2-14/+4
2024-09-09net: ethernet: fs_enet: use macros for speed and duplex valuesMaxime Chevallier3-4/+4
2024-09-09net: ethernet: fs_enet: drop unused phy_info and mii_if_infoMaxime Chevallier5-16/+0
2024-09-09net: ethernet: fs_enet: only protect the .restart() call in .adjust_linkMaxime Chevallier1-12/+6
2024-09-09net: ethernet: fs_enet: drop the .adjust_link custom fs_opsMaxime Chevallier2-7/+1
2024-09-09net: ethernet: fs_enet: cosmetic cleanupsMaxime Chevallier1-131/+89
2024-09-09net: ethernet: fs_enet: convert to SPDXMaxime Chevallier6-24/+6
2024-09-09can: rockchip_canfd: rkcanfd_timestamp_init(): fix 64 bit division on 32 bit ...Marc Kleine-Budde1-1/+1
2024-09-09can: rockchip_canfd: fix return type of rkcanfd_start_xmit()Nathan Chancellor2-2/+2
2024-09-09net: can: cc770: Simplify parsing DT propertiesRob Herring (Arm)1-21/+11
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-09-06octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()Simon Horman1-1/+1
2024-09-06octeontx2-af: Pass string literal as format argument of alloc_workqueue()Simon Horman1-2/+2
2024-09-06net: phy: qca83xx: use PHY_ID_MATCH_EXACTRosen Penev1-7/+3
2024-09-06sfc: siena: rip out rss-context dead codeEdward Cree6-211/+8
2024-09-06net: smc91x: Make use of irq_get_trigger_type()Vasileios Amoiridis1-1/+1
2024-09-06net: dsa: realtek: rtl8366rb: Make use of irq_get_trigger_type()Vasileios Amoiridis1-1/+1
2024-09-06net: dsa: realtek: rtl8365mb: Make use of irq_get_trigger_type()Vasileios Amoiridis1-1/+1
2024-09-06sfc: convert comma to semicolonChen Ni1-1/+1
2024-09-06sfc/siena: Convert comma to semicolonChen Ni1-1/+1
2024-09-06ionic: Convert comma to semicolonChen Ni1-2/+2
2024-09-06net: atlantic: convert comma to semicolonChen Ni1-2/+2
2024-09-06ice: subfunction activation and base devlink opsPiotr Raczynski4-0/+290
2024-09-06ice: basic support for VLAN in subfunctionsMichal Swiatkowski4-0/+39
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski3-5/+20
2024-09-06ice: implement netdevice ops for SF representorMichal Swiatkowski1-14/+43
2024-09-06ice: check if SF is ready in ethtool opsMichal Swiatkowski3-4/+16
2024-09-06ice: don't set target VSI for subfunctionMichal Swiatkowski1-1/+1
2024-09-06ice: create port representor for SFMichal Swiatkowski6-4/+113
2024-09-06ice: make representor code genericMichal Swiatkowski7-76/+121