summaryrefslogtreecommitdiffstats
path: root/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
* socket: remove mnl_socket_sendmsg() and mnl_socket_recvmsg()Pablo Neira Ayuso2010-06-251-30/+0
* update socket helper documentationPablo Neira Ayuso2010-04-121-5/+6
* constify several mnl_socket_* parameters and use size_t instead of intPablo Neira Ayuso2010-04-031-8/+8
* fix mnl_socket_bind() to support the selection of the netlink portIDPablo Neira Ayuso2010-03-281-0/+1
* add COPYING filePablo Neira Ayuso2010-03-261-2/+4
* fix leak in mnl_socket_open()Pablo Neira Ayuso2010-03-191-1/+3
* initial libmnl importPablo Neira Ayuso2010-03-191-0/+255