socket-util: Use correct address family in set_dscp(), instead of guessing.
[cascardo/ovs.git] / python / ovs / socket_util.py
2015-02-20 Ben Pfaffsocket-util: Use correct address family in set_dscp...
2014-06-27 Gurucharan Shettysocket_util.py: Make set_dscp() python 2.4.3 compatible.
2014-02-26 YAMAMOTO Takashisocket-util: Fix set_dscp for IPv6
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2013-10-18 YAMAMOTO Takashisocket-util: Add symlink based workaround for long...
2013-04-18 Alex Wangpython: fix a typo error in python/ovs/socket_util.py.
2013-01-16 James Pagepython: Workaround UNIX socket path length limits
2012-11-20 Ben Pfaffsocket-util: Remove get_socket_error().
2012-11-20 Ben Pfaffsocket-util: Avoid using SO_ERROR.
2012-11-20 Ben Pfaffpython/ovs/socket_util: Fix error path in set_nonblocking.
2012-11-19 FUJITA Tomonoridon't use select.POLL* constants
2012-10-16 Isaku Yamahatapython/ovs/socket_util: don't use Exception, but ValueError
2012-10-15 Isaku Yamahatapython/ovs/socket_util: add tcp related helper function...
2012-09-12 Isaku Yamahatapython/ovs: socket_util uses select.poll
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-08 Ben Pfaffpython socket_util: Use correct fatal_signal function...
2012-03-08 Ben Pfaffpython socket_util: Don't try to unbind None bind_path.
2011-09-27 Ethan Jacksonpython: Upgrade to vlog.
2011-09-24 Ethan Jacksonpython: Style cleanup.
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...