Age | Commit message (Expand) | Author |
2010-06-25 | socket: remove mnl_socket_sendmsg() and mnl_socket_recvmsg() | Pablo Neira Ayuso |
2010-05-17 | nlmsg: use size_t instead of int for several input parameters | Pablo Neira Ayuso |
2010-04-30 | add helpers to nest attributes | Pablo Neira Ayuso |
2010-04-22 | remove references to 'generic' in header file | Pablo Neira Ayuso |
2010-04-22 | use size_t to indicate the buffer size in mnl_cb_run*() | Pablo Neira Ayuso |
2010-04-22 | review data types for input parameters of mnl_attr_*() functions | Pablo Neira Ayuso |
2010-04-19 | add mnl_nlmsg_fprintf() function for debugging purposes | Pablo Neira Ayuso |
2010-04-16 | fix for mnl_attr_for_each_nested() | Jozsef Kadlecsik |
2010-04-12 | remove mnl_nlmsg_get_len() function | Pablo Neira Ayuso |
2010-04-05 | more consistency name issues: rename get_data*() to get_payload*() | Pablo Neira Ayuso |
2010-04-05 | rename mnl_nlmsg_payload_size() to mnl_nlmsg_get_payload_len() for consistency | Pablo Neira Ayuso |
2010-04-05 | rename mnl_attr_type_ok() by mnl_attr_type_valid() for consistency | Pablo Neira Ayuso |
2010-04-04 | rename mnl_attr_type_invalid() by mnl_attr_type_ok() | Pablo Neira Ayuso |
2010-04-04 | remove mnl_align() as it's been replaced by MNL_ALIGN() | Pablo Neira Ayuso |
2010-04-04 | check source of the netlink message and fix sequence tracking logic | Pablo Neira Ayuso |
2010-04-03 | add validation infrastructure and rework attribute parsing | Pablo Neira Ayuso |
2010-04-03 | use C99 types uintXX_t instead of POSIX u_intXX_t | Pablo Neira Ayuso |
2010-04-03 | constify several mnl_socket_* parameters and use size_t instead of int | Pablo Neira Ayuso |
2010-03-28 | partially revert previous commit | Pablo Neira Ayuso |
2010-03-28 | use `unsigned int' for number of bytes and array size in callback API | Pablo Neira Ayuso |
2010-03-19 | initial libmnl import | Pablo Neira Ayuso |