1. 19 10月, 2013 1 次提交
  2. 18 6月, 2013 2 次提交
  3. 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
  4. 25 2月, 2012 2 次提交
    • A
      tipc: Remove duplicate check of message destination node · c74a4611
      Allan Stephens 提交于
      Eliminates a check in the processing of TIPC messages arriving from
      off node that ensures the message is destined for this node, since this
      check duplicates an earlier check. (The check would be necessary if TIPC
      needed to be able to route incoming messages to another node, but the
      elimination of multi-cluster support means that this never happens and
      all incoming messages are consumed by the receiving node.)
      
      Note: This change involves the elimination of a single "if" statement
      with a large "then" clause; consequently, a significant number of lines
      end up getting re-indented. In addition, a simple message header access
      routine that is no longer referenced is eliminated. However, the only
      functional change is the elimination of the single check described above.
      Signed-off-by: NAllan Stephens <allan.stephens@windriver.com>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      c74a4611
    • A
      tipc: Introduce node signature field in neighbor discovery message · fc0eea69
      Allan Stephens 提交于
      Adds support for the new "node signature" in neighbor discovery messages,
      which is a 16 bit identifier chosen randomly when TIPC is initialized.
      This field makes it possible for nodes receiving a neighbor discovery
      message to detect if multiple neighboring nodes are using the same network
      address (i.e. <Z.C.N>), even when the messages are arriving on different
      interfaces.
      
      This first phase of node signature support creates the signature,
      incorporates it into outgoing neighbor discovery messages, and tracks
      the signature used by valid neighbors. An upcoming patch builds on this
      foundation to implement the improved duplicate neighbor detection checking.
      Signed-off-by: NAllan Stephens <allan.stephens@windriver.com>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      fc0eea69
  5. 28 12月, 2011 1 次提交
  6. 25 6月, 2011 3 次提交
  7. 11 5月, 2011 4 次提交
  8. 14 3月, 2011 5 次提交
  9. 24 2月, 2011 2 次提交
  10. 02 1月, 2011 3 次提交
  11. 03 12月, 2010 1 次提交
  12. 24 9月, 2010 1 次提交
  13. 13 5月, 2010 2 次提交
  14. 05 6月, 2008 3 次提交
  15. 28 4月, 2008 1 次提交
  16. 07 3月, 2008 4 次提交
  17. 08 2月, 2008 1 次提交
  18. 27 7月, 2007 1 次提交
  19. 26 4月, 2007 2 次提交