summaryrefslogtreecommitdiff
path: root/endpoint.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-22util: rename kdbus_validate_nul to kdbus_item_validate_nulDaniel Mack1-2/+1
2014-01-22more trivial style issuesDaniel Mack1-2/+2
2014-01-22endpoint: move __user stuff to handle.cDaniel Mack1-50/+17
2014-01-18kerneldoc: s/Returns/Return/, s/any value/negative errno/, move "Return:" to ...Kay Sievers1-2/+2
2014-01-15kdbus, endpoint: abort if device_register failsDjalal Harouni1-0/+1
2014-01-14allow to set and query connections and memfds a human-readable names (ABI break)Kay Sievers1-6/+2
2014-01-14export namespace-global message sequence number (ABI break)Kay Sievers1-1/+1
2014-01-05endpoint: don't kfree a PTR_ERRDjalal Harouni1-4/+2
2014-01-04move devname validation to util.cKay Sievers1-0/+4
2013-12-30fix semicolon in if statementGovindarajulu Varadarajan1-1/+1
2013-12-18do not return improper idr failure codes to userspaceKay Sievers1-0/+2
2013-12-18endpoint: fix idr_alloc return value checkDaniel Mack1-1/+1
2013-12-18endpoint: fix memory leak on malformed inputDaniel Mack1-2/+4
2013-12-18endpoint: save an extra variable for idr_alloc()Daniel Mack1-5/+3
2013-12-18endpoint: plug mem leak if kstrdup() failsDaniel Mack1-2/+4
2013-12-17some trivial style-related fixupsDaniel Mack1-2/+3
2013-12-17endpoint: fix potential deadlockDaniel Mack1-0/+1
2013-12-17consolidate kdbus_cmd_{bus,ep,ns}_make structsDaniel Mack1-4/+4
2013-12-13sort includes alphabeticallyDaniel Mack1-7/+7
2013-12-12fix kernel docKay Sievers1-1/+1
2013-12-11set bus->ns only after we linked the busKay Sievers1-7/+10
2013-12-09endpoint: ref busKay Sievers1-44/+20
2013-12-09bus: ref namespaceKay Sievers1-2/+2
2013-12-08return NULL from *_unref()Kay Sievers1-1/+5
2013-12-07policy: remove kref, all policy is bound to the lifetime of the endpointKay Sievers1-1/+1
2013-12-06remove unneeded include headersDaniel Mack1-1/+0
2013-12-06use ordinary item instead of "enum kdbus_make_type"Kay Sievers1-1/+1
2013-12-06with only one type of item left, rename PART to ITEMKay Sievers1-6/+6
2013-12-06kernel doc fixesKay Sievers1-4/+4
2013-12-06endpoint: kernel docKay Sievers1-0/+32
2013-12-05kernel doc for internal.h, add handle.h, move some things around to become st...Kay Sievers1-2/+6
2013-12-03endpoint: simplify creation logicKay Sievers1-17/+16
2013-12-03endpoint: access 'disconnected' under lockDaniel Mack1-6/+11
2013-12-03clean up kdbus_policy_db_new() APIDaniel Mack1-4/+2
2013-12-01report POLLERR to connections when the bus goes downDaniel Mack1-0/+6
2013-11-30fix namespace creation logicKay Sievers1-7/+0
2013-10-24Copy mode to endpoint struct in kdbus_ep_new()Daniel Kowalski1-0/+1
2013-09-25some minor fixes for endpoint and namespacePrzemyslaw Kedzierski1-1/+1
2013-08-12kdbus: fix some memory leaksTero Roponen1-0/+1
2013-05-31return proper -EINVAL instead of EINVAL for an errorHarald Hoyer1-1/+1
2013-05-24make part iteration generic; *really* validate parts, fix now failing testKay Sievers1-9/+7
2013-05-21return proper -EINVAL instead of EINVAL for an errorGreg Kroah-Hartman1-1/+1
2013-05-19track connection in the bus instead of the endpoint; add monitoringKay Sievers1-3/+2
2013-05-17make sure we always pass __u64 in the API, never long or pointerKay Sievers1-1/+1
2013-05-14support vec.address == NULL; vec.size = 1..7; as a "padding vec"Kay Sievers1-1/+1
2013-05-13assign the creator's gid to the "bus" node only if KDBUS_MAKE_ACCESS_GROUP is...Kay Sievers1-1/+0
2013-05-10namespace, ep: depend on extended devnode_control callback signatureDaniel Mack1-8/+3
2013-05-08rename files: ns -> namespace, ep -> endpointKay Sievers1-0/+299