summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-22net: lan966x: Add QUSGMII support for lan966xMaxime Chevallier4-7/+26
2022-08-22net: phy: Add helper to derive the number of ports from a phy modeMaxime Chevallier1-0/+52
2022-08-22net: phy: Introduce QUSGMII PHY modeMaxime Chevallier1-0/+3
2022-08-22net: ethernet: ti: davinci_mdio: Add workaround for errata i2329Ravi Gunasekaran1-11/+231
2022-08-22net: phy: realtek: add support for RTL8211F(D)(I)-VD-CGClark Wang1-12/+32
2022-08-20net: prestera: add missing ABI compatibility checkMaksym Glubokiy1-0/+1
2022-08-20amt: remove unnecessary skb pointer checkYang Yingliang1-4/+2
2022-08-20net: fman: memac: Use params instead of priv for max_speedSean Anderson1-3/+1
2022-08-20net: fman: Export/rename some common functionsSean Anderson2-6/+9
2022-08-20net: fman: Configure fixed link in memac_initializationSean Anderson1-47/+46
2022-08-20net: fman: Move struct dev to mac_deviceSean Anderson2-20/+12
2022-08-20net: fman: Store initialization function in match dataSean Anderson2-192/+165
2022-08-20net: fman: Get PCS node in per-mac initSean Anderson2-11/+10
2022-08-20net: fman: dtsec: Always gracefully stop/startSean Anderson2-74/+30
2022-08-20net: fman: Store en/disable in mac_device instead of mac_priv_sSean Anderson3-44/+15
2022-08-20net: fman: Don't pass comm_mode to enable/disableSean Anderson7-46/+24
2022-08-20net: fman: Convert to SPDX identifiersSean Anderson18-515/+33
2022-08-20Revert "Merge branch 'wwan-t7xx-fw-flashing-and-coredump-support'"Jakub Kicinski23-1560/+73
2022-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski226-2310/+7726
2022-08-19igc: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-45/+83
2022-08-19net: ethernet: mtk_eth_soc: remove unused txd_pdma pointer in mtk_xdp_submit_...Lorenzo Bianconi1-5/+7
2022-08-19Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds35-452/+1645
2022-08-19net: phy: at803x: add disable hibernation mode supportWei Fang1-0/+25
2022-08-18net: moxa: MAC address reading, generating, validity checkingSergei Antonov1-6/+7
2022-08-18igb: Add lock to avoid data raceLin Ma2-1/+13
2022-08-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-18/+85
2022-08-18net: ethernet: altera: Add use of ethtool_op_get_ts_infoMaxime Chevallier1-0/+1
2022-08-18stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_re...Christophe JAILLET1-0/+1
2022-08-18tee: add overflow check in register_shm_helper()Jens Wiklander1-0/+3
2022-08-18net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_xdp_runLorenzo Bianconi1-1/+1
2022-08-18net/mlx5e: Allocate flow steering storage during uplink initializationLeon Romanovsky1-8/+17
2022-08-18net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Vladimir Oltean1-27/+26
2022-08-18net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean5-285/+478
2022-08-18net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean4-298/+1146
2022-08-18net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workVladimir Oltean1-0/+4
2022-08-18net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean2-8/+7
2022-08-18net: mscc: ocelot: fix address of SYS_COUNT_TX_AGING counterVladimir Oltean1-1/+1
2022-08-18net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean4-28/+38
2022-08-18net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean1-1/+2
2022-08-18net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions()Rustam Subkhankulov1-1/+1
2022-08-18stmmac: intel: remove unused 'has_crossts' flagWong Vee Khee1-1/+0
2022-08-17net: dsa: microchip: ksz9477: fix fdb_dump last invalid entryArun Ramadoss1-0/+3
2022-08-17net: dsa: bcm_sf2: Have PHYLINK configure CPU/IMP port(s)Florian Fainelli1-52/+43
2022-08-17net: dsa: bcm_sf2: Introduce helper for port override offsetFlorian Fainelli1-16/+21
2022-08-17net: sfp: use simplified HWMON_CHANNEL_INFO macroBeniamin Sandu1-83/+38
2022-08-17ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch2-11/+57
2022-08-17ice: Ignore error message when setting same promiscuous modeBenjamin Mikailenko1-4/+4
2022-08-17ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik2-2/+16
2022-08-17ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik1-1/+1
2022-08-17ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik1-0/+7