aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/core.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [TIPC]: Initial activation message now includes TIPC version numberAllan Stephens2006-06-301-1/+2
| | | | | | Signed-off-by: Allan Stephens <[email protected]> Signed-off-by: Per Liden <[email protected]> Signed-off-by: David S. Miller <[email protected]>
* [TIPC]: Added support for MODULE_VERSION capability.Allan Stephens2006-06-261-2/+3
| | | | | | Signed-off-by: Allan Stephens <[email protected]> Signed-off-by: Per Liden <[email protected]> Signed-off-by: David S. Miller <[email protected]>
* [TIPC]: Use correct upper bound when validating network zone number.Allan Stephens2006-06-261-1/+1
| | | | | | Signed-off-by: Allan Stephens <[email protected]> Signed-off-by: Per Liden <[email protected]> Signed-off-by: David S. Miller <[email protected]>
* [TIPC] Avoid polluting the global namespacePer Liden2006-01-171-43/+43
| | | | | | This patch adds a tipc_ prefix to all externally visible symbols. Signed-off-by: Per Liden <[email protected]>
* [TIPC] Remove unused #includesPer Liden2006-01-171-1/+0
| | | | Signed-off-by: Per Liden <[email protected]>
* [TIPC] Update of file headersPer Liden2006-01-121-2/+1
| | | | | | | The copyright statements from different parts of Ericsson have been merged into one. Signed-off-by: Per Liden <[email protected]>
* [TIPC] License header updatePer Liden2006-01-121-19/+23
| | | | | | | | The license header in each file now more clearly state that this code is licensed under a dual BSD/GPL. Before this was only evident if you looked at the MODULE_LICENSE line in core.c. Signed-off-by: Per Liden <[email protected]>
* [TIPC] Initial mergePer Liden2006-01-121-0/+282
TIPC (Transparent Inter Process Communication) is a protocol designed for intra cluster communication. For more information see http://tipc.sourceforge.net Signed-off-by: Per Liden <[email protected]>