An error occurred fetching the project authors.
  1. 07 Jan, 2024 1 commit
  2. 05 Dec, 2023 2 commits
  3. 03 Nov, 2023 1 commit
  4. 20 Aug, 2023 1 commit
  5. 14 Aug, 2023 1 commit
    • Furong Xu's avatar
      net: stmmac: xgmac: show more MAC HW features in debugfs · 58c1e0ba
      Furong Xu authored
      1. Show TSSTSSEL(Timestamp System Time Source),
      ADDMACADRSEL(additional MAC addresses), SMASEL(SMA/MDIO Interface),
      HDSEL(Half-duplex Support) in debugfs.
      2. Show exact number of additional MAC address registers for XGMAC2 core.
      3. XGMAC2 core does not have different IP checksum offload types, so just
      show rx_coe instead of rx_coe_type1 or rx_coe_type2.
      4. XGMAC2 core does not have rxfifo_over_2048 definition, skip it.
      Signed-off-by: default avatarFurong Xu <0x1207@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      58c1e0ba
  6. 11 Aug, 2023 1 commit
  7. 19 Jul, 2023 1 commit
    • Rohan G Thomas's avatar
      net: stmmac: xgmac: Fix L3L4 filter count · 47448ff2
      Rohan G Thomas authored
      Get the exact count of L3L4 filters when the L3L4FNUM field of
      HW_FEATURE1 register is >= 8. If L3L4FNUM < 8, then the number of L3L4
      filters supported by XGMAC is equal to L3L4FNUM. From L3L4FNUM >= 8
      the number of L3L4 filters goes on like 8, 16, 32, ... Current
      maximum of L3L4FNUM = 10.
      
      Also, fix the XGMAC_IDDR bitmask of L3L4_ADDR_CTRL register. IDDR
      field starts from the 8th bit of the L3L4_ADDR_CTRL register. IDDR[3:0]
      indicates the type of L3L4 filter register while IDDR[8:4] indicates
      the filter number (0 to 31). So overall 9 bits are used for IDDR
      (i.e. L3L4_ADDR_CTRL[16:8]) to address the registers of all the
      filters. Currently, XGMAC_IDDR is GENMASK(15,8), causing issues
      accessing L3L4 filters above 15 for those XGMACs configured with more
      than 16 L3L4 filters.
      Signed-off-by: default avatarRohan G Thomas <rohan.g.thomas@intel.com>
      Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      47448ff2
  8. 26 Mar, 2021 1 commit
  9. 14 Jan, 2020 1 commit
  10. 18 Dec, 2019 4 commits
  11. 16 Nov, 2019 1 commit
  12. 15 Nov, 2019 1 commit
  13. 01 Oct, 2019 2 commits
  14. 05 Sep, 2019 2 commits
  15. 17 Aug, 2019 6 commits
  16. 09 Aug, 2019 6 commits
  17. 06 Aug, 2019 1 commit
  18. 09 Jul, 2019 1 commit
  19. 28 Jun, 2019 3 commits
  20. 24 May, 2019 2 commits
  21. 17 Apr, 2019 1 commit