summaryrefslogtreecommitdiff
path: root/src/netlink.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-18adapter: Catch polling errorsSamuel Ortiz1-2/+14
2013-11-18netlink: Expose NL_CB_FINISH handlerSamuel Ortiz1-5/+27
2013-08-20core: Do not compare expression against NULLDaniel Wagner1-45/+45
2013-08-20core: Use stdbool instead gboolean or near_bool_tDaniel Wagner1-13/+13
2012-12-06Fix coding style errors through the codeSzymon Janc1-8/+3
2012-10-30netlink: Add netlink event socketSamuel Ortiz1-25/+44
2012-08-16netlink: Fix return value when NLA_PUT_* macros are usedSzymon Janc1-6/+20
2012-06-12netlink: Simplfy the netlink initialisation codeSamuel Ortiz1-59/+22
2012-06-01netlink: Pass IM protocols through NFC_ATTR_PROTOCOLS as wellSamuel Ortiz1-1/+3
2012-05-26netlink: Support target mode netlink eventsSamuel Ortiz1-0/+52
2012-05-26adapter: Implement new polling loop D-Bus APISamuel Ortiz1-3/+7
2012-05-25netlink: Fix memory leak when handling netlink eventsVinicius Costa Gomes1-0/+2
2012-04-25netlink: Handle the target lost eventSamuel Ortiz1-2/+30
2012-04-20adapter: Make adapter_set_dep_state private to neard coreSamuel Ortiz1-2/+2
2012-04-06netlink: Fix double free error when NFC is not built in the kernelSamuel Ortiz1-1/+6
2012-02-28p2p: Check presence hook implementationSamuel Ortiz1-2/+2
2012-02-21netlink: Check for POWERED not for INDEXSamuel Ortiz1-1/+1
2012-02-07netlink: Disconnect adapter when MAC is downSamuel Ortiz1-1/+26
2012-01-31adapter: Implement Powered property handlingSamuel Ortiz1-0/+38
2012-01-31netlink: Check for device protocols attribute not being NULLSamuel Ortiz1-1/+3
2012-01-31adapter: Get the device powered statusSamuel Ortiz1-2/+15
2012-01-14netlink: Fetch NFCID1Samuel Ortiz1-3/+13
2011-12-15netlink: Implement DEP related messages and eventsSamuel Ortiz1-0/+112
2011-10-20netlink: Add compat functions for libnl-1 usageMarcel Holtmann1-0/+32
2011-10-20target: Set target type according to its protocolSamuel Ortiz1-1/+1
2011-10-20adapter: Call target add instead of the other way aroundSamuel Ortiz1-1/+1
2011-10-20netlink: Use latest kernel APISamuel Ortiz1-35/+53
2011-10-20netlink: Fix warningSamuel Ortiz1-1/+1
2011-10-20adapter: Port to the new kernel socket APISamuel Ortiz1-72/+0
2011-10-20Use stdint typesSamuel Ortiz1-13/+13
2011-10-20netlink: Add target selection APISamuel Ortiz1-0/+70
2011-10-20target: First tag parsing implementationSamuel Ortiz1-2/+14
2011-10-20adapter: Add target adding/removing APISamuel Ortiz1-0/+2
2011-10-20netlink: Add target found handlerSamuel Ortiz1-0/+45
2011-10-20netlink: Fix segfault for NFC disabled systemsSamuel Ortiz1-3/+8
2011-10-20netlink: Implement polling start and stop hooksSamuel Ortiz1-0/+64
2011-10-20near: Add types.h to near.hSamuel Ortiz1-2/+0
2011-10-20manager: Emit signal when device are added/removedSamuel Ortiz1-3/+3
2011-10-20Makefile: Fix distcheck buildSamuel Ortiz1-1/+1
2011-10-20netlink: Handle device addition/removal eventSamuel Ortiz1-0/+44
2011-10-20adapter: Add/Remove adapter APISamuel Ortiz1-1/+1
2011-10-20netlink: Support for events listening and parsingSamuel Ortiz1-26/+98
2011-10-20netlink: Initial implementationSamuel Ortiz1-0/+331