Merge branch 'master' of ssh://git.onelab.eu/git/sliver-openvswitch
[sliver-openvswitch.git] / lib /
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-03-07 Gurucharan Shettygetrusage-windows: getrusage() for Windows.
2014-03-05 Gurucharan Shettytimeval: gettimeofday() for Windows.
2014-03-05 Gurucharan Shettytimeval: clock_gettime() for Windows.
2014-03-05 Ben PfaffMakefile: Compile Linux-specific files based on __linux...
2014-03-05 Ben PfaffUse __linux__ instead of LINUX_DATAPATH in C code.
2014-03-04 Gurucharan Shettytimeval: localtime_r, gmtime_r for Windows.
2014-03-04 Joe Stringerovs-thread: Add xpthread_barrier_*() wrappers.
2014-03-02 Ben Pfaffodp-util: Include tun_id when nonzero even if "key...
2014-03-01 Ben Pfaffvconn: Fix vconn_get_status() return value when connect...
2014-03-01 Andy Zhoulib: make wevent static
2014-03-01 Andy Zhoulib: simplify flow_extract() API
2014-02-27 Joe Stringerdpif: New function flow_dump_next_may_destroy_keys().
2014-02-27 Joe Stringerdpif: Don't synchronize flow_dump_next() status.
2014-02-27 Joe Stringerdpif: Make dpif_flow_dump_next() thread-safe.
2014-02-27 Joe Stringerdpif: Separate local and shared flow dump state.
2014-02-27 Joe Stringernetlink: Make nl_dump_next() thread-safe.
2014-02-27 Joe Stringernetlink: Remove buffer from 'struct nl_dump'.
2014-02-27 Ben Pfaffrconn: Discover errors in rconn_run() even if rconn_rec...
2014-02-26 Joe Stringerdpif-linux: Lookup netdev to get netdev type string.
2014-02-26 Gurucharan Shettyfatal-signal: SIGPIPE for Windows.
2014-02-26 Gurucharan Shettyfatal-signal: Handle SIGINT for Windows.
2014-02-26 Gurucharan Shettysocket-util: pipe for Windows.
2014-02-26 Gurucharan Shettysignals: Don't compile for Windows.
2014-02-26 Gurucharan Shettyfatal-signal: Fatal signal handling for Windows.
2014-02-26 Joe Stringermeta-flow: Remove duplicate break statements.
2014-02-26 YAMAMOTO Takashisocket-util: Fix set_dscp for IPv6
2014-02-26 YAMAMOTO Takashisocket-util: Avoid using the identical message for...
2014-02-25 Linda SunWindows implementation of stream-fd.
2014-02-25 Giuseppe LettieriMerge branch 'mainstream'
2014-02-25 Giuseppe Lettierinetdev-tunnel: use sockaddr_storage
2014-02-24 Gurucharan Shettysocket-util: drain_rcvbuf() for Windows.
2014-02-22 YAMAMOTO Takashilib/process, socket-util: Update necessary headers
2014-02-22 Gurucharan Shettysignals: Remove unused functions.
2014-02-22 Ben Pfaffovs-thread: Use fair (but nonrecursive) rwlocks on...
2014-02-21 Gurucharan Shettysocket-util: Move get_null_fd() to daemon.c.
2014-02-21 Gurucharan Shettysocket-util: poll() for Windows.
2014-02-21 Gurucharan ShettyReplace inet_aton() with inet_pton().
2014-02-21 Gurucharan Shettysocket-util: Move get_max_fds() to process.c.
2014-02-21 Gurucharan Shettysocket-util: Unix socket related calls for non-windows...
2014-02-21 Alex Wangdpif-netdev: Fix memory leak.
2014-02-21 Alex Wangdpif-netdev: Call ovs_refcount_destroy() before free().
2014-02-21 Ben Pfaffovs-thread: Get rid of obsolete sparse wrappers.
2014-02-21 Gurucharan Shettysocket-util: af_inet_ioctl() for Windows.
2014-02-21 Gurucharan Shettysocket-util: Describe fd for Windows.
2014-02-21 Gurucharan Shettysocket-util: getsockopt for Windows.
2014-02-21 Gurucharan Shettysocket-util: fsync directory for Windows.
2014-02-21 Gurucharan Shettysocket-util: closesocket() for Windows.
2014-02-21 Gurucharan Shettysocket-util: getaddrinfo return values for Windows.
2014-02-21 Gurucharan Shettysocket-util: set_nonblocking for Windows.
2014-02-21 Gurucharan Shettysocket-util: Move sock_errno() to socket-util.
2014-02-20 YAMAMOTO Takashiofp-util: Avoid gcc warning on NetBSD
2014-02-19 Ben Pfaffnetdev: Change netdev_class_rwlock to recursive mutex...
2014-02-19 Gurucharan Shettyprocess: Make changes for Windows.
2014-02-19 Simon Hormanpackets: Always set ethertype in push_mpls()
2014-02-19 Ansis Attekaovs-vsctl: reconnect to the database if connection...
2014-02-19 Simon Hormanpacket: Make set_ethertype() static
2014-02-19 Simon Hormanofp-actions: Correct pop MPLS ethtype as consistency...
2014-02-19 kmindgofp-util: Fix a typo in ofputil_decode_ofp11_port
2014-02-14 Gurucharan Shettyutil: Pre-allocate buffer for ovs_lasterror_to_string().
2014-02-13 Gurucharan Shettylockfile: Implementation for Windows platform.
2014-02-13 Gurucharan Shettyutil: follow_symlinks() for windows.
2014-02-13 Gurucharan Shettystring: strerror_r() for windows.
2014-02-13 Gurucharan Shettyutil: Make xreadlink a static function.
2014-02-13 Jarno Rajahalmeovs-thread: Add support for pthread adaptive mutex
2014-02-12 Jarno Rajahalmeofproto: Lock for vlan splinters only if have them.
2014-02-12 Andy Zhounetdev-dummy: Reduce reconnect back off timeout
2014-02-12 Andy Zhounetdev-dummy: Fix reconnecting.
2014-02-12 Jarno Rajahalmemeta-flow: Fix setting MFF_IP_FRAG.
2014-02-11 Joe Stringerflow: Copy MPLS label on mpls_push.
2014-02-11 Gurucharan Shettystream-ssl: Add support for Windows platform.
2014-02-11 Gurucharan Shettysocket-util: error number to string for sockets.
2014-02-11 Gurucharan Shettypoll-loop: Make poll_fd_wait_event() cross-platform.
2014-02-11 Ben Pfaffofproto-dpif-xlate: Make flows that match ICMP fields...
2014-02-11 Ben Pfaffpcap-file: Allow capturing TCP streams where the SYN...
2014-02-10 Giuseppe Lettieritunnel: fix warning
2014-02-10 Giuseppe Lettieritunnel: removed unused function
2014-02-10 Giuseppe Lettieriupdated to new rx_recv semantics
2014-02-10 Giuseppe LettieriMerge branch 'mainstream'
2014-02-08 Andy Zhounetdev-dummy: disable periodic probing
2014-02-07 Ben Pfaffovs-thread: Add a comment.
2014-02-07 Ben PfaffAlways insert MPLS labels after VLAN tags.
2014-02-07 YAMAMOTO Takashinetdev-bsd: Fix tx/rx stats for type=tap netdev
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-02-04 Giuseppe LettieriMerge branch 'mainstream'
2014-02-04 YAMAMOTO Takashipackets: Fix userland implementation of set-field ipv6...
2014-02-04 Ben PfaffEnhance userspace support for MPLS, for up to 3 labels.
2014-02-04 Gurucharan Shettydaemon-windows: Ability to handle windows service calls.
2014-02-04 Ben Pfaffdpif-netdev: Make a log message more detailed.
2014-02-03 Daniele Di Proiettodpif-linux: remove useless includes
2014-01-31 Ben Pfaffsocket-util: Remove unused functions.
2014-01-28 Gurucharan Shettyutil: A generic function to convert error to string...
2014-01-27 Gurucharan Shettygetopt_long: Copy over the implementation from netbsd.
2014-01-24 Gurucharan Shettydaemon: Cleanup some functions.
2014-01-24 Gurucharan Shettysyslog: Provide stub functions for openlog and syslog.
2014-01-24 Andy Zhounetdev-dummy: Add support for active stream
2014-01-23 Joe Stringernetlink: Rename 'dump->seq' to 'dump->nl_seq'
2014-01-23 Joe Stringerdpif-linux: Fix flow_dump_next annotation.
next