Merge branch 'mainstream'
[sliver-openvswitch.git] / lib /
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.
2014-01-23 Luigi Rizzolib/pcap-file: add 'ovs_' prefix to pcap functions
2014-01-23 Daniele Di Proiettolib/netdev-bsd: simplify multiple struct definitions
2014-01-22 Ethan Jacksonofp-parse: Fix GCC compiler warnings with -O3.
2014-01-21 Alex Wangbfd: Add bfd_src_ip and bfd_dst_ip.
2014-01-21 Ben Pfaffvlog: Avoid deadlock in vlog_init__() corner case.
2014-01-21 Ben Pfaffofp-util: Ignore out_group in flow_mods for commands...
2014-01-21 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-18 Linda Sunpoll-loop: Port to Windows.
2014-01-17 Ben Pfaffnetdev-linux: Fix build break on RHEL 6.1.
2014-01-16 Simon Hormannetdev-linux: Read packet auxdata to obtain vlan_tid
2014-01-16 Simon Hormanlib: Add tpid parameter to eth_push_vlan()
2014-01-16 Simon Hormannetdev_class: Pass a struct ofpbuf * to rx_recv()
2014-01-15 YAMAMOTO Takashifat-rwlock: Don't forget to destroy a mutex
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
2014-01-14 Ben Pfafffat-rwlock: New big but fast synchronization primitive.
2014-01-14 Ben Pfaffovs-thread: Add new support for thread-specific data.
2014-01-14 Gurucharan Shettyutil: Set program_name for windows correctly.
2014-01-13 Joe Stringernetlink: Update comment for nl_dump_start().
2014-01-13 Francesco FuscosFlow: clear the padding
2014-01-09 Alex Wangbfd: Fix cpath_down set failure.
2014-01-09 Ben Pfaffdpif-netdev: Use separate threads for forwarding.
2014-01-09 Ben Pfaffdpif-netdev: Make thread-safety much more granular.
2014-01-09 Ben Pfaffdpif-netdev: Introduce new mutex to protect queues.
2014-01-09 Ben Pfaffdpif-netdev: Break actions out into new struct dp_netde...
2014-01-09 Ben Pfaffdpif-netdev: Take advantage of ovs_refcount for dp_netdev.
2014-01-09 Ben Pfaffovs-atomic: Introduce a new 'struct ovs_refcount'.
2014-01-09 Ben Pfaffovs-atomic: Add atomic_destroy() and use everywhere...
2014-01-09 Ben Pfaffovs-atomic: New functions atomic_flag_init(), atomic_fl...
2014-01-09 Ben Pfaffdpif-netdev: Remove max_mtu tracking.
2014-01-09 Ben Pfaffdpif-netdev: Use hmap instead of list+array for trackin...
next