summaryrefslogtreecommitdiffstats
path: root/net/tipc/subscr.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: adjust locking policy of subscriptionYing Xue2015-05-041-2/+4
* tipc: involve reference counter for subscriberYing Xue2015-05-041-68/+52
* tipc: introduce tipc_subscrb_create routineYing Xue2015-05-041-13/+17
* tipc: rename functions defined in subscr.cYing Xue2015-05-041-64/+52
* tipc: fix nullpointer bug when subscribing to eventsErik Hugne2015-02-271-19/+4
* tipc: make subscriber server support net namespaceYing Xue2015-01-121-43/+61
* tipc: name tipc name table support net namespaceYing Xue2015-01-121-6/+10
* tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue2015-01-121-10/+7
* tipc: remove unnecessary INIT_LIST_HEADYing Xue2014-12-081-1/+0
* tipc: remove include file port.hJon Paul Maloy2014-08-231-1/+0
* tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne2014-03-241-14/+15
* tipc: drop subscriber connection id invalidationErik Hugne2014-03-061-11/+0
* tipc: allow connection shutdown callback to be invoked in advanceYing Xue2014-03-061-6/+2
* tipc: spelling fixesstephen hemminger2014-01-141-1/+1
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-171-10/+4
* tipc: convert topology server to use new server facilityYing Xue2013-06-171-241/+93
* tipc: standardize across connect/disconnect function namingPaul Gortmaker2012-12-071-1/+1
* tipc: eliminate configuration for maximum number of name subscriptionsYing Xue2012-08-201-2/+2
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-131-7/+7
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-43/+0
* tipc: remove redundant memset and stale comment from subscr.cAllan Stephens2012-04-261-2/+0
* tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens2012-02-241-1/+1
* tipc: rename struct subscriber to struct tipc_subscriberPaul Gortmaker2011-12-291-11/+11
* tipc: rename struct subscription to struct tipc_subscriptionPaul Gortmaker2011-12-291-12/+12
* tipc: Remove callback field from subscription structureYing Xue2011-09-171-2/+1
* tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-101-2/+2
* tipc: Minor optimization to topology service connection establishmentAllan Stephens2011-02-231-3/+1
* tipc: Eliminate unnecessary locking when starting topology serviceAllan Stephens2011-02-231-3/+0
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-231-3/+3
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-011-1/+1
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-1/+1
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-4/+0
* tipc: Remove user registry subsystemAllan Stephens2011-01-011-4/+2
* tipc: Eliminate use of user registry by topology serviceAllan Stephens2011-01-011-16/+10
* tipc: Eliminate useless initialization when creating subscriberAllan Stephens2010-12-021-1/+1
* tipc: Remove support for TIPC mode change callbackAllan Stephens2010-12-021-1/+1
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-021-3/+0
* tipc: Remove obsolete native API files and exportsAllan Stephens2010-12-021-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-211-30/+38
|\
| * Revert d88dca79d3852a3623f606f781e013d61486828aNeil Horman2010-10-211-22/+35
| * Revert c6537d6742985da1fbf12ae26cde6a096fd35b5cNeil Horman2010-10-211-10/+5
* | tipc: cleanup function namespacestephen hemminger2010-10-161-9/+0
* | net: return operator cleanupEric Dumazet2010-09-231-1/+1
|/
* TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy2010-04-061-5/+10
* tipc: fix endianness on tipc subscriber messagesNeil Horman2010-03-081-35/+22
* net: Move && and || to end of previous lineJoe Perches2009-11-291-3/+3
* net/tipc/subscr.c: don't use ___constant_swab32Andrew Morton2008-08-131-1/+1
* tipc: Cosmetic cleanup of topology service codeAllan Stephens2008-05-191-5/+3
* tipc: Consolidate subscriber & subscriber port referencesAllan Stephens2008-05-191-86/+113
* tipc: Fix bug in topology server byte swapping routineAllan Stephens2008-05-191-3/+1