An error occurred fetching the project authors.
  1. 04 May, 2024 1 commit
  2. 03 May, 2024 1 commit
  3. 22 Apr, 2024 1 commit
  4. 18 Apr, 2024 1 commit
  5. 03 Apr, 2024 2 commits
  6. 27 Feb, 2024 2 commits
  7. 12 Feb, 2024 3 commits
  8. 08 Feb, 2024 1 commit
  9. 06 Feb, 2024 2 commits
  10. 23 Jan, 2024 4 commits
  11. 18 Jan, 2024 7 commits
  12. 12 Jan, 2024 1 commit
  13. 15 Dec, 2023 1 commit
  14. 01 Dec, 2023 1 commit
  15. 30 Nov, 2023 1 commit
  16. 22 Nov, 2023 1 commit
  17. 14 Nov, 2023 1 commit
  18. 30 Oct, 2023 4 commits
  19. 19 Oct, 2023 1 commit
    • Christian Marangi's avatar
      net: introduce napi_is_scheduled helper · 7f3eb217
      Christian Marangi authored
      We currently have napi_if_scheduled_mark_missed that can be used to
      check if napi is scheduled but that does more thing than simply checking
      it and return a bool. Some driver already implement custom function to
      check if napi is scheduled.
      
      Drop these custom function and introduce napi_is_scheduled that simply
      check if napi is scheduled atomically.
      
      Update any driver and code that implement a similar check and instead
      use this new helper.
      Signed-off-by: default avatarChristian Marangi <ansuelsmth@gmail.com>
      Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
      7f3eb217
  20. 12 Oct, 2023 2 commits
  21. 03 Oct, 2023 1 commit
  22. 28 Sep, 2023 1 commit