summaryrefslogtreecommitdiff
path: root/lib/socket.c
Commit message (Expand)AuthorAgeFilesLines
* lock abstraction layerThomas Graf2012-11-151-22/+6
* socket: document nl_socket_get_fd()Thomas Graf2012-11-061-0/+9
* Add missing va_end() callsMichele Baldessari2012-10-291-4/+12
* Add configure option to disable pthreads supportRich Fought2012-10-261-0/+16
* nl: Provide API to specify the default buffer size when receiving netlink mes...Thomas Graf2012-10-091-0/+30
* doc: documentation restructuringThomas Graf2012-05-101-2/+14
* socket: fix two typosJiri Pirko2011-08-311-2/+2
* socket: introduce nl_socket_modify_err_cbJiri Pirko2011-08-311-0/+15
* Local port leak on nl_socket_alloc/nl_socket_set_local_port(, 0)Andrew Rybchenko2011-08-301-1/+8
* make port map thread safeThomas Graf2011-08-111-2/+14
* socket: constify interfaceThomas Graf2010-11-181-6/+6
* Generic Netlink multicast groups supportdima2010-10-141-0/+12
* release_local_port: properly compute the bitmap positionInaky Perez-Gonzalez2009-05-041-1/+1
* restructure module documentation orderThomas Graf2008-12-101-1/+1
* Consistent naming of socket functionsThomas Graf2008-12-101-3/+14
* Documentation updateThomas Graf2008-12-031-71/+0
* Allow to pass multiple group values to membership functionsHolger Eitzenberger2008-12-031-16/+42
* Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKSThomas Graf2008-10-201-0/+27
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-118/+115
* Thread-safe error handlingThomas Graf2008-05-141-23/+16
* Support defining the default callback handler with an environment variableThomas Graf2007-12-181-1/+21
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-1/+1
* Fix creation and destruction of socketsThomas Graf2007-12-171-3/+34
* Initial importThomas Graf2007-09-151-0/+548