summaryrefslogtreecommitdiff
path: root/match.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-08turn KDBUS_ITEM* iterators into generic versionsKay Sievers1-2/+3
2014-03-08policy: add KDBUS_ITEMS_END() checkKay Sievers1-1/+2
2014-03-08add KDBUS_ITEMS_FOREACH_SIZEKay Sievers1-2/+2
2014-03-08constify some cmd struct related functionsDaniel Mack1-2/+1
2014-02-20match.c use div64_u64 to devide trough bloom.sizeSimon Peeters1-5/+8
2014-02-14match: kdbus_match_entry_free fixedRadoslaw Pajak1-0/+3
2014-02-02directly track bus <-> connectionKay Sievers1-8/+8
2014-01-25fix off-by-one errorKay Sievers1-5/+6
2014-01-25fix typoKay Sievers1-2/+2
2014-01-25implement bloom mask generation selectionKay Sievers1-31/+67
2014-01-25remove some whitespaceKay Sievers1-13/+12
2014-01-24update bloom filter handling (ABI break)Kay Sievers1-18/+21
2014-01-24reorder, cleanup and consolidate variable declarationsDaniel Mack1-1/+1
2014-01-23kerneldoc fixesKay Sievers1-1/+1
2014-01-22consolidate most memdup_user to handle.cDaniel Mack1-63/+28
2014-01-22kerneldoc: updateKay Sievers1-1/+1
2014-01-18kerneldoc: s/Returns/Return/, s/any value/negative errno/, move "Return:" to ...Kay Sievers1-4/+6
2014-01-01more checkpatch space "fixes"Greg Kroah-Hartman1-4/+4
2013-12-25fix kernel docKay Sievers1-2/+2
2013-12-24match: check for currently owned namesKay Sievers1-19/+2
2013-12-23rename "id" to "owner_id" for all actions on behalf of other connectionsKay Sievers1-7/+9
2013-12-21match: make kdbus_match_entry_free staticDaniel Mack1-1/+1
2013-12-20match: rework codeDaniel Mack1-210/+239
2013-12-19match: add name matching, match kernel notificationsKay Sievers1-28/+45
2013-12-19match: read the name from the right structureKay Sievers1-2/+3
2013-12-18match: plug memory leakDaniel Mack1-2/+4
2013-12-17some trivial style-related fixupsDaniel Mack1-5/+5
2013-12-13sort includes alphabeticallyDaniel Mack1-8/+8
2013-12-12fix kernel docKay Sievers1-1/+1
2013-12-11do not init list entries before adding themKay Sievers1-9/+7
2013-12-09match: do not refcount, pin it to the lifetime of the connectionKay Sievers1-48/+19
2013-12-07match: documentation updateDaniel Mack1-1/+3
2013-12-06match.c: add @list_entry and missing ()Kay Sievers1-28/+29
2013-12-06kernel-doc for match.cDaniel Mack1-0/+63
2013-12-06with only one type of item left, rename PART to ITEMKay Sievers1-3/+3
2013-12-06kernel doc fixesKay Sievers1-3/+3
2013-12-06make match and policy structures privateKay Sievers1-0/+12
2013-12-05kernel doc for internal.h, add handle.h, move some things around to become st...Kay Sievers1-2/+0
2013-12-03a larger set of locking reconsiderationsDaniel Mack1-13/+30
2013-12-03clean up kdbus_match_db_new() APIDaniel Mack1-9/+11
2013-12-03match: fix memdup_user checkDaniel Mack1-3/+3
2013-12-03match: bring cmd_match_from_user semantics in line with other functionsDaniel Mack1-16/+20
2013-11-29match: fix double free in kdbus_match_db_add()Daniel Mack1-4/+5
2013-11-29match: handle KDBUS_MATCH_NAME_* with empty stringsDaniel Mack1-4/+6
2013-11-29match: fix error unwind pathDaniel Mack1-3/+4
2013-11-29rename KDBUS_MSG_* to KDBUS_ITEM_*Daniel Mack1-5/+5
2013-11-29generalize metadata attachment logicKay Sievers1-3/+3
2013-11-14match: allow filtering KDBUS_MSG_ID_{ADD,REMOVE} for specific IDsDaniel Mack1-13/+18
2013-11-09Fixed memory freeing in match.cRadoslaw Pajak1-8/+15
2013-10-10use "&&" instead of nested one-line "if"Kay Sievers1-2/+2