summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-01kdbus.txt: grammer fixes from Peter Meerwaldupstream/0.20141102.012929utcGreg Kroah-Hartman1-19/+18
2014-11-01handle: when caching the creator's metadata cache also KDBUS_ATTACH_AUXGROUPSDjalal Harouni1-0/+1
2014-10-31handle.c: remove unnecessary pointer assignmentDaniel Mack1-1/+1
2014-10-31handle.c: rework pointer assignment logicDaniel Mack1-72/+88
2014-10-31convert *_new() functions to return the new object directlyDaniel Mack21-208/+188
2014-10-31kdbus.h: Use #defines rather than an enum for ioctl definitionDaniel Mack1-63/+61
2014-10-30item.c: #include <linux/fs.h>Daniel Mack1-0/+1
2014-10-29doc: fix a typo kdbus instead of kbusDjalal Harouni1-1/+1
2014-10-28benchmark: cache the kdbus msg and update only memfd item offset if neededDjalal Harouni1-31/+99
2014-10-28connection: block only normal fds allwo sending memfdsDjalal Harouni2-3/+2
2014-10-28test/test-sync: we accept SA_RESTART nowDaniel Mack1-13/+1
2014-10-28connection: rework interrupted system call implementationDaniel Mack1-36/+41
2014-10-28connection: add kdbus_conn_reply.interruptedDaniel Mack1-2/+6
2014-10-28connection: conditional branch cleanupsDaniel Mack1-3/+1
2014-10-28connection: introduce kdbus_conn_find_reply()Daniel Mack1-23/+40
2014-10-28test-fd: check if we did receive the right number of passed fdsDjalal Harouni1-1/+39
2014-10-28connection: improve the connection do not accept fd passing checkDjalal Harouni1-2/+3
2014-10-27kdbus.h: strip down headerDaniel Mack1-10/+0
2014-10-27kdbus.h, metadata: factor out capabilities (ABI break)Daniel Mack4-19/+43
2014-10-27test-fd: add more passfd+close tests to fdpassingDjalal Harouni1-9/+43
2014-10-27test-fd: test send fd operations on connection that do not accept fdsDjalal Harouni1-10/+48
2014-10-27connection, message: cosmeticsDaniel Mack2-5/+3
2014-10-26connection, handle: fix a number of checkpatch warningsDaniel Mack3-15/+22
2014-10-25policy: check if name is valid when updating policiesDjalal Harouni2-0/+21
2014-10-25test-monitor: add KDBUS_CMD_CONN_UPDATE tests for monitor connectionsDjalal Harouni1-0/+66
2014-10-25connection: make KDBUS_CMD_CONN_UPDATE ioctl available for monitor connectionsDjalal Harouni3-5/+7
2014-10-25handle: validate items in kdbus_items_validate() in KDBUS_CMD_CONN_INFODjalal Harouni1-0/+5
2014-10-25doc: the well-known name in kdbus_cmd_info is passed in the item listDjalal Harouni2-4/+5
2014-10-24connection: fix kdbus_cmd_info() argument indentationDjalal Harouni1-1/+1
2014-10-24test-names: name validity tests for CMD_NAME_{ACQUIRE|RELEASE}Djalal Harouni1-1/+24
2014-10-24names: check if name is valid for CMD_NAME_ACQUIRE and CMD_NAME_RELEASEDjalal Harouni2-1/+8
2014-10-24kdbus.h: fix kernel docLukasz Skalski1-2/+2
2014-10-23connection: keep SYNC messages alive on EINTRDavid Herrmann2-34/+66
2014-10-23connection: dont leak sync repliesDavid Herrmann1-1/+2
2014-10-23connection: make sure to delete reply_wake entriesDavid Herrmann1-4/+3
2014-10-23connection: hold conn_reply ref on reply_wakeDavid Herrmann1-1/+3
2014-10-23connection: make conn_reply ref-countedDavid Herrmann1-8/+31
2014-10-23connection: conn_add_expected_reply -> conn_reply_newDavid Herrmann1-52/+43
2014-10-23connection: dont leak replies if message-queueing failsDavid Herrmann1-28/+19
2014-10-23connection: correctly filter messages on name takeoverDavid Herrmann1-6/+18
2014-10-23connection: rename reply->conn to reply->reply_dstDavid Herrmann1-11/+12
2014-10-23connection: don't send DEAD-NOTIFICATIONS on sync SENDsDavid Herrmann1-4/+3
2014-10-23connection: simplify reply cleanupsDavid Herrmann1-27/+11
2014-10-22test-fd: make sure that passed fds do not also allow fd queueingDjalal Harouni1-1/+12
2014-10-22kdbus.h: rename kdbus_{cmd,}_conn_info → kdbus_{cmd,}_infoDaniel Mack12-37/+37
2014-10-22kdbus.h: add KDBUS_CMD_BUS_CREATOR_INFODaniel Mack8-80/+240
2014-10-22message: switch to fget_raw() to allow passing O_PATH file descriptorsDjalal Harouni1-2/+3
2014-10-22message: we want to allow O_PATHed file descriptorsDjalal Harouni1-1/+1
2014-10-22test-fd: add a bloom filter to broadcast messageDaniel Mack1-4/+12
2014-10-22message: allow memfds for broadcast messagesDaniel Mack1-8/+2