summaryrefslogtreecommitdiff
path: root/message.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-08Bring task_cgroup_path_from_hierarchy() back for pre-3.11 compatiblityKarol Lewandowski1-0/+44
2014-03-22Fix comment wrt KDBUS_MSG_FLAGS_WAIT_FOR_REPLYDaniel Mack1-2/+2
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-08message: constify argument of kdbus_kmsg_new_from_user()Daniel Mack1-1/+1
2014-03-07names: add option to allow wildcards to kdbus_name_is_valid()Daniel Mack1-1/+1
2014-02-02directly track bus <-> connectionKay Sievers1-2/+2
2014-02-01style fixesDaniel Mack1-1/+3
2014-02-01rename namespace to domainDaniel Mack1-1/+1
2014-01-25implement bloom mask generation selectionKay Sievers1-2/+1
2014-01-24update bloom filter handling (ABI break)Kay Sievers1-5/+15
2014-01-24order include files alphabeticallyDaniel Mack1-1/+1
2014-01-24fix some kernel docDaniel Mack1-1/+1
2014-01-24reorder, cleanup and consolidate variable declarationsDaniel Mack1-3/+3
2014-01-23message: make checks a bit more readableDaniel Mack1-10/+9
2014-01-23message: use #defines when possibleDaniel Mack1-1/+1
2014-01-23message: disallow KDBUS_MSG_FLAGS_EXPECT_REPLY for broadcastsDaniel Mack1-5/+12
2014-01-22util: rename kdbus_validate_nul to kdbus_item_validate_nulDaniel Mack1-1/+1
2014-01-18kerneldoc: s/Returns/Return/, s/any value/negative errno/, move "Return:" to ...Kay Sievers1-3/+3
2014-01-17kdbus.h, message: prepare for synchronous operations (ABI break)Daniel Mack1-0/+10
2014-01-14allow to set and query connections and memfds a human-readable names (ABI break)Kay Sievers1-3/+0
2014-01-14export namespace-global message sequence number (ABI break)Kay Sievers1-0/+5
2013-12-27grant CAP_IPC_OWNER-like access to the owner of the busKay Sievers1-2/+2
2013-12-27do not accept "kernel messages" from userspaceKay Sievers1-0/+6
2013-12-25fix kernel docKay Sievers1-2/+2
2013-12-25handle timeouts only handled for expected replies, not for queued messagesKay Sievers1-8/+1
2013-12-25update cookie and cookie_reply logicKay Sievers1-1/+8
2013-12-24handle: do not put "ep" and "conn" in a unionKay Sievers1-9/+4
2013-12-24metadata: always allocate and don't embed meta objectKay Sievers1-20/+29
2013-12-17include linux/uaccess.h from all files that use copy_{from,to}_userDaniel Mack1-1/+1
2013-12-17include uaccess.h where neededKay Sievers1-0/+1
2013-12-17remove kdbus_msg_dumpDaniel Mack1-37/+0
2013-12-17remove unneeded include headersDaniel Mack1-2/+0
2013-12-17some trivial style-related fixupsDaniel Mack1-1/+2
2013-12-17kdbus_msg_scan_items(): simplify item size logicDaniel Mack1-8/+10
2013-12-13sort includes alphabeticallyDaniel Mack1-12/+12
2013-12-12kmsg: enforce timeout_ns != 0 with KDBUS_MSG_FLAGS_EXPECT_REPLYDaniel Mack1-0/+6
2013-12-11do not init list entries before adding themKay Sievers1-2/+0
2013-12-07notify: require the call site to keep track of a notification kmsg listDaniel Mack1-0/+2
2013-12-06with only one type of item left, rename PART to ITEMKay Sievers1-12/+12
2013-12-06kernel doc fixesKay Sievers1-4/+5
2013-12-06endpoint: kernel docKay Sievers1-0/+25
2013-12-05kernel doc for internal.h, add handle.h, move some things around to become st...Kay Sievers1-2/+0
2013-12-04use KDBUS_PART_SIZE everywhereKay Sievers1-2/+2
2013-12-03straighten names APIDaniel Mack1-2/+2
2013-11-29rename KDBUS_MSG_* to KDBUS_ITEM_*Daniel Mack1-4/+4
2013-11-29renameDaniel Mack1-13/+13
2013-11-29generalize metadata attachment logicKay Sievers1-361/+1
2013-11-29kdbus.h: move ATTACH flags in hello cmd into own flags fieldDaniel Mack1-20/+20