platform/core/system/kdbus-bus.git
2014-01-03 Greg Kroah... Makefile: s/name/uname/
2014-01-03 Kay SieversTODO: update
2014-01-01 Greg Kroah... various 80 column warnings fixed up
2014-01-01 Greg Kroah... policy.c: use linux/uaccess.h not asm/uaccess.h
2014-01-01 Greg Kroah... more checkpatch space "fixes"
2014-01-01 Greg Kroah... namespace.c: fix bug with trailing ; on an if statement
2014-01-01 Greg Kroah... notify.c: switch/case statement alignment.
2014-01-01 Greg Kroah... notify.c: space checkpatch "fixes"
2014-01-01 Greg Kroah... kdbus.h: fix stupid checkpatch warnings about spaces...
2013-12-30 Govindarajulu... fix semicolon in if statement
2013-12-30 Greg Kroah... Fix some stupid checkpatch warnings in connection.h...
2013-12-28 Kay Sieverslimit the amount of request for a reply a connection...
2013-12-27 Kay Sieverstest: benchmark - use sizeof(struct timeval)
2013-12-27 Kay Sieverstest: cast addr to uintptr_t
2013-12-27 Kay Sieversgrant CAP_IPC_OWNER-like access to the owner of the bus
2013-12-27 Kay Sieversdo not accept "kernel messages" from userspace
2013-12-26 Kay Sieverskdbus.h: fix kernel doc
2013-12-26 Lennart Poetteringkdbus.h: KDBUS_ITEM_PRIORITY is not implemented and...
2013-12-26 Kay Sieversuse module name for printk
2013-12-26 Kay Sieversprint better error message
2013-12-25 Kay SieversTODO: update
2013-12-25 Kay Sieversmemfd: use KBUILD_MODNAME
2013-12-25 Kay Sieversallow to compile a separate kernel module with a named...
2013-12-25 Kay Sieversfix kernel doc
2013-12-25 Kay Sievershandle timeouts only handled for expected replies,...
2013-12-25 Kay SieversTODO: update
2013-12-25 Kay Sieversconnection: fix access-after-free
2013-12-25 Kay Sieversupdate cookie and cookie_reply logic
2013-12-24 Kay Sieversreturn error in kdbus_name_release()
2013-12-24 Kay Sieversdo not deny writing messages to an activator connection
2013-12-24 Kay Sievershandle: do not put "ep" and "conn" in a union
2013-12-24 Kay Sieversmetadata: always allocate and don't embed meta object
2013-12-24 Kay Sieversconnection: move messages addressed to a name back...
2013-12-24 Kay Sieversmetadata: use append_data for credentials
2013-12-24 Kay Sieversmetadata: re-initialize meta object, we might re-use it
2013-12-24 Kay Sieversallow HELLO to impersonate somebody else
2013-12-23 Kay Sieversmatch: check for currently owned names
2013-12-23 Kay Sieverspolicy: remove inline declaration, it's the compiler...
2013-12-23 Kay Sieversconnection: do not guess-check for target connection...
2013-12-23 Kay Sieversrename "id" to "owner_id" for all actions on behalf...
2013-12-23 Kay SieversTODO: update
2013-12-23 Kay Sieversdo not filter directed messages sent to monitor connections
2013-12-22 Daniel Macknames: cosmetics
2013-12-21 Daniel Macknames: fix 'added' assignment
2013-12-21 Daniel Macknames: rework list logic once more
2013-12-21 Lennart Poetteringkdbus.h: document ENOENT error
2013-12-21 Daniel Macknames: fix condition for activator listing
2013-12-21 Daniel Macknames: add the activator connection itself to the list...
2013-12-21 Kay Sieversadd KDBUS_ITEM_DST_NAME to outgoing messages
2013-12-21 Kay Sieversmetadata: set every bit only once, also bits for unknow...
2013-12-20 Daniel Mackmatch: make kdbus_match_entry_free static
2013-12-20 Daniel Macknotify: assign kmsg's notify_{new,old}_id
2013-12-20 Daniel Mackchange error message of BYEBYE to -EBUSY
2013-12-20 Daniel Macktest-kdbus: add tests for match logic
2013-12-20 Daniel Mackmatch: rework code
2013-12-19 Daniel Mackkdbus-test: start monitor tests
2013-12-19 Kay Sieversmatch: add name matching, match kernel notifications
2013-12-19 Kay Sieversmatch: read the name from the right structure
2013-12-18 Daniel Mackdo not allow monitor connections to own names
2013-12-18 Daniel Mackconnection: make KDBUS_ITEM_PAYLOAD_VEC's offset relati...
2013-12-18 Kay Sieversnotify: always use memcpy
2013-12-18 Lennart Poetteringnotify: make sure we send NUL terminate name strings...
2013-12-18 Kay Sieverstest: chat - dump all names
2013-12-18 Kay Sieversnames: use the correct list entry when iterating over...
2013-12-18 Kay Sieversnames: remember entry when queueing up a connection...
2013-12-18 Kay Sieversnames: clean up flag handling when taking over names
2013-12-18 Kay Sieversnames: set incoming/outgoing queueing flags in one...
2013-12-18 Kay Sieversnames: directly pass KDBUS_NAME_ACTIVATOR for activator...
2013-12-18 Kay Sieversnames: strict filter of incoming KDBUS_NAME_* flags
2013-12-18 Kay Sieversdo not return improper idr failure codes to userspace
2013-12-18 Daniel Mackendpoint: fix idr_alloc return value check
2013-12-18 Daniel MackRevert "move kdbus_subsys from namespace.c to main.c"
2013-12-18 Daniel Mackmatch: plug memory leak
2013-12-18 Daniel Mackbus: don't try to free an ERR_PTR
2013-12-18 Daniel Mackbus: fix memory leak on malformed messages
2013-12-18 Daniel Mackendpoint: fix memory leak on malformed input
2013-12-18 Daniel Mackendpoint: save an extra variable for idr_alloc()
2013-12-18 Daniel Mackendpoint: plug mem leak if kstrdup() fails
2013-12-18 Daniel Macknamespace: don't try to free an ERR_PTR
2013-12-18 Daniel Mackindent
2013-12-18 Daniel Mackmove kdbus_subsys from namespace.c to main.c
2013-12-18 Daniel Mackpool: fix include
2013-12-18 Daniel Mackindent
2013-12-17 Daniel Mackfix multi-line comment
2013-12-17 Daniel Mackkernel-doc kdbus_handle_type
2013-12-17 Daniel Mackmore include cleanups
2013-12-17 Kay SieversMakefile: add install/uninstall
2013-12-17 Daniel Mackkdbus.h: fix kernel-doc
2013-12-17 Daniel Mackmake kdbus_notify_name_change consist of two kdbus_noti...
2013-12-17 Daniel Mackkdbus.h cosmetics
2013-12-17 Daniel Mackhandle: clean up error path
2013-12-17 Daniel Mackinclude linux/uaccess.h from all files that use copy_...
2013-12-17 Kay Sieversinclude uaccess.h where needed
2013-12-17 Daniel Macktest-kdbus: add test for BYEBYE
2013-12-17 Daniel Mackdocument KDBUS_CMD_BYEBYE
2013-12-17 Daniel Mackadd KDBUS_CMD_BYEBYE
2013-12-17 Daniel Mackhandle: plug memory leak in case copy_to_user() fails
2013-12-17 Daniel Mackpool: use {} in all conditional branches if used in...
2013-12-17 Daniel Mackavoid block in case statements unless necessary
2013-12-17 Daniel Mackremove kdbus_msg_dump
next