summaryrefslogtreecommitdiffstats
path: root/net/tipc/subscr.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: remove an unnecessary NULL checkDan Carpenter2016-04-281-2/+1
* tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan2016-04-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+2
|\
| * tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan2016-03-061-1/+2
* | tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVERParthasarathy Bhuvaragan2016-02-061-3/+11
* | tipc: protect tipc_subscrb_get() with subscriber spin lockParthasarathy Bhuvaragan2016-02-061-2/+2
* | tipc: hold subscriber->lock for tipc_nametbl_subscribe()Parthasarathy Bhuvaragan2016-02-061-2/+2
* | tipc: fix connection abort when receiving invalid cancel requestParthasarathy Bhuvaragan2016-02-061-1/+2
* | tipc: fix connection abort during subscription cancellationParthasarathy Bhuvaragan2016-02-061-19/+19
* | tipc: introduce tipc_subscrb_subscribe() routineParthasarathy Bhuvaragan2016-02-061-23/+31
* | tipc: remove struct tipc_name_seq from struct tipc_subscriptionParthasarathy Bhuvaragan2016-02-061-10/+23
* | tipc: remove filter and timeout elements from struct tipc_subscriptionParthasarathy Bhuvaragan2016-02-061-7/+8
* | tipc: remove incorrect check for subscription timeout valueParthasarathy Bhuvaragan2016-02-061-2/+1
|/
* tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan2016-01-291-6/+5
* 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
OpenPOWER on IntegriCloud