summaryrefslogtreecommitdiffstats
path: root/lib/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141-0/+548