summaryrefslogtreecommitdiff
path: root/lib/netlink-socket.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* windows: Crash when the handle communication device cannot be foundAlin Serdean2017-04-131-1/+20
* windows: Fix uninitialized variable in netlink-socketAlin Serdean2017-03-071-1/+2
* windows: fix calls in netlink-socketAlin Serdean2017-03-071-24/+26
* netlink-socket: Fix possiblity of nl_transact dereferencing null pointerRoi Dayan2017-01-311-1/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Windows: Add support for handling protocol (netlink family)Sairam Venugopal2016-07-131-0/+75
* datapath-windows: Validate Netlink packets' integrity.Paul Boca2016-05-161-0/+2
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Clean code in netlink-socketAlin Serdean2016-02-261-15/+1
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-6/+3
* netlink-socket: return correct error code when connect failsThadeu Lima de Souza Cascardo2016-02-161-0/+1
* netlink-socket: Fix log message for subscribe/unsubscribe on Windows.Alin Serdean2016-01-041-4/+4
* netlink-socket.c: event polling for packets on windowsNithin Raju2015-09-291-9/+18
* nl_sock_fd is not used under MSVCAlin Serdean2015-09-281-5/+2
* ovs-hyperv: make kernel return values netlink socket likeNithin Raju2015-04-291-41/+61
* netlink-socket: Exit NL transaction loop when EINVAL is returnedBen Pfaff2015-04-201-0/+7
* datapath-windows: Make GET_PID a separate IOCTLSorin Vinturis2015-04-021-46/+10
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-38/+38
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* netlink-socket: Set socket pid number in NL message on Windows.Eitan Eliahu2014-11-211-0/+1
* netlink-socket: Fix a couple of compilation warnings.Nithin Raju2014-10-241-4/+6
* netlink-socket: Add packet subscribe functionality on Windows.Nithin Raju2014-10-231-0/+62
* netlink-socket: Use poll_immediate_wake() on Windows.Nithin Raju2014-10-221-1/+2
* netlink-socket: Fix nl_sock_recv__() on Windows.Nithin Raju2014-10-211-4/+6
* netlink-socket: Always pass the output buffer in a transaction.Nithin Raju2014-10-131-43/+37
* netlink-socket: add support for OVS_WIN_NETDEV_FAMILYNithin Raju2014-10-061-0/+5
* netlink-socket: User mode event read for Windows.Eitan Eliahu2014-10-031-3/+9
* lib/netlink-socket.c: add support for nl_transact() on WindowsNithin Raju2014-09-191-20/+81
* Netlink_socket.c Join/Unjoin an MC group for event subscriptionEitan Eliahu2014-09-121-43/+39
* netlink-socket: Convert from error number to string correctly.Gurucharan Shetty2014-09-101-4/+2
* netlink-socket: remove local variable in do_lookup_genl_family.Nithin Raju2014-09-091-2/+0
* netlink-socket: Add support for async notification on Windows.Eitan Eliahu2014-09-091-7/+79
* netlink-socket: Use read/write ioctl instead of ReadFile/WriteFile.Nithin Raju2014-08-281-20/+26
* netlink-socket: fix typo to get_sock_pid_from_kernel()Nithin Raju2014-08-271-5/+5
* netlink-socket: add support for nl_lookup_genl_mcgroup()Nithin Raju2014-08-271-0/+21
* netlink-socket.c: add support for do_lookup_genl_family on WindowsNithin Raju2014-08-221-0/+68
* netlink-socket.c: implement get pid support on WindowsNithin Raju2014-08-191-20/+72
* netlink-socket: Adapt to Windows and MSVC.Alin Serdean2014-07-291-1/+178
* netlink-socket: Add conceptual documentation.Ben Pfaff2014-07-291-61/+63
* netlink-socket: Do not make flow_dump block on netlink socket.Alex Wang2014-07-181-2/+8
* netlink-socket: Simplify multithreaded dumping to match Linux reality.Ben Pfaff2014-07-161-79/+98
* netlink-socket: Fix handling socket allocation failure in nl_dump_start().Ben Pfaff2014-07-151-7/+6
* netlink-socket: Refill comment to fit within 79 columns.Ben Pfaff2014-07-151-8/+8
* netlink-socket: Work around kernel Netlink dump thread races.Ben Pfaff2014-07-101-0/+10
* netlink-socket: Fix sign of error code.Ben Pfaff2014-07-101-1/+1
* netlink-socket: Work around upstream kernel Netlink bug.Ben Pfaff2014-07-021-5/+16
* Fix log message weird suffixes.Ben Pfaff2014-06-111-1/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-22/+22