summaryrefslogtreecommitdiffstats
path: root/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
* src: cleanup function definitionsPablo Neira Ayuso2016-07-011-4/+4
* Move declaration of visibility attributes before definition.Peter Foley2016-07-011-11/+11
* socket: introduce mnl_socket_open2()Guillaume Nault2015-10-041-9/+32
* socket: creating a struct mnl_socket from a pre-existing socketKen-ichirou MATSUZAWA2014-09-251-0/+34
* socket: calloc expects struct size as second parameterPablo Neira Ayuso2014-09-241-1/+1
* doc: mnl_socket_open returns NULL on errorShawn Landden2013-12-071-1/+1
* doc: don't show up EXPORT_SYMBOL in doxygenPablo Neira Ayuso2011-02-031-12/+20
* doc: add new website at netfilter.org to doxygenPablo Neira Ayuso2010-12-171-2/+2
* build: tag function headers rather than decls as exportedJan Engelhardt2010-11-191-13/+15
* license: change licensing terms from GPLv2+ to LGPLv2.1+Pablo Neira Ayuso2010-11-191-2/+5
* socket: propagate sendto/recvmsg's return typesJan Engelhardt2010-11-161-3/+5
* socket: constify a struct sockaddr_nlJan Engelhardt2010-11-111-1/+1
* socket: use more appropriate types for mnl_socket_bindJan Engelhardt2010-10-221-1/+1
* doc: documentation updatesJan Engelhardt2010-10-221-9/+9
* socket: remove statement with no effectJan Engelhardt2010-10-221-1/+0
* src: remove redundant castsJan Engelhardt2010-10-221-1/+1
* doc: git tree update (now at netfilter.org) and fix listing in doxygenPablo Neira Ayuso2010-10-211-7/+7
* src: define MNL_SOCKET_BUFFER_SIZE to 8192ULPablo Neira Ayuso2010-10-211-2/+5
* add quote from Thoureau to documentationPablo Neira Ayuso2010-10-101-0/+4
* doxygen documentationPablo Neira Ayuso2010-09-081-21/+73
* 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