Skip to content
Snippets Groups Projects
  1. Jun 24, 2015
  2. 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
  3. May 15, 2015
  4. Apr 21, 2015
  5. Apr 16, 2015
  6. 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
  7. Apr 11, 2015
  8. Mar 26, 2015
  9. Mar 23, 2015
  10. Nov 26, 2014
  11. Jul 25, 2014
  12. Jul 13, 2014
  13. Jun 19, 2014
  14. Jun 17, 2014
    • Harout Hedeshian's avatar
      sockev: Initial version · 53def5e8
      Harout Hedeshian authored
      Simple command line utility which listens to SOCKEV netlink
      multicast messages from the kernel
      
      CRs-Fixed: 626021
      Change-Id: Ia9096e8e8ff4d86ea8babd1bfc1c99fda8d6cfb1
      53def5e8
  15. Apr 16, 2014
  16. Apr 15, 2014
  17. Apr 08, 2014
  18. Mar 25, 2014
    • Harout Hedeshian's avatar
      rmnetctl: Enhancements and bug fixes · 77825571
      Harout Hedeshian authored
      This patch introduced a new variable (string len) for
      rmnet_get_logical_ep_config as well as a new set of error
      values which match the errors produced by rmnet_data.
      Additionally, several fixes such as a memory leak and input
      checks were applied.
      
      CRs-Fixed: 599231
      Change-Id: Ia662b4393d7de0bb1629fb7d3b45bc7c109a9866
      77825571
  19. Feb 11, 2014
  20. Jan 31, 2014
  21. Jan 26, 2014
  22. Jan 20, 2014
  23. Jan 07, 2014
    • Harout Hedeshian's avatar
      rmnetctl: Support of unset logical EP · a9731655
      Harout Hedeshian authored
      Adding support for unsetting the logical end point configuration
      for a network device (Virtual or Physical). This is required
      for clean-up and reference accounting process.
      
      CRs-Fixed: 596227
      Change-Id: Ifbb65de69c7bee64d930cf413b0058cb32cf8de7
      a9731655
  24. Nov 20, 2013
  25. Nov 08, 2013
    • Harout Hedeshian's avatar
      rmnetctl: Changes for flow handles · 97a1e987
      Harout Hedeshian authored
      Added an option to add or delete the modem flow handle or tc flow
      handle for a given virtual network device
      
      CRs-fixed: 568534
      Change-Id: Iaf0b7ecc4e2059e24183567708be08afdd8d9263
      97a1e987
  26. Oct 30, 2013
  27. Oct 25, 2013
  28. Oct 24, 2013
  29. Oct 12, 2013
  30. Oct 11, 2013
  31. Oct 10, 2013
  32. Oct 01, 2013
Loading