summaryrefslogtreecommitdiff
path: root/lib/netlink-socket.h
Commit message (Expand)AuthorAgeFilesLines
* netlink linux: enable listening to all nsidsFlavio Leitner2018-03-311-0/+2
* netlink: provide network namespace id from a msg.Flavio Leitner2018-03-311-1/+1
* netlink-socket: Reorder elements in nl_dump structure.Bhanuprakash Bodireddy2016-10-171-3/+3
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* nl_sock_fd is not used under MSVCAlin Serdean2015-09-281-0/+2
* netlink-socket: Add packet subscribe functionality on Windows.Nithin Raju2014-10-231-0/+13
* netlink-socket: Allow compiling on MSVC even without HAVE_NETLINK.Alin Serdean2014-07-291-0/+2
* netlink-socket: Add conceptual documentation.Ben Pfaff2014-07-291-11/+141
* netlink-socket: Simplify multithreaded dumping to match Linux reality.Ben Pfaff2014-07-161-4/+7
* netlink-socket: Work around kernel Netlink dump thread races.Ben Pfaff2014-07-101-0/+2
* netlink: Make nl_dump_next() thread-safe.Joe Stringer2014-02-271-2/+14
* netlink: Remove buffer from 'struct nl_dump'.Joe Stringer2014-02-271-2/+3
* netlink: Rename 'dump->seq' to 'dump->nl_seq'Joe Stringer2014-01-231-2/+2
* datapath: Cleanup netlink compat code.Pravin B Shelar2013-09-061-2/+1
* netlink-socket: Make thread-safe.Ben Pfaff2013-07-181-0/+6
* netlink-socket: Simplify use of transactions and dumps.Ben Pfaff2013-07-181-2/+7
* ovs-brcompatd: Fix sending replies to kernel requests.Ben Pfaff2012-07-051-0/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* netlink-socket: Make caller provide message receive buffers.Ben Pfaff2012-04-181-7/+13
* netlink-socket: Remove unnecessary #include.Ben Pfaff2012-04-181-1/+0
* dpif-linux: Use poll() internally in dpif_linux_recv().Ben Pfaff2011-11-281-0/+1
* Revert "poll-loop: Enable checking whether a FD caused a wakeup."Ben Pfaff2011-11-281-1/+0
* netlink-socket: New function nl_sock_transact_multiple().Ben Pfaff2011-10-141-0/+14
* poll-loop: Enable checking whether a FD caused a wakeup.Jesse Gross2011-09-231-0/+1
* netlink: Expose method to get Netlink pid of a socket.Jesse Gross2011-09-231-0/+2
* dpif-linux: Handle nl_lookup_genl_mcgroup() failures.Ethan Jackson2011-09-161-1/+2
* netlink-socket: New function nl_lookup_genl_mcgroup().Ethan Jackson2011-09-011-0/+2
* netlink-socket: Remove unused nl_sock_sendv() function.Ben Pfaff2011-07-271-3/+0
* netlink-socket: Make dumping and doing transactions on same nl_sock safe.Ben Pfaff2011-01-271-0/+1
* netlink-socket: New function for draining the receive buffer.Ben Pfaff2011-01-271-0/+2
* netlink-socket: Add functions for joining and leaving multicast groups.Ben Pfaff2011-01-271-4/+5
* netlink: Split into generic and Linux-specific parts.Ben Pfaff2010-12-101-0/+78