1. 12 Sep, 2012 3 commits
  2. 11 Sep, 2012 1 commit
  3. 06 Sep, 2012 1 commit
  4. 20 Aug, 2012 2 commits
  5. 17 Aug, 2012 1 commit
    • Jurijs Oniscuks's avatar
      Fix race condition in pthread_create() · 0cdb680c
      Jurijs Oniscuks authored
      Do not send "&this->mThread" to pthread_create() as newly
      created thread can "delete this" before pthread_create() saves
      thread id. This would lead to heap corruption.
      
      Change-Id: I9c4cd5e1002b85985514a36ae542778a783db6fb
      0cdb680c
  6. 10 Aug, 2012 1 commit
    • Haoyu Bai's avatar
      Fix idletimer iptable rules. · 5c4faf76
      Haoyu Bai authored
      Now idletimer should be triggered by every packet.
      
      Cherry-picked from commit 8c54ec5d in
      master. DO NOT MERGE
      
      Change-Id: I48e6fed5cb48edc51b5fbe87091e5dbb3f862cb7
      5c4faf76
  7. 02 Aug, 2012 1 commit
  8. 27 Jul, 2012 1 commit
  9. 20 Jul, 2012 1 commit
  10. 17 Jul, 2012 4 commits
  11. 14 Jul, 2012 4 commits
  12. 29 Jun, 2012 2 commits
  13. 20 Jun, 2012 2 commits
  14. 19 Jun, 2012 1 commit
  15. 15 Jun, 2012 1 commit
  16. 14 Jun, 2012 2 commits
  17. 04 Jun, 2012 2 commits
  18. 16 May, 2012 2 commits
  19. 09 May, 2012 5 commits
  20. 08 May, 2012 1 commit
  21. 04 May, 2012 1 commit
  22. 03 May, 2012 1 commit
    • JP Abgrall's avatar
      BandwidthController: Fix double counting · 29e8de22
      JP Abgrall authored
      Only have qtaguid only count in the bw_INPUT/bw_OUTPUT chains
      and not in the costly_* subchains.
      We don't use --goto anymore.
      
      Change-Id: I2eded2e0fa12b46843d32e74406cfeda85f242d1
      29e8de22