summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-04-12wcn36xx: clean up some inconsistent indentingYang Li
2022-04-12ath11k: Fix spelling mistake "reseting" -> "resetting"Colin Ian King
2022-04-12ath9k: fix ath_get_rate_txpower() to respect the rate list end tagPeter Seiderer
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-12net: usb: qmi_wwan: add Telit 0x1057 compositionDaniele Palmas
2022-04-12sfc: Remove global definition of efx_reset_type_namesMartin Habets
2022-04-12sfc: Remove duplicate definition of efx_xmit_doneMartin Habets
2022-04-12sfc: efx_default_channel_type APIs can be staticMartin Habets
2022-04-12net: dsa: mt7530: mark as non-legacyRussell King (Oracle)
2022-04-12net: dsa: mt7530: move autoneg handling to PCS validationRussell King (Oracle)
2022-04-12net: dsa: mt7530: partially convert to phylink_pcsRussell King (Oracle)
2022-04-12net: dsa: mt7530: switch to use phylink_get_linkmodes()Russell King (Oracle)
2022-04-12net: dsa: mt7530: only indicate linkmodes that can be supportedRussell King (Oracle)
2022-04-12net: dsa: mt7530: drop use of phylink_helper_basex_speed()Russell King (Oracle)
2022-04-12net: dsa: mt7530: remove interface checksRussell King (Oracle)
2022-04-12net: dsa: mt7530: populate supported_interfaces and mac_capabilitiesRussell King (Oracle)
2022-04-12net: dsa: mt7530: 1G can also support 1000BASE-X link modeRussell King (Oracle)
2022-04-12sfc: Fix spelling mistake "writting" -> "writing"Lv Ruyi
2022-04-11net/cadence: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-11sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai
2022-04-11net: lan966x: Update FDMA to change MTU.Horatiu Vultur
2022-04-11net: lan966x: Add FDMA functionalityHoratiu Vultur
2022-04-11net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur
2022-04-11net: lan966x: Add registers that are used for FDMA.Horatiu Vultur
2022-04-11net: calxedaxgmac: Fix typo (doubled "the")Jonathan Neuschäfer
2022-04-11net: ethernet: ti: am65-cpsw: Fix build error without PHYLINKYueHaibing
2022-04-11net: lan966x: Stop processing the MAC entry is port is wrong.Horatiu Vultur
2022-04-11net: lan966x: Fix when a port's upper is changed.Horatiu Vultur
2022-04-11net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur
2022-04-11net: lan966x: Update lan966x_ptp_get_nominal_valueHoratiu Vultur
2022-04-11Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski
2022-04-11net: stmmac: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-04-11hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang
2022-04-11net: macb: Restart tx only if queue pointer is laggingTomas Melin
2022-04-11net: marvell: prestera: Use dscp_t in struct prestera_kern_fib_cacheGuillaume Nault
2022-04-11mlxsw: Use dscp_t in struct mlxsw_sp_fib4_entryGuillaume Nault
2022-04-11netdevsim: Use dscp_t in struct nsim_fib4_rtGuillaume Nault
2022-04-11ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-04-11mac80211: introduce BSS color collision detectionLorenzo Bianconi
2022-04-11net: ethernet: ti: cpsw: drop CPSW_HEADROOM defineGrygorii Strashko
2022-04-11dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi
2022-04-11bnx2x: Fix spelling mistake "regiser" -> "register"Lv Ruyi
2022-04-11net: ethernet: mtk_eth_soc/wed: fix sparse endian warningsFelix Fietkau
2022-04-11net: ethernet: mtk_eth_soc: fix return value check in mtk_wed_add_hw()Yang Yingliang
2022-04-11net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-linkDinh Nguyen
2022-04-11net: phy: LAN87xx: remove genphy_softreset in config_anegArun Ramadoss
2022-04-11Merge 5.18-rc2 into staging-nextGreg Kroah-Hartman