summaryrefslogtreecommitdiff
path: root/net/tipc/discover.c
AgeCommit message (Expand)Author
2014-05-14tipc: clean up neigbor discovery message receptionJon Paul Maloy
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy
2014-04-27tipc: fix a possible memory leakYing Xue
2014-04-22tipc: fix race in disc create/deleteYing Xue
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue
2014-01-07tipc: introduce new spinlock to protect struct link_reqYing Xue
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy
2012-11-21tipc: remove the bearer congestion mechanismYing Xue
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens
2012-02-24tipc: Detect duplicate nodes using different network interfacesAllan Stephens
2012-02-24tipc: Introduce node signature field in neighbor discovery messageAllan Stephens
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker
2011-12-27tipc: Ignore neighbor discovery messages containing invalid addressAllan Stephens
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens
2011-09-17tipc: Ensure both nodes recognize loss of contact between themAllan Stephens
2011-05-10tipc: Revise timings used when sending link request messagesAllan Stephens
2011-05-10tipc: Add monitoring of number of nodes discovered by bearerAllan Stephens
2011-05-10tipc: Enhance sending of discovery object link request messagesAllan Stephens
2011-05-10tipc: Enhance handling of discovery object creation failuresAllan Stephens
2011-05-10tipc: Strengthen checks for neighboring node discoveryAllan Stephens
2011-03-13tipc: Don't respond to neighbor discovery request on blocked bearerAllan Stephens
2011-03-13tipc: Eliminate unnecessary constant for neighbor discovery msg sizeAllan Stephens
2011-03-13tipc: Optimizations to link creation codeAllan Stephens
2011-03-13tipc: Give Tx of discovery responses priority over link messagesAllan Stephens
2011-03-13tipc: Cosmetic changes to neighbor discovery logicAllan Stephens
2011-02-23tipc: Remove unused message header field for requested number of linksAllan Stephens
2011-02-23tipc: Combine bearer structure with tipc_bearer structureAllan Stephens
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens
2011-01-01tipc: remove redundant #includesAllan Stephens
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens
2011-01-01tipc: Remove prototype code for supporting slave nodesAllan Stephens
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens
2010-10-16tipc: cleanup function namespacestephen hemminger
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker
2010-08-17tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens
2010-05-12tipc: Relocate trivial link status functions to header fileAllan Stephens
2008-09-02tipc: Don't use structure names which easily globally conflict.David S. Miller
2008-06-04tipc: Message rejection rework preparatory changesAllan Stephens
2008-06-04tipc: Optimize message initialization routineAllan Stephens
2008-06-04tipc: Minor optimizations to received message processingAllan Stephens
2008-05-21tipc: Optimize null pointer check during neighbor discoveryAllan Stephens
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki