summaryrefslogtreecommitdiff
path: root/lib/genl
Commit message (Expand)AuthorAgeFilesLines
* genl/family flags can be damaged during the auto-indentation.Коренберг Марк (ноутбук дома)2012-10-191-4/+4
* genl_ctrl_probe_by_name: fix checking of genlmsg_put() return valueКоренберг Марк2012-08-301-2/+2
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-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: Support registration of families without depending on cachesThomas Graf2012-06-011-34/+161
* genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen()Thomas Graf2012-05-312-18/+73
* genl: Add genlmsg_hdr()Thomas Graf2012-05-311-0/+11
* genl: updates to API reference documentationThomas Graf2012-05-314-236/+394
* doc: documentation restructuringThomas Graf2012-05-101-2/+2
* genl: Make genl_unregister() a NOP if NULL pointer is passedThomas Graf2012-04-221-0/+3
* genl: genl_ctrl_grp_by_name: fix retval in case group id not foundJiri Pirko2011-08-311-1/+1
* constify struct trans_tblThomas Graf2010-11-171-1/+1
* Generic Netlink multicast groups supportdima2010-10-142-0/+117
* restructure module documentation orderThomas Graf2008-12-101-1/+0
* Remove XML dumpingThomas Graf2008-06-171-4/+0
* Remove old line counting while dumpingThomas Graf2008-05-231-19/+15
* 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-153-17/+17
* Thread-safe error handlingThomas Graf2008-05-144-46/+22
* Add missing @{ for doxygen to build genl documentationThomas Graf2008-01-101-0/+1
* Added additional parsing and validation functions for generic netlinkThomas Graf2008-01-101-26/+84
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-1/+1
* Export interface to define cachesThomas Graf2007-09-171-2/+2
* Initial importThomas Graf2007-09-154-0/+1099