History
1 branches 0 tags
doc: replace 'reply_cookie' with 'cookie_reply' Lukasz Skalski 17e1c72 11 years ago
samples: kernel coding style nits 17fc796 11 years ago
test/util: map memfd MAP_PRIVATE 6a825e6 11 years ago
sample: minor nits in comments 002f86f 11 years ago
test: benchmark - simplify stddev computation a bit 9bfceaf 11 years ago
kdbus.h: switch back to 64-bit UIDs and GIDs (ABI break) f1256b8 11 years ago
connection: consolidate forward declarations 2bb73ac 11 years ago
connection: make struct kdbus_quota local 4ebf4fb 11 years ago
bus.h: cosmetics 9579d3c 11 years ago
item: add a BUILD_BUG_ON() for KDBUS_ITEM_HEADER_SIZE 89b4263 11 years ago
util, policy, metadata: fix includes e3d16e4 11 years ago
util.h: remove kdbus_size_get_user() 03fe315 11 years ago
item, util: move kdbus_str_valid() 87c40c5 11 years ago
policy, util: move kdbus_strnhash() 52032c0 11 years ago
util, metadata: inline kdbus_from_k[gu]id_keep f309796 11 years ago
item, util: fold kdbus_sysname_is_valid() into kdbus_item_validate_na… 859b741 11 years ago
message, util: inline kdbus_fput_files() 1024756 11 years ago
samples: rename some functions 00f042a 11 years ago
domain, match, util: cosmetics 3e71737 11 years ago
connection: kill superflous forward declaration a4a8d79 11 years ago
item: make kdbus_items_get() local to item.c bb53f3a 11 years ago
connection: cosmetics be8afff 11 years ago
doc: more spelling fixes and cleanups be33c75 11 years ago
doc: cosmetics 4091be2 11 years ago
doc: remove mark attribute from itemizedlist elements 10d9ab6 11 years ago
tree-wide spelling and comment fixes a42e56d 11 years ago
connection: improve the comment context about accounted and un-accoun… 73fbeb7 11 years ago
test: benchmark - print standard deviation of the latency measurements 76db05c 11 years ago
connection: do not account the slice size for KDBUS_CMD_CONN_INFO 49fd778 11 years ago
test/test-message: remove dead values fb37514 11 years ago
doc: assorted cleanups and spelling fixes 3f8674e 11 years ago
test/test-message: plug memory leak f9257d9 11 years ago
test: add test against illegal memory access f4830aa 11 years ago
message: verify input addresses to be user-readable David Herrmann 55d2eb6 11 years ago
ChangeLog: fix whitespace David Herrmann 7406c06 11 years ago
sample: add in-line documentation to kdbus-workers 16b0c55 11 years ago
test: use kdbus-api.h provided by samples 0efeada 11 years ago
Changelog: mention the samples 3f0e77d 11 years ago
samples: add kdbus-workers example David Herrmann 2567376 11 years ago
pool: pre-reserve pool-memory on pool owner David Herrmann 950697b 11 years ago
pool: distinguish owner-allocated and queue-allocated slices David Herrmann 5485ae6 11 years ago
doc: fix spelling c72b2f5 11 years ago
Changelog: document latest changes 9755866 11 years ago
pool: use vfs_iter_write() on v4.0 David Herrmann 570ce37 11 years ago
connection: add kerneldoc David Herrmann f2952d2 11 years ago
connection: wake connection on lost message David Herrmann 39f1020 11 years ago
queue: sync function order between header and source David Herrmann 18385cc 11 years ago
queue: drop redundant argument from queue_entry_install() David Herrmann 14c58d7 11 years ago
queue: provide generic kdbus_queue_entry_enqueue() David Herrmann a944b2e 11 years ago
queue: queue_entry_peek() -> queue_peek() David Herrmann eef9cda 11 years ago
queue: simplify quota by making it implicit David Herrmann b31e40e 11 years ago
queue: always remove queue-entry on destruction David Herrmann f157f98 11 years ago
queue: drop superfluous queue->msg_count David Herrmann 4931c14 11 years ago
queue: remember owning connection in entries David Herrmann f7eebf1 11 years ago
test: fix activator-quota test David Herrmann c7006b5 11 years ago
queue: re-introduce kdbus_queue_entry_move() David Herrmann 4b1a2f5 11 years ago
pool: stop BUG()ing David Herrmann 45e316d 11 years ago
queue: kdbus_queue_entry_alloc() -> kdbus_queue_entry_new() David Herrmann 22e209a 11 years ago
queue: run quota-check in queue_entry_alloc() David Herrmann 2bdd64a 11 years ago
domain: allow NULL in kdbus_user_ref() David Herrmann 645989a 11 years ago
connection: introduce public kdbus_conn_quota_{inc,dec}() David Herrmann aed65fd 11 years ago
connection: cosmetics David Herrmann bc85c5c 11 years ago
domain: explicitly reserve ID=0 to kernel David Herrmann 7abfff9 11 years ago
queue: add WARN_ON()s to queue handling David Herrmann 6806c75 11 years ago
fs.c: make it build on 4.0-rc1 326da51 11 years ago
queue: drop redundant queue_entry->src_id David Herrmann abaa4ea 11 years ago
queue: fix slice leak David Herrmann 93fd3ec 11 years ago
connection: don't access 'entry' when dropping messages David Herrmann 0d97668 11 years ago
queue: drop superfluous queue_entry->cookie David Herrmann de3a054 11 years ago
names: drop superfluous copy_to_user() David Herrmann c33b3c5 11 years ago
queue: when allocating an entry make sure that dst_name_id is set 8cae959 11 years ago
test-message: add test to move messages from and to an activator d6cb6c1 11 years ago
pool: when moving slices do not give out more than the half of remain… 0b5e979 11 years ago
connection: when moving entries into another connection check first q… 9b76c33 11 years ago
queue: use list_del_init() instead of list_del() for queue entries 0042f1a 11 years ago
connection: rename entry var from 'q' to 'e' cosmetic change 0d12d9c 11 years ago
connection: handle quota on msg move 1250516 11 years ago
connection: explicitly free conn->quota ef9593e 11 years ago
connection, queue: split quota decrease handler 121ed83 11 years ago
connection, queue: cosmetics fb32def 11 years ago
test-message: make sure that kdbus empty messages are accounted e628233 11 years ago
kdbus.h: drop kdbus_item_list (ABI break) 614493b 11 years ago
names: pass back flags from NAME_ACQUIRE in cmd->return_flags d3db38d 11 years ago
limits: update KDBUS_CONN_MAX_MSGS documentation 1284c38 11 years ago
connection: more improvements on the quota accounting 4f9f3f6 11 years ago
message: be consisten and use KDBUS_CONN_MAX_FDS_PER_USER eb0fc38 11 years ago
test-fd: replace KDBUS_MSG_MAX_FDS with KDBUS_CONN_MAX_FDS_PER_USER b90a2cb 11 years ago
test-fd: make fd-passing test use the new memfd limit 16ba982 11 years ago
message: limit MEMFD items per message to 16 f122e11 11 years ago
doc: cosmetics dd4eed9 11 years ago
doc: remove authorgroup e9b3d70 11 years ago
metadata: return the error code if kdbus_meta_export_prepare() fails fb4f5ec 11 years ago
test-message: add a basic regression test for pool quota 70646ed 11 years ago
doc: fix spelling error 073efa4 11 years ago
policy: code documentation fix for struct kdbus_policy_db 069b13c 11 years ago
doc: clear confusion about POOL_SIZE 6ba5855 11 years ago
doc: pool - move high-level before low-level stuff 0998bd1 11 years ago
doc: match - move high-level before low-level stuff 45eb71d 11 years ago