summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* nl: improve nl_sendto() docs and error checksThomas Graf2012-11-061-5/+27
* socket: document nl_socket_get_fd()Thomas Graf2012-11-061-0/+9
* nl_recv: fix indent styleThomas Graf2012-11-061-9/+11
* nl_recv: return NLE_INVAL if socket address pointer is NULLThomas Graf2012-11-061-1/+1
* nl_recv: return NLE_INVAL if buf is NULLThomas Graf2012-11-061-0/+3
* nl_recv: improve function documentationThomas Graf2012-11-061-13/+33
* nl_recv: Don't update *buf in error pathThomas Graf2012-11-061-3/+2
* Document buffer size limitations of nl_recv()Thomas Graf2012-11-061-0/+7
* Add support for updating objects in the cacheroopa2012-11-052-0/+28
* Add new object op oo_id_attrs_getroopa2012-11-051-1/+9
* Set err and free ntbl when leaving neightbl_msg_parserMichele Baldessari2012-10-291-1/+1
* Add missing va_end() callsMichele Baldessari2012-10-291-4/+12
* Remove unreachable codeMichele Baldessari2012-10-291-5/+0
* Add configure option to disable pthreads supportRich Fought2012-10-261-0/+16
* Merge branch 'master' of https://github.com/rmfought/libnlThomas Graf2012-10-263-1/+1507
|\
| * Source cleanup for upstreamRich Fought2012-10-192-484/+476
| * Updated nfnetlink includes; removed ifdefs; added delete exp programRich Fought2012-10-162-55/+6
| * define advanced attributes outRich Fought2012-10-122-51/+152
| * BugfixesRich Fought2012-10-101-17/+19
| * reinit port numers on tuple dumpRich Fought2012-10-091-1/+3
| * bugfixesRich Fought2012-10-092-9/+11
| * Successful compilation of libnl-nf with expectationRich Fought2012-10-082-86/+49
| * Checkpoint before compilation attemptRich Fought2012-10-083-370/+395
| * "checkpoint"Rich Fought2012-10-051-239/+343
| * Checkpoint: compare functionRich Fought2012-10-051-37/+102
| * Exp checkpointRich Fought2012-10-053-2/+1301
* | nl_recv(): work with credentials only if "creds" given and NL_SOCK_PASSCRED setКоренберг Марк (дома)2012-10-191-12/+15
* | nl_recv(): small code cleanupsКоренберг Марк (дома)2012-10-191-8/+4
* | nl_recv(): EWOULDBLOCK return value also checkedКоренберг Марк (дома)2012-10-191-3/+2
* | nl_recv(): Memory allocation errors are handled properly nowКоренберг Марк (дома)2012-10-191-22/+53
* | nl_recv(): "else if" logick simplified and refinedКоренберг Марк (ноутбук дома)2012-10-191-8/+16
* | Clang diagnosticsКоренберг Марк (ноутбук дома)2012-10-195-7/+19
* | ROUTE_DIFF result was not used in some place in route_compareКоренберг Марк (ноутбук дома)2012-10-191-1/+1
* | genl/family flags can be damaged during the auto-indentation.Коренберг Марк (ноутбук дома)2012-10-191-4/+4
* | Conntrack Dump ICMPRich Fought2012-10-181-2/+2
* | link: Support link groupingThomas Graf2012-10-091-1/+38
* | link: Include IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES when building messagesThomas Graf2012-10-091-0/+6
* | link: Only print "promisc-mode" if users > 0Thomas Graf2012-10-091-1/+1
* | link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUESThomas Graf2012-10-091-0/+85
* | link: correctly set LINK_ATTR_PROMISCUITYThomas Graf2012-10-091-2/+2
* | link: Support IFLA_PROMISCUITY link attributeThomas Graf2012-10-091-40/+79
* | nl: Provide API to specify the default buffer size when receiving netlink mes...Thomas Graf2012-10-092-1/+31
|/
* Merge branch 'asprintf' of https://github.com/socketpair/libnlThomas Graf2012-08-311-10/+14
|\
| * asprintf related fixed in yy parserКоренберг Марк2012-08-301-10/+14
* | genl_ctrl_probe_by_name: fix checking of genlmsg_put() return valueКоренберг Марк2012-08-301-2/+2
|/
* Address comparison bug fixedКоренберг Марк2012-08-301-1/+2
* More clean NL_AUTO_PORT and NL_AUTO_SEQ usage in nl_complete_msgКоренберг Марк2012-08-301-2/+2
* route: Document ROUTE_CACHE_CONTENT flagThomas Graf2012-08-301-0/+4
* Prevent potential socket file descriptor leakКоренберг Марк (дома)2012-08-301-2/+9
* Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_...Коренберг Марк (дома)2012-08-301-4/+10