aboutsummaryrefslogtreecommitdiff
path: root/lib/netlink-socket.c
AgeCommit message (Expand)Author
2013-09-27Remove unused variables and functions.Jarno Rajahalme
2013-09-06datapath: Cleanup netlink compat code.Pravin B Shelar
2013-08-20Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff
2013-07-30clang: Add annotations for thread safety check.Ethan Jackson
2013-07-18netlink-socket: Make thread-safe.Ben Pfaff
2013-07-18netlink-socket: Simplify use of transactions and dumps.Ben Pfaff
2013-07-15stress: Remove essentially unused library.Ben Pfaff
2013-06-28Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff
2013-04-29netlink-socket: Use xmalloc() instead of malloc().Ben Pfaff
2013-04-29netlink-socket: Minor style fix.Ben Pfaff
2013-04-11netlink-socket: Don't bother logging SO_RCVBUFFORCE failureAnsis Atteka
2013-02-01netlink-socket: Don't bother logging SO_RCVBUFFORCE failure as non-root.Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-08-03util: New macro CONST_CAST.Ben Pfaff
2012-07-05ovs-brcompatd: Fix sending replies to kernel requests.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-18netlink-socket: Make caller provide message receive buffers.Ben Pfaff
2012-04-18netlink: Postpone choosing sequence numbers until send time.Ben Pfaff
2012-04-18netlink-socket: Avoid forcing a reply for final message in a transaction.Ben Pfaff
2012-03-15netlink-socket: Increase Netlink socket receive buffer size.Ben Pfaff
2011-11-28netlink-socket: Let the kernel choose Netlink pids for us.Ben Pfaff
2011-11-28dpif-linux: Use poll() internally in dpif_linux_recv().Ben Pfaff
2011-11-28Revert "poll-loop: Enable checking whether a FD caused a wakeup."Ben Pfaff
2011-10-14netlink-socket: New function nl_sock_transact_multiple().Ben Pfaff
2011-10-11netlink: New macros NL_NESTED_FOR_EACH, NL_NESTED_FOR_EACH_UNSAFE.Ben Pfaff
2011-09-23poll-loop: Enable checking whether a FD caused a wakeup.Jesse Gross
2011-09-23netlink: Expose method to get Netlink pid of a socket.Jesse Gross
2011-09-22netlink-socket: Async notifications are incompatible with other operations.Ben Pfaff
2011-09-21netlink-socket: Fix typo in comment.Ben Pfaff
2011-09-16dpif-linux: Handle nl_lookup_genl_mcgroup() failures.Ethan Jackson
2011-09-09netlink-socket: Avoid use-after-free in nl_lookup_genl_mcgroup().Ben Pfaff
2011-09-01netlink-socket: New function nl_lookup_genl_mcgroup().Ethan Jackson
2011-07-27netlink-socket: Reduce nl_sock_recv() from 2 (or more) system calls to 1.Ben Pfaff
2011-07-27netlink-socket: Remove unused nl_sock_sendv() function.Ben Pfaff
2011-01-27netlink-socket: Log Generic Netlink family names.Ben Pfaff
2011-01-27netlink-socket: Consistently log sequence numbers in hexadecimal.Ben Pfaff
2011-01-27netlink-socket: Make dumping and doing transactions on same nl_sock safe.Ben Pfaff
2011-01-27netlink-socket: Slightly improve logging of Generic Netlink messages.Ben Pfaff
2011-01-27netlink-socket: New function for draining the receive buffer.Ben Pfaff
2011-01-27netlink-socket: Add functions for joining and leaving multicast groups.Ben Pfaff
2010-12-10netlink: Split into generic and Linux-specific parts.Ben Pfaff