summaryrefslogtreecommitdiff
path: root/domain.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-31convert *_new() functions to return the new object directlyDaniel Mack1-12/+8
2014-10-21handle: use dynamic major/minor allocation (ABI break)David Herrmann1-102/+48
2014-10-16domain: detroy IDRsDaniel Mack1-0/+5
2014-10-01item: add kdbus_items_get_str()Daniel Mack1-30/+0
2014-09-30domain: embed 'struct device'David Herrmann1-43/+33
2014-09-30domain: simplify kdbus_domain_find()David Herrmann1-16/+7
2014-09-29domain: slightly simplify kdbus_domain_new()Tom Gundersen1-13/+14
2014-09-29domain: fix typos and whitespace in commentsTom Gundersen1-5/+5
2014-09-29tree-wide: remove item checksDaniel Mack1-12/+0
2014-09-29rename defaults.h → limits.hDaniel Mack1-1/+1
2014-09-29item: introduce item.cDavid Herrmann1-0/+1
2014-09-28clean up include filesDaniel Mack1-1/+1
2014-09-27Add myself to copyright headerDavid Herrmann1-0/+1
2014-09-21main: keep initial domain local to main.cDavid Herrmann1-3/+0
2014-09-13kerneldoc fixesDaniel Mack1-3/+3
2014-09-11tree-wide: extend copyright information to 2014Daniel Mack1-4/+4
2014-07-31do not use __ prefix for ordinary functionsKay Sievers1-22/+9
2014-07-31domain: add BUG_ON()Kay Sievers1-9/+6
2014-07-31domain: remove dead kdbus_domain_user_find_or_new()Djalal Harouni1-67/+0
2014-07-31domain: add kdbus_domain_user_account()Djalal Harouni1-0/+36
2014-07-31domain: add __kdbus_domain_user_account() to account domain usersDjalal Harouni1-0/+70
2014-07-31domain: add kdbus_domain_user_assign_id() to assign IDs to domain usersDjalal Harouni1-0/+33
2014-06-03domain: rework kdbus_domain_new() error path to fix a BUG_ON()Djalal Harouni1-6/+16
2014-05-15always require explicit disconnect(), pin connection until disconnect()Kay Sievers1-1/+1
2014-03-25whitespace cleanupKay Sievers1-1/+2
2014-03-24add comments about lock orderKay Sievers1-0/+4
2014-03-22ensure we never have any children objects linked when we free a parentKay Sievers1-0/+4
2014-03-22check for disconnected parent objects before linking into themKay Sievers1-1/+12
2014-03-17kdbus: use kdbus_item_validate_name() to validate namesDjalal Harouni1-14/+1
2014-03-08turn KDBUS_ITEM* iterators into generic versionsKay Sievers1-2/+3
2014-03-08policy: add KDBUS_ITEMS_END() checkKay Sievers1-1/+1
2014-03-08add KDBUS_ITEMS_FOREACH_SIZEKay Sievers1-2/+2
2014-03-04domain: pass "domain" path to major registrationKay Sievers1-1/+1
2014-03-03domain: user - store the user's indexKay Sievers1-0/+1
2014-03-03add message queue quota for individual usersKay Sievers1-12/+52
2014-02-06release parent lock when disconnecting children objectsKay Sievers1-18/+41
2014-02-03update locking and tear-down logic at disconnect()Kay Sievers1-47/+67
2014-02-01more namespace -> domain renamesDaniel Mack1-7/+7
2014-02-01style fixesDaniel Mack1-7/+8
2014-02-01rename namespace to domainDaniel Mack1-0/+428