Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-08 | doxygen documentation | Pablo Neira Ayuso | |
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2010-06-25 | socket: remove mnl_socket_sendmsg() and mnl_socket_recvmsg() | Pablo Neira Ayuso | |
These functions are too simple wrappers that bloat the library. We can use mnl_socket_get_fd() to obtain the file descriptor and invoke message-oriented system call instead. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2010-04-12 | update socket helper documentation | Pablo Neira Ayuso | |
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2010-04-03 | constify several mnl_socket_* parameters and use size_t instead of int | Pablo Neira Ayuso | |
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2010-03-28 | fix mnl_socket_bind() to support the selection of the netlink portID | Pablo Neira Ayuso | |
2010-03-26 | add COPYING file | Pablo Neira Ayuso | |
This library is distributed under GPLv2+. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2010-03-19 | fix leak in mnl_socket_open() | Pablo Neira Ayuso | |
2010-03-19 | initial libmnl import | Pablo Neira Ayuso | |