index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
netlink-socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
datapath-windows: Add support to configure ct zone limits
Anand Kumar
2018-09-20
1
-0
/
+5
*
v2 netlink-socket: Fix broken build on Windows
Alin Gabriel Serdean
2018-04-03
1
-0
/
+2
*
netlink linux: enable listening to all nsids
Flavio Leitner
2018-03-31
1
-0
/
+27
*
netlink: provide network namespace id from a msg.
Flavio Leitner
2018-03-31
1
-6
/
+47
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
windows: Crash when the handle communication device cannot be found
Alin Serdean
2017-04-13
1
-1
/
+20
*
windows: Fix uninitialized variable in netlink-socket
Alin Serdean
2017-03-07
1
-1
/
+2
*
windows: fix calls in netlink-socket
Alin Serdean
2017-03-07
1
-24
/
+26
*
netlink-socket: Fix possiblity of nl_transact dereferencing null pointer
Roi Dayan
2017-01-31
1
-1
/
+3
*
json: Move from lib to include/openvswitch.
Terry Wilson
2016-07-22
1
-1
/
+1
*
Windows: Add support for handling protocol (netlink family)
Sairam Venugopal
2016-07-13
1
-0
/
+75
*
datapath-windows: Validate Netlink packets' integrity.
Paul Boca
2016-05-16
1
-0
/
+2
*
Move lib/ofpbuf.h to include/openvswitch directory
Ben Warren
2016-03-30
1
-1
/
+1
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
Clean code in netlink-socket
Alin Serdean
2016-02-26
1
-15
/
+1
*
ofpbuf: New function ofpbuf_const_initializer().
Ben Pfaff
2016-02-19
1
-6
/
+3
*
netlink-socket: return correct error code when connect fails
Thadeu Lima de Souza Cascardo
2016-02-16
1
-0
/
+1
*
netlink-socket: Fix log message for subscribe/unsubscribe on Windows.
Alin Serdean
2016-01-04
1
-4
/
+4
*
netlink-socket.c: event polling for packets on windows
Nithin Raju
2015-09-29
1
-9
/
+18
*
nl_sock_fd is not used under MSVC
Alin Serdean
2015-09-28
1
-5
/
+2
*
ovs-hyperv: make kernel return values netlink socket like
Nithin Raju
2015-04-29
1
-41
/
+61
*
netlink-socket: Exit NL transaction loop when EINVAL is returned
Ben Pfaff
2015-04-20
1
-0
/
+7
*
datapath-windows: Make GET_PID a separate IOCTL
Sorin Vinturis
2015-04-02
1
-46
/
+10
*
ofpbuf: Simplify ofpbuf API.
Pravin B Shelar
2015-03-03
1
-38
/
+38
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
netlink-socket: Set socket pid number in NL message on Windows.
Eitan Eliahu
2014-11-21
1
-0
/
+1
*
netlink-socket: Fix a couple of compilation warnings.
Nithin Raju
2014-10-24
1
-4
/
+6
*
netlink-socket: Add packet subscribe functionality on Windows.
Nithin Raju
2014-10-23
1
-0
/
+62
*
netlink-socket: Use poll_immediate_wake() on Windows.
Nithin Raju
2014-10-22
1
-1
/
+2
*
netlink-socket: Fix nl_sock_recv__() on Windows.
Nithin Raju
2014-10-21
1
-4
/
+6
*
netlink-socket: Always pass the output buffer in a transaction.
Nithin Raju
2014-10-13
1
-43
/
+37
*
netlink-socket: add support for OVS_WIN_NETDEV_FAMILY
Nithin Raju
2014-10-06
1
-0
/
+5
*
netlink-socket: User mode event read for Windows.
Eitan Eliahu
2014-10-03
1
-3
/
+9
*
lib/netlink-socket.c: add support for nl_transact() on Windows
Nithin Raju
2014-09-19
1
-20
/
+81
*
Netlink_socket.c Join/Unjoin an MC group for event subscription
Eitan Eliahu
2014-09-12
1
-43
/
+39
*
netlink-socket: Convert from error number to string correctly.
Gurucharan Shetty
2014-09-10
1
-4
/
+2
*
netlink-socket: remove local variable in do_lookup_genl_family.
Nithin Raju
2014-09-09
1
-2
/
+0
*
netlink-socket: Add support for async notification on Windows.
Eitan Eliahu
2014-09-09
1
-7
/
+79
*
netlink-socket: Use read/write ioctl instead of ReadFile/WriteFile.
Nithin Raju
2014-08-28
1
-20
/
+26
*
netlink-socket: fix typo to get_sock_pid_from_kernel()
Nithin Raju
2014-08-27
1
-5
/
+5
*
netlink-socket: add support for nl_lookup_genl_mcgroup()
Nithin Raju
2014-08-27
1
-0
/
+21
*
netlink-socket.c: add support for do_lookup_genl_family on Windows
Nithin Raju
2014-08-22
1
-0
/
+68
*
netlink-socket.c: implement get pid support on Windows
Nithin Raju
2014-08-19
1
-20
/
+72
*
netlink-socket: Adapt to Windows and MSVC.
Alin Serdean
2014-07-29
1
-1
/
+178
*
netlink-socket: Add conceptual documentation.
Ben Pfaff
2014-07-29
1
-61
/
+63
*
netlink-socket: Do not make flow_dump block on netlink socket.
Alex Wang
2014-07-18
1
-2
/
+8
*
netlink-socket: Simplify multithreaded dumping to match Linux reality.
Ben Pfaff
2014-07-16
1
-79
/
+98
*
netlink-socket: Fix handling socket allocation failure in nl_dump_start().
Ben Pfaff
2014-07-15
1
-7
/
+6
*
netlink-socket: Refill comment to fit within 79 columns.
Ben Pfaff
2014-07-15
1
-8
/
+8
*
netlink-socket: Work around kernel Netlink dump thread races.
Ben Pfaff
2014-07-10
1
-0
/
+10
[next]