summaryrefslogtreecommitdiffstats
path: root/net/tipc/subscr.c
Commit message (Expand)AuthorAgeFilesLines
...
* tipc: convert topology server to use new server facilityYing Xue2013-06-181-241/+93Star
* 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-141-7/+7
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-43/+0Star
* tipc: remove redundant memset and stale comment from subscr.cAllan Stephens2012-04-271-2/+0Star
* tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens2012-02-241-1/+1
* tipc: rename struct subscriber to struct tipc_subscriberPaul Gortmaker2011-12-301-11/+11
* tipc: rename struct subscription to struct tipc_subscriptionPaul Gortmaker2011-12-301-12/+12
* tipc: Remove callback field from subscription structureYing Xue2011-09-181-2/+1Star
* tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-101-2/+2
* tipc: Minor optimization to topology service connection establishmentAllan Stephens2011-02-241-3/+1Star
* tipc: Eliminate unnecessary locking when starting topology serviceAllan Stephens2011-02-241-3/+0Star
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-241-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/+0Star
* tipc: Remove user registry subsystemAllan Stephens2011-01-011-4/+2Star
* tipc: Eliminate use of user registry by topology serviceAllan Stephens2011-01-011-16/+10Star
* 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/+0Star
* 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/+5Star
* | tipc: cleanup function namespacestephen hemminger2010-10-161-9/+0Star
* | net: return operator cleanupEric Dumazet2010-09-231-1/+1
|/
* TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy2010-04-071-5/+10
* tipc: fix endianness on tipc subscriber messagesNeil Horman2010-03-081-35/+22Star
* net: Move && and || to end of previous lineJoe Perches2009-11-301-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/+3Star
* tipc: Consolidate subscriber & subscriber port referencesAllan Stephens2008-05-191-86/+113
* tipc: Fix bug in topology server byte swapping routineAllan Stephens2008-05-191-3/+1Star
* tipc: Add support for customized subscription endiannessAllan Stephens2008-05-191-19/+16Star
* tipc: Add support for customized subscription overlap handlingAllan Stephens2008-05-191-1/+3
* tipc: Fix race condition when creating socket or native portAllan Stephens2008-05-131-0/+1
* [NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-41/+41
* [TIPC]: Use kzalloc where appropriateArnaldo Carvalho de Melo2006-12-031-2/+1Star
* [TIPC]: Added subscription cancellation capabilityLijun Chen2006-10-191-15/+84
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-281-1/+1
* [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens2006-06-261-9/+9
* [TIPC]: Remove inlines from *.cSam Ravnborg2006-03-211-1/+1
* [TIPC]: Fix simple sparse warningsSam Ravnborg2006-03-211-14/+14
* [TIPC] Avoid polluting the global namespacePer Liden2006-01-181-29/+29
* [TIPC]: Fix 64-bit build warnings.David S. Miller2006-01-121-3/+5
* [TIPC] More updates of file headersPer Liden2006-01-121-1/+1
* [TIPC] Update of file headersPer Liden2006-01-121-2/+1Star