platform/core/system/kdbus-bus.git
2014-09-11 Daniel Mackkdbus.txt: document wildcard policy entries upstream/0.20140911.160207utc
2014-09-11 Daniel Mackmatch: make kdbus_match_db_remove() void
2014-09-11 Daniel Mackconnection: allow wildcard matches for policy holders
2014-09-11 Daniel Mackconnection: reformat
2014-09-11 Daniel Mackendpoint: cosmetics
2014-09-11 Daniel Mackconnection: check return value of kdbus_meta_append()
2014-09-11 Daniel Mackconnection: return -EOPNOTSUPP if the connection has...
2014-09-10 Daniel Mackkdbus.txt: add more documentation
2014-09-10 Daniel Mackmatch: don't fail on invalid item types
2014-09-10 Daniel Macknotify: explictly set payload_type = KDBUS_PAYLOAD_KERNEL
2014-09-09 Daniel Mackkdbus.txt: kill reference to sd-memfd.h
2014-09-09 Djalal Harounipolicy: make policy checks work across user namespaces
2014-09-08 Daniel Mackconnection: factor out queue management code to queue.c
2014-09-08 Daniel Mackconnection: rename 'entry' variable in kdbus_conn_kmsg_...
2014-09-08 Djalal Harounitest: update policy tests to handle user namespaces
2014-09-05 Daniel Mackpolicy: indent
2014-09-05 Daniel Mackconnection: check policy for reply-awaiting messages...
2014-08-24 Daniel Mackconnection: drop unused argument of kdbus_conn_payload_...
2014-08-20 Daniel Mackmetadata: kdbus_meta_append_auxgroups(): actually set...
2014-08-20 Djalal Harounitest: use audit.loginuid and audit.sessionid when dumpi...
2014-08-20 Djalal Harounikdbus: do the audit loginuid translation as late as...
2014-08-19 Daniel Mackmetadata: add back code to fill creds data
2014-08-19 Daniel MackRevert "test/Makefile: only look at $(KERNELDIR)/usr...
2014-08-19 Daniel Macktest/Makefile: only look at $(KERNELDIR)/usr/include...
2014-08-19 Daniel MackMakefile: deal with realtive paths in test/
2014-08-19 Daniel MackMakefile: export KERNELDIR for tests
2014-08-19 Djalal Harounitest: add the metadata tests inside new namespaces
2014-08-19 Djalal Harounitest: add conn_recv() that use poll() and msg_recv()
2014-08-19 Djalal Harounitest: move shared definitions to kdbus-util.h to use...
2014-08-19 Djalal Harounitest: add helpers for user namespace mapping
2014-08-19 Djalal Harouniconnection: move the install creds into the slice to...
2014-08-19 Djalal Harounimetadata: document creds_item_off and auxgrps_item_off...
2014-08-18 Daniel Mackhandle: return POLLOUT | POLLWRNORM from kdbus_handle_p...
2014-08-17 Daniel Mackmetadata: drop support for kernels < v3.15
2014-08-17 Daniel MackKconfig: depend on TMPFS
2014-08-17 Daniel Macktest: adopt new memfd interface
2014-08-17 Daniel Mackswitch to upstream kernel memfd implementation (ABI...
2014-08-17 Daniel Mackmetadata: follow 3.17 changes for current->start_time
2014-08-17 Daniel Mackmetadata: set item->size in kdbus_meta_append_item()
2014-08-17 Daniel Mackmetadata: remove kdbus_meta_find_item()
2014-08-16 Daniel Mackconnection: drop unused paramenter to kdbus_conn_*_install
2014-08-16 Daniel Mackconnection: address possible auxgrp count mismatch
2014-08-16 Daniel Mackutil: introduce KDBUS_ITEM_PAYLOAD_SIZE
2014-08-16 Daniel Mackmetadata: rename kdbus_meta_offset_of() to kdbus_meta_f...
2014-08-15 Marcel Holtmannhandle: Return POLLOUT | POLLWRNORM mask when no messag...
2014-08-15 Daniel Mackconnection: fix error rewind exit path in kdbus_conn_ms...
2014-08-15 Daniel Mackconnection, metadata: convert auxgrp information as...
2014-08-15 Daniel Mackmetadata: allow NULL pointers in kdbus_meta_append_data()
2014-08-15 Daniel Mackconnection, metadata: do namespace translation as late...
2014-08-15 Daniel Mackmetadata: add kdbus_meta_offset_of()
2014-08-14 Daniel Mackpolicy, connection: rename policy cache related functions
2014-08-14 Daniel Mackpolicy: rename send_access_hash to talk_access_hash
2014-08-14 Daniel Macknames: flush policy TALK cache when a connection loses...
2014-08-14 Daniel Macktest: test-kdbus: fix monitor and byebye tests
2014-08-14 Alban Crequybus.h: add missing include to linux/kref.h
2014-08-12 Daniel Mackpool: remove unneeded semicolon
2014-08-10 Daniel Mackmetadata: return -EFAULT if get_task_mm(current) fails
2014-08-10 Daniel Macktest: add test code for KDBUS_ITEM_AUXGROUPS
2014-08-10 Daniel Mackmetadata: add new item type KDBUS_ITEM_AUXGROUPS (ABI...
2014-08-05 Djalal Harounitest: split conn_update() into update attach-flags...
2014-08-05 Djalal Harouniconnection: improve kdbus_cmd_conn_update() connection...
2014-08-05 Djalal Harounihandle: allow KDBUS_CMD_CONN_UPDATE ioctl for policy...
2014-08-05 Djalal Harounihandle: return -EOPNOTSUPP instead of -EPERM if an...
2014-08-05 Djalal Harounitest: sync the policy tests with the recent activators...
2014-08-04 Kay Sieversuse conn->type instead of conn->flags where possible
2014-08-04 Kay Sieversprevent special-purpose connections from owning names...
2014-07-31 Kay Sieverskdbus.h: clarify policy holder docs
2014-07-31 Kay Sieversdo not use __ prefix for ordinary functions
2014-07-31 Kay Sieversdomain: add BUG_ON()
2014-07-31 Kay Sieversdo not use __ prefix for ordinary functions
2014-07-31 Kay Sieverstest: do not use __ prefix for ordinary functions
2014-07-31 Djalal Harounidomain: remove dead kdbus_domain_user_find_or_new()
2014-07-31 Djalal Harouniconnection: fix user quota accounting corruption
2014-07-31 Djalal Harounibus: improve user quota accounting and domain locking
2014-07-31 Djalal Harounikdbus: improve user quota accounting by using kdbus_dom...
2014-07-31 Djalal Harounidomain: add kdbus_domain_user_account()
2014-07-31 Djalal Harounidomain: add __kdbus_domain_user_account() to account...
2014-07-31 Djalal Harounidomain: add kdbus_domain_user_assign_id() to assign...
2014-07-31 Djalal Harounitest: correctly set the 'ret' variable
2014-07-02 Greg Kroah... Merge pull request #21 from torstehu/fix-warning
2014-06-29 Torstein HusebøFix annoying compile warning due to missing cast
2014-06-24 Daniel Mackconnection: don't append to uninitialized metadata
2014-06-24 Daniel Mackconnection: clean up conditional code path
2014-06-24 Daniel Mackconnection: rename kdbus_check_send_perm() to kdbus_con...
2014-06-23 Daniel Mackconnection: factor out code into kdbus_conn_add_expecte...
2014-06-23 Daniel Mackconnection: factor out some code into kdbus_check_send_...
2014-06-23 Daniel Mackmemfd: switch to f_op->{read,write}_iter
2014-06-20 Djalal Harounipolicy: kdbus_policy_set() use another variable to...
2014-06-20 Djalal Harounipolicy: use the db->entries_hash to access the policy...
2014-06-20 Djalal Harounitest: add the test-kdbus-policy test
2014-06-20 Djalal Harounitest: add conn_update() to test KDBUS_CMD_CONN_UPDATE
2014-06-20 Djalal Harounitest: add simple helper to drop privileges
2014-06-20 Djalal Harounitest: make msg_send() return -errno
2014-06-20 Djalal Harounitest: export kdbus_hello_registrar()
2014-06-20 Djalal Harouniconnection: when freeing a connection purge its cached...
2014-06-20 Djalal Harounipolicy: kdbus_policy_check_own_access() returns 0 on...
2014-06-20 Djalal Harounipolicy: kdbus_policy_set() fix a use after free bug
2014-06-20 Djalal Harounipolicy: kdbus_policy_set() make sure we restore the...
2014-06-20 Djalal Harouniconnection: update attach_flags only if KDBUS_ITEM_ATTA...
2014-06-19 Simon Peetersease installation on non-running kernels
next