1. 29 10月, 2012 1 次提交
  2. 19 10月, 2012 1 次提交
  3. 23 8月, 2012 4 次提交
  4. 11 7月, 2012 1 次提交
  5. 02 7月, 2012 4 次提交
  6. 28 6月, 2012 2 次提交
  7. 21 6月, 2012 1 次提交
  8. 19 6月, 2012 3 次提交
  9. 14 5月, 2012 1 次提交
  10. 11 5月, 2012 3 次提交
  11. 18 4月, 2012 5 次提交
  12. 11 4月, 2012 7 次提交
  13. 17 2月, 2012 4 次提交
  14. 20 11月, 2011 1 次提交
    • A
      batman-adv: create a common substructure for tt_global/local_entry · 48100bac
      Antonio Quartulli 提交于
      Several functions in the translation table management code assume that the
      tt_global_entry and tt_local_entry structures have the same initial fields such
      as 'addr' and 'hash_entry'. To improve the code readability and to avoid
      mistakes in later changes, a common substructure that substitute the shared
      fields has been introduced (struct tt_common_entry).
      
      Thanks to this modification, it has also been possible to slightly reduce the
      code length by merging some functions like compare_ltt/gtt() and
      tt_local/global_hash_find()
      Signed-off-by: NAntonio Quartulli <ordex@autistici.org>
      Signed-off-by: NSven Eckelmann <sven@narfation.org>
      48100bac
  15. 25 10月, 2011 1 次提交
  16. 22 8月, 2011 1 次提交