Skip to content
Snippets Groups Projects
  1. Apr 30, 2018
  2. Apr 26, 2018
    • Conner Huff's avatar
      librmnetctl: Fix for avc denial in netmgrd · 1ecd2d8b
      Conner Huff authored
      tcontext=u:r:netmgrd:s0 tclass=netlink_socket permissive=0
      netmgr calls librmnetctl init where librmnetctl creates socket.
      Need to add SOCK_CLOEXEC flag while creating socket.
      SOCK_CLOEXEC sets the close-on-exec (FD_CLOEXEC)
      flag on the new file descriptor.
      
      Change-Id: I7497737140ae7b0bd8eca27960fec2af209200c7
      1ecd2d8b
  3. Apr 11, 2018
    • Sean Tranchetti's avatar
      datatop: Fix compilation errors due to -Werror · 48ccbdb0
      Sean Tranchetti authored
      Compiler warnings marked as errors made it impossible to build
      this project successfully. This patch fixes said warnings, allowing
      the project to be compiled. This patch also fixes the observed segfault
      behavior and fixes the behavior of command line options.
      
      Change-Id: Iede2b0d9ffac33737694ea3313c6e1a68de3ed44
      48ccbdb0
  4. Jan 25, 2018
  5. Oct 18, 2017
  6. Jul 20, 2017
  7. Jun 13, 2017
    • Linux Build Service Account's avatar
      Promotion of data.lnx.3.0-00062. · 2e767904
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      2056634   If74c1d5b088335f6fd576c2598925203ec750f80   rmnetcli: Install to /vendor/bin
      
      Change-Id: Icda06b04f4a99b575875725e61e371ba90e5c761
      CRs-Fixed: 2056634
      2e767904
  8. Jun 06, 2017
  9. May 22, 2017
    • Linux Build Service Account's avatar
      Promotion of data.lnx.3.0-00048. · e427da1b
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      2037752   I315ab29be5f9abdf7a0948bc6642d70617b35122   rmnetctl: Generate modules in vendor
      
      Change-Id: I8c0706435f98575bf833e405455a17593bf78e0b
      CRs-Fixed: 2037752
      e427da1b
  10. May 08, 2017
  11. Feb 03, 2017
    • Linux Build Service Account's avatar
      Promotion of data.lnx.3.0-00003. · ec82b2fe
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      1102958   Ibbcb75f3e4389cae669c684237a8a0df973f4d06   dataservices: Changes to prevent double free
      
      Change-Id: Ia93754aa405f0820ea79e6e6d395b863c04f9501
      CRs-Fixed: 1102958
      ec82b2fe
  12. Jan 25, 2017
  13. Jan 09, 2017
  14. Sep 27, 2016
    • Linux Build Service Account's avatar
      Promotion of data.lnx.2.0-00064. · 45fa28f6
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      971746   I16dd64aaf219a59aba6a612002dab78c877cb8b9   dataservices: Makefile changes to enable CLANG
      
      Change-Id: Ibbf55aba84bd7cb29a6063a66c13bd166c3bef67
      CRs-Fixed: 971746
      45fa28f6
  15. Sep 22, 2016
  16. Apr 05, 2016
  17. Mar 18, 2016
    • Linux Build Service Account's avatar
      Promotion of data.lnx.1.0-00042. · 0e5131ff
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      979414   Ia90b565f370a0c4983381e7c2ab84315d53728db   datatop: add support to capture ip table stats
      
      Change-Id: I47339c1de5417805987afce0463d84bb9a6d19ab
      CRs-Fixed: 979414
      0e5131ff
  18. Mar 04, 2016
    • Jerome Stanislaus's avatar
      datatop: add support to capture ip table stats · 597482da
      Jerome Stanislaus authored
      With the new -r option, datatop will now capture
      IP table stats every 5sec on a separate thread
      without affecting the normal datatop polling.
      
      CRs-fixed: 979414
      Change-Id: Ia90b565f370a0c4983381e7c2ab84315d53728db
      597482da
  19. Sep 04, 2015
  20. Jul 31, 2015
    • Harout Hedeshian's avatar
      datatop: fix file line count helper function always returns 0 lines · 0ba209d2
      Harout Hedeshian authored
      When porting the snapshot, a change was made to
      dtop_get_file_line_amount() to initialize rc to -1. glibc defines
      EoF as -1 thus causing the for loop to never get executed. A line count
      of 0 was getting returnd thus causing ~1500 data points to not get
      polled. Instead, initialize rc to 0.
      
      Change-Id: I8e7a93f5efd535d662c13fa81cd5d0e421ad5a6b
      0ba209d2
  21. Jul 22, 2015
  22. Jul 04, 2015
  23. Jul 03, 2015
  24. Jun 24, 2015
  25. Jun 17, 2015
    • Harout Hedeshian's avatar
      datatop: polling interval change · ad3f8487
      Harout Hedeshian authored
      Make dtop_poll_periodically wait the time it takes to poll so that the
      polling times are more accurate to the second.
      
      Change-Id: I3253deb79c60b76bc7c0fa8823678832979d2ed0
      ad3f8487
  26. Jun 11, 2015
    • Harout Hedeshian's avatar
      datatop: remove unused variables · 3b47d981
      Harout Hedeshian authored
      Removed unused variables in dtop_stat_search in datatop_stat_poll.c
      and get_number_of_values in datatop_gen_poll.c because it was not
      compiling with newer GCC revisions.
      
      Change-Id: Icd8316b0e9bf5070762a18aa1ab65859b31dba5d
      3b47d981
  27. May 20, 2015
    • Harout Hedeshian's avatar
      datatop: fix compilation errors · e21de8dc
      Harout Hedeshian authored
      Not all platforms have strlcpy and strlcmp. Fall back to strcpy
      and strcmp for platforms which are missing these functions.
      
      Change-Id: Ied2913295e66f695c8b5f2cba49ec34fbe789ed8
      e21de8dc
  28. May 15, 2015
  29. Apr 21, 2015
  30. Apr 16, 2015
  31. Apr 14, 2015
    • Subash Abhinov Kasiviswanathan's avatar
      librmnetctl: Minor readability and spelling fixes · cf715081
      Subash Abhinov Kasiviswanathan authored
      Add numbering to the rmnetctl error code enum.
      This helps for easier reading while debugging.
      Fix a few typos. Also update copyright.
      
      Change-Id: I7ce113f7535f8d1897bb5accb30b0e0dc133869a
      cf715081
    • Subash Abhinov Kasiviswanathan's avatar
      librmnetctl: Fix incorrect handling of messages with return type data · d42712d0
      Subash Abhinov Kasiviswanathan authored
      When an message with return type data fails in kernel, the error
      is handled incorrectly.
      
      Consider a scenario when we try to query the vnd name corresponding
      to a non existent vnd id.
      
      / # rmnetcli getvndname 25
      rmnetcli getvndname 25
      LIBRARY ERROR: Return type is invalid
      
      We appear to be getting a library error even though the actual
      error originates from the kernel. The actual error for this case
      should be a kernel error and the return code should be Invalid
      request / Unsupported scenario.
      
      Fix this by checking for return codes in case there is an error
      when a return data type fails.
      
      Change-Id: Ideb765f786cf19e29f3f496a6c8d7da92e769111
      d42712d0
  32. Apr 11, 2015
  33. Mar 26, 2015
  34. Mar 23, 2015
  35. Nov 26, 2014
  36. Jul 25, 2014
  37. Jul 13, 2014
Loading