aboutsummaryrefslogtreecommitdiff
path: root/lib/netlink-socket.c
AgeCommit message (Expand)Author
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