1. 01 5月, 2012 1 次提交
    • P
      tipc: compress out gratuitous extra carriage returns · 617d3c7a
      Paul Gortmaker 提交于
      Some of the comment blocks are floating in limbo between two
      functions, or between blocks of code.  Delete the extra line
      feeds between any comment and its associated following block
      of code, to be consistent with the majority of the rest of
      the kernel.  Also delete trailing newlines at EOF and fix
      a couple trivial typos in existing comments.
      
      This is a 100% cosmetic change with no runtime impact.  We get
      rid of over 500 lines of non-code, and being blank line deletes,
      they won't even show up as noise in git blame.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      617d3c7a
  2. 27 4月, 2012 2 次提交
  3. 25 2月, 2012 2 次提交
  4. 28 12月, 2011 1 次提交
  5. 01 11月, 2011 1 次提交
  6. 10 5月, 2011 1 次提交
  7. 14 3月, 2011 1 次提交
  8. 24 2月, 2011 1 次提交
  9. 02 1月, 2011 6 次提交
  10. 03 12月, 2010 2 次提交
  11. 18 10月, 2010 1 次提交
  12. 17 10月, 2010 1 次提交
  13. 18 8月, 2010 1 次提交
  14. 13 5月, 2010 2 次提交
  15. 07 4月, 2010 1 次提交
  16. 04 1月, 2010 1 次提交
  17. 22 5月, 2008 1 次提交
  18. 20 5月, 2008 1 次提交
    • A
      tipc: Consolidate subscriber & subscriber port references · 28353e7f
      Allan Stephens 提交于
      This patch modifies TIPC's network topology service so that it
      only requires a single reference table entry per subscriber
      connection, rather than two.  This is achieved by letting the
      reference to the server port communicating with the subscriber
      act as the reference to the subscriber object itself.  (Since
      the subscriber cannot exist without its port, and vice versa,
      this dual role for the reference is perfectly natural.)  This
      consolidation reduces the size of the reference table by 50%
      in the default configuration.
      Signed-off-by: NAllan Stephens <allan.stephens@windriver.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      28353e7f
  19. 05 5月, 2008 2 次提交
  20. 07 3月, 2008 3 次提交
  21. 11 2月, 2007 1 次提交
  22. 19 10月, 2006 2 次提交
  23. 30 6月, 2006 1 次提交
  24. 26 6月, 2006 2 次提交
  25. 18 1月, 2006 2 次提交