summaryrefslogtreecommitdiff
path: root/lib/genl/ctrl.c
Commit message (Expand)AuthorAgeFilesLines
* genl_ctrl_probe_by_name: fix checking of genlmsg_put() return valueКоренберг Марк2012-08-301-2/+2
* genl: cleanup genl_ctrl_resolve()Thomas Graf2012-06-131-7/+13
* genl: Wait for ACK after successful ctrl replyThomas Graf2012-06-131-1/+8
* genl: modify genl_ctrl_resolve and friends to allow for module auto-loadingNeil Horman2012-06-031-43/+143
* genl: updates to API reference documentationThomas Graf2012-05-311-40/+89
* genl: genl_ctrl_grp_by_name: fix retval in case group id not foundJiri Pirko2011-08-311-1/+1
* Generic Netlink multicast groups supportdima2010-10-141-0/+78
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-5/+0
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-5/+5
* Thread-safe error handlingThomas Graf2008-05-141-22/+10
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-1/+1
* Initial importThomas Graf2007-09-151-0/+319