summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-08-22Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-6/+57
2022-08-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski13-184/+136
2022-08-22net: prestera: cache port state for non-phylink ports tooMaksym Glubokiy1-19/+17
2022-08-22net: freescale: xgmac: Do not dereference fwnode in struct devicezhaoxiao1-1/+1
2022-08-22net: lan966x: Extend MAC to support also lag interfaces.Horatiu Vultur3-16/+119
2022-08-22net: lan966x: Extend FDB to support also lagHoratiu Vultur2-0/+31
2022-08-22net: lan966x: Add lag support for lan966xHoratiu Vultur5-20/+443
2022-08-22net: lan966x: Extend lan966x_foreign_bridging_checkHoratiu Vultur1-8/+24
2022-08-22net: lan966x: Expose lan966x_switchdev_nb and lan966x_switchdev_blocking_nbHoratiu Vultur2-4/+4
2022-08-22net: lan966x: Flush fdb workqueue when port is leaving a bridge.Horatiu Vultur3-7/+10
2022-08-22net: lan966x: Split lan966x_fdb_event_workHoratiu Vultur1-55/+69
2022-08-22net: lan966x: Add registers used to configure lag interfacesHoratiu Vultur1-0/+45
2022-08-22tsnep: Record RX queueGerhard Engleder2-1/+5
2022-08-22tsnep: Support full DMA maskGerhard Engleder1-0/+7
2022-08-22tsnep: Improve TX length handlingGerhard Engleder1-11/+21
2022-08-22tsnep: Add loopback supportGerhard Engleder1-17/+54
2022-08-22tsnep: Fix TSNEP_INFO_TX_TIME register defineGerhard Engleder1-2/+1
2022-08-22net: lan966x: Add QUSGMII support for lan966xMaxime Chevallier4-7/+26
2022-08-22net: ethernet: ti: davinci_mdio: Add workaround for errata i2329Ravi Gunasekaran1-11/+231
2022-08-19net: prestera: add missing ABI compatibility checkMaksym Glubokiy1-0/+1
2022-08-19net: fman: memac: Use params instead of priv for max_speedSean Anderson1-3/+1
2022-08-19net: fman: Export/rename some common functionsSean Anderson2-6/+9
2022-08-19net: fman: Configure fixed link in memac_initializationSean Anderson1-47/+46
2022-08-19net: fman: Move struct dev to mac_deviceSean Anderson2-20/+12
2022-08-19net: fman: Store initialization function in match dataSean Anderson2-192/+165
2022-08-19net: fman: Get PCS node in per-mac initSean Anderson2-11/+10
2022-08-19net: fman: dtsec: Always gracefully stop/startSean Anderson2-74/+30
2022-08-19net: fman: Store en/disable in mac_device instead of mac_priv_sSean Anderson3-44/+15
2022-08-19net: fman: Don't pass comm_mode to enable/disableSean Anderson7-46/+24
2022-08-19net: fman: Convert to SPDX identifiersSean Anderson18-515/+33
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-241/+729
2022-08-18igc: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-45/+83
2022-08-18net: ethernet: mtk_eth_soc: remove unused txd_pdma pointer in mtk_xdp_submit_...Lorenzo Bianconi1-5/+7
2022-08-18ixgbe: Manual AN-37 for troublesome link partners for X550 SFIJeff Daly2-3/+56
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-18ixgbe: Don't call kmap() on page allocated with GFP_ATOMICFabio M. De Francesco1-3/+1
2022-08-18ice: remove non-inclusive languageMikael Barsehyan2-9/+9
2022-08-18ice: Remove ucast_sharedSylwester Dziedziuch3-165/+5
2022-08-18ice: Allow 100M speeds for some devicesAnirudh Venkataramanan3-4/+28
2022-08-18ice: Implement FCS/CRC and VLAN stripping co-existence policyAnatolii Gerasymenko1-0/+25
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg7-6/+69
2022-08-17net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_xdp_runLorenzo Bianconi1-1/+1
2022-08-17net/mlx5e: Allocate flow steering storage during uplink initializationLeon Romanovsky1-8/+17
2022-08-17net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Vladimir Oltean1-27/+26
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean3-99/+156
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2-108/+400