summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-09-09ice: fix VSI lists confusion when adding VLANsMichal Schmidt
2024-09-09ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel
2024-09-09ice: fix accounting for filters shared by multiple VSIsJacob Keller
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw
2024-09-09Merge tag 'ath-next-20240909' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2024-09-09Merge tag 'mt76-for-kvalo-2024-09-06' of https://github.com/nbd168/wirelessKalle Valo
2024-09-09Merge tag 'rtw-next-2024-09-05' of https://github.com/pkshih/rtwKalle Valo
2024-09-09wifi: brcmfmac: cfg80211: Convert comma to semicolonChen Ni
2024-09-09wifi: rsi: Remove an unused field in struct rsi_debugfsChristophe JAILLET
2024-09-09wifi: libertas: Cleanup unused declarationsYue Haibing
2024-09-09wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_bus_pro...Li Zetao
2024-09-09wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_sdio_pr...Li Zetao
2024-09-09wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_paramJiawei Ye
2024-09-09wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_1...Gustavo A. R. Silva
2024-09-09net: ethernet: fs_enet: phylink conversionMaxime Chevallier
2024-09-09net: ethernet: fs_enet: simplify clock handling with devm accessorsMaxime Chevallier
2024-09-09net: ethernet: fs_enet: use macros for speed and duplex valuesMaxime Chevallier
2024-09-09net: ethernet: fs_enet: drop unused phy_info and mii_if_infoMaxime Chevallier
2024-09-09net: ethernet: fs_enet: only protect the .restart() call in .adjust_linkMaxime Chevallier
2024-09-09net: ethernet: fs_enet: drop the .adjust_link custom fs_opsMaxime Chevallier
2024-09-09net: ethernet: fs_enet: cosmetic cleanupsMaxime Chevallier
2024-09-09net: ethernet: fs_enet: convert to SPDXMaxime Chevallier
2024-09-09can: rockchip_canfd: rkcanfd_timestamp_init(): fix 64 bit division on 32 bit ...Marc Kleine-Budde
2024-09-09can: rockchip_canfd: fix return type of rkcanfd_start_xmit()Nathan Chancellor
2024-09-09net: can: cc770: Simplify parsing DT propertiesRob Herring (Arm)
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen
2024-09-06octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()Simon Horman
2024-09-06octeontx2-af: Pass string literal as format argument of alloc_workqueue()Simon Horman
2024-09-06net: phy: qca83xx: use PHY_ID_MATCH_EXACTRosen Penev
2024-09-06sfc: siena: rip out rss-context dead codeEdward Cree
2024-09-06net: smc91x: Make use of irq_get_trigger_type()Vasileios Amoiridis
2024-09-06net: dsa: realtek: rtl8366rb: Make use of irq_get_trigger_type()Vasileios Amoiridis
2024-09-06net: dsa: realtek: rtl8365mb: Make use of irq_get_trigger_type()Vasileios Amoiridis
2024-09-06sfc: convert comma to semicolonChen Ni
2024-09-06sfc/siena: Convert comma to semicolonChen Ni
2024-09-06ionic: Convert comma to semicolonChen Ni
2024-09-06net: atlantic: convert comma to semicolonChen Ni
2024-09-06ice: subfunction activation and base devlink opsPiotr Raczynski
2024-09-06ice: basic support for VLAN in subfunctionsMichal Swiatkowski
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski
2024-09-06ice: implement netdevice ops for SF representorMichal Swiatkowski
2024-09-06ice: check if SF is ready in ethtool opsMichal Swiatkowski
2024-09-06ice: don't set target VSI for subfunctionMichal Swiatkowski
2024-09-06ice: create port representor for SFMichal Swiatkowski
2024-09-06ice: make representor code genericMichal Swiatkowski
2024-09-06ice: implement netdev for subfunctionPiotr Raczynski
2024-09-06ice: base subfunction aux driverPiotr Raczynski
2024-09-06ice: allocate devlink for subfunctionPiotr Raczynski
2024-09-06ice: treat subfunction VSI the same as PF VSIMichal Swiatkowski
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski