summaryrefslogtreecommitdiff
path: root/handle.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-25pool: hand out opaque pool_slice pointers instead of offsetsKay Sievers1-2/+5
2014-03-24handle: unref handle->ep and free handle->meta on error pathDjalal Harouni1-2/+6
2014-03-22domain: create sub-domain from parent domainKay Sievers1-1/+1
2014-03-17endpoint: when disconnecting, disconnect all connectionsKay Sievers1-5/+1
2014-03-17move waitqueue from endpoint to connectionDaniel Mack1-7/+2
2014-03-17kdbus: use kdbus_item_validate_name() to validate namesDjalal Harouni1-17/+1
2014-03-08turn KDBUS_ITEM* iterators into generic versionsKay Sievers1-2/+3
2014-03-08handle: add KDBUS_CMD_EP_UPDATE (API break)Daniel Mack1-0/+40
2014-03-08endpoint: keep track of custom endpoints in handleDaniel Mack1-1/+4
2014-03-08kdbus.h: rename kdbus_cmd_conn_update → kdbus_cmd_update (API break)Daniel Mack1-3/+3
2014-03-08handle: use KDBUS_ITEMS_SIZEDaniel Mack1-2/+1
2014-03-08policy: add KDBUS_ITEMS_END() checkKay Sievers1-1/+1
2014-03-08add KDBUS_ITEMS_FOREACH_SIZEKay Sievers1-2/+2
2014-03-08endpoint: add kdbus_ep_policy_set()Daniel Mack1-0/+9
2014-03-07endpoint: change policy logicDaniel Mack1-4/+3
2014-03-07policy: drop KDBUS_CMD_EP_POLICY_SET (ABI breakage)Daniel Mack1-24/+0
2014-03-03add message queue quota for individual usersKay Sievers1-1/+15
2014-02-06release parent lock when disconnecting children objectsKay Sievers1-5/+5
2014-02-03update locking and tear-down logic at disconnect()Kay Sievers1-7/+7
2014-02-02directly track bus <-> connectionKay Sievers1-5/+4
2014-02-01more namespace -> domain renamesDaniel Mack1-1/+1
2014-02-01s/_NS_/_DOMAIN_/gDaniel Mack1-6/+6
2014-02-01rename namespace to domainDaniel Mack1-26/+26
2014-01-24update bloom filter handling (ABI break)Kay Sievers1-3/+3
2014-01-24add KDBUS_CMD_MSG_CANCELDaniel Mack1-0/+14
2014-01-24handle: use sizeof(var) rather than sizeof(type)Daniel Mack1-2/+2
2014-01-23allow activators to receive(for peek) messages, but not so send anyKay Sievers1-3/+5
2014-01-23handle: add back some alignment checksDaniel Mack1-0/+9
2014-01-22handle: cosmeticsDaniel Mack1-1/+1
2014-01-22handle: clean up copy_to_user() in KDBUS_CMD_MSG_SENDDaniel Mack1-4/+4
2014-01-22handle: don't discard address space annotation when casting (2)Daniel Mack1-1/+1
2014-01-22handle: don't discard address space annotation when castingDaniel Mack1-1/+1
2014-01-22util: rename kdbus_validate_nul to kdbus_item_validate_nulDaniel Mack1-2/+1
2014-01-22more trivial style issuesDaniel Mack1-3/+3
2014-01-22handle: cleanupsDaniel Mack1-7/+4
2014-01-22handle: kill some KDBUS_IS_ALIGNED8 that aren't needed anymoreDaniel Mack1-10/+0
2014-01-22handle: use kdbus_memdup_user for CMD_HELLODaniel Mack1-20/+7
2014-01-22endpoint: move __user stuff to handle.cDaniel Mack1-3/+11
2014-01-22bus: move __user stuff to handle.cDaniel Mack1-1/+8
2014-01-22namespace: move __user stuff to handle.cDaniel Mack1-2/+12
2014-01-22consolidate most memdup_user to handle.cDaniel Mack1-26/+150
2014-01-22drop '_from_user' in kdbus_cmd_policy_set_from_userDaniel Mack1-1/+1
2014-01-22handle: consolidate alignment checksDaniel Mack1-75/+9
2014-01-22Add KDBUS_CMD_CONN_UPDATEDaniel Mack1-0/+10
2014-01-18limit the number of buses and connections per userKay Sievers1-0/+6
2014-01-18do not shortcut handle state with KDBUS_CMD_BYEBYE, it leaks the namespace refKay Sievers1-4/+0
2014-01-18properly drop references of endpoint and activator connectionKay Sievers1-4/+4
2014-01-18handle: fix potential mem leak when kdbus_conn_kmsg_send() failsDaniel Mack1-1/+3
2014-01-17connection: add syncronous message reply mechanismDaniel Mack1-0/+13
2014-01-17connection: split receive logicDaniel Mack1-1/+1