Merge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
[sliver-openvswitch.git] / lib /
2013-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-10 Ben Pfaffnetdev-linux, netdev-bsd: Make access to AF_INET socket...
2013-08-10 Ben Pfaffnetdev-dummy: Use netdev_get_devices() instead of a...
2013-08-09 Alex Wangclang: Pass objects, not their addresses, to thread...
2013-08-09 Alex Wangclang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK...
2013-08-09 Ethan Jacksonclassifier: Make use of the classifier thread safe.
2013-08-09 Ben Pfaffcompiler: Add OVS_ACQ_BEFORE, OVS_ACQ_AFTER macros.
2013-08-08 Ben Pfaffovs-thread: Remove superfluous semicolons in macro...
2013-08-08 Ethan Jacksonovs-thread: New function xpthread_join().
2013-08-08 Ben Pfaffovs-thread: New function ovsthread_id_self().
2013-08-08 Ben Pfaffovs-thread: Add support for globally visible per-thread...
2013-08-08 Ben Pfaffovs-thread: New function xpthread_setspecific().
2013-08-08 Ethan Jacksonofproto-dpif: Make packet_ins thread safe.
2013-08-08 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-08-08 Ben Pfaffnetdev: Make netdev_from_name() take a reference to...
2013-08-08 Ben Pfaffnetdev: Make netdev_get_devices() take a reference...
2013-08-08 Ben Pfaffnetdev-provider: Remove unused function netdev_assert_c...
2013-08-08 Ben Pfaffnetdev-bsd: Use xmemdup0() to simplify netdev_bsd_get_n...
2013-08-08 Ben Pfaffnetdev-linux: Move variable declaration inward in netde...
2013-08-08 Ben Pfaffnetdev-linux: Remove useless member 'peer', which was...
2013-08-08 Ben Pfaffnetdev-linux: Remove unused struct netdev_linux member.
2013-08-08 Ben Pfaffnetdev-linux: Remove pointless layers of indirection...
2013-08-08 Ben Pfaffnetdev-linux: Remove unneeded struct forward declaratio...
2013-08-08 Ben Pfaffnetdev-vport: Use ovs_mutex rather than a raw pthread_m...
2013-08-08 Ben Pfaffnetdev-bsd: Don't assume 'struct netdev' has offset 0.
2013-08-08 Ben Pfaffnetdev-bsd: Correctly handle IPv4 netmasks.
2013-08-08 Ben Pfaffnetdev-bsd: Fix fd leak on error path.
2013-08-08 Ben Pfaffnetdev-bsd: Fix typo in label name.
2013-08-08 Ben Pfaffnetdev-bsd: Fix memory leak on error path.
2013-08-08 YAMAMOTO Takashibfd: Fix build on netbsd-6.
2013-08-05 Andy Zhouodp-util: Always export the priority and skb_mark netli...
2013-08-05 Paul Ingramcfm: update remote opstate only when a CCM is received.
2013-08-05 Gurucharan Shettybfd: Optimize BFD for Megaflows.
2013-08-05 Pavithra RameshBFD: Populate ToS field in BFD packets.
2013-08-03 Andy Zhouodp-util: add verbose mode for displaying dp flow.
2013-08-03 Justin Pettitofproto-dpif: Always un-wildcard fields that are being...
2013-08-03 Ben Pfaffasync-append: Refactor to avoid requiring enabling...
2013-08-03 Ethan Jacksonofproto-dpif: Handle learn action flow mods asynchronously.
2013-08-02 Ethan Jacksontag: Retire the venerable tag library.
2013-08-02 Ethan Jacksonbond: Stop using tags.
2013-08-02 Ethan Jacksonmac-learning: Stop using tags.
2013-08-02 Ben Pfaffnetdev: Minor formatting improvements.
2013-08-02 Ben Pfaffnetdev-linux: Don't assume 'struct netdev' has offset 0.
2013-08-02 Ben Pfaffnetdev-dummy: Fix memory leak on error path in netdev_r...
2013-08-02 Ben Pfaffnetdev-linux: Initialize change_seq for tap devices...
2013-08-02 Ben Pfaffnetdev-linux: Fix fd leak on error path.
2013-08-02 Ben Pfaffdpif-linux: Fix theoretical memory leak on error path.
2013-08-02 Jesse Grossodp-util: Always serialize tunnel mask attributes.
2013-08-01 Ethan Jacksonmac-learning: Make the mac-learning module thread safe.
2013-08-01 Ethan Jacksonbond: Make the bond module thread safe.
2013-08-01 Ethan Jacksonbfd: Make the BFD module thread safe.
2013-08-01 Ethan Jacksoncfm: Make the CFM module thread safe.
2013-08-01 Ethan Jacksonstp: Make the STP module thread safe.
2013-08-01 Ben Pfaffconfigure: Distinguish glibc and NetBSD pthread_setname...
2013-07-31 Alex Wangovs-atomic-pthreads: Fix "has incomplete type" error.
2013-07-31 Andy Zhouodp-util: fix bug in setting ipv4 frag flag mask
2013-07-31 Ethan Jacksonbfd: Downgrade long delay messages to INFO level.
2013-07-31 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
2013-07-31 Ethan Jacksonlacp: Make the LACP module thread safe.
2013-07-31 Ethan Jacksoncompiler: Fix OVS_LOCKS_EXCLUDED on non clang compilers.
2013-07-31 Ben Pfaffconfigure: Add configure-time check for GCC 4.0+ atomic...
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-29 Ben PfaffAvoid C preprocessor trick where macro has the same...
2013-07-29 Ben Pfaffofproto-dpif: Tolerate spontaneous changes in datapath...
2013-07-26 Ben PfaffImplement OpenFlow 1.3 queue stats duration feature.
2013-07-26 Ben Pfaffofp-util: Fix port and queue stat counting for OpenFlow...
2013-07-25 Ben Pfaffdpif: Make dpifs thread-safe, and document it.
2013-07-25 Ben Pfaffdpif-netdev: Make internally thread-safe by introducing...
2013-07-25 Ben Pfaffdpif-linux: Make use of channels thread-safe.
2013-07-25 Ben Pfaffdpif-linux: Make port change notification thread-safe.
2013-07-25 Ben Pfaffovs-thread: Add wrappers for "destroy" functions too.
2013-07-25 Ben Pfaffmeta-flow: Be pickier about format of Ethernet addresses.
2013-07-25 Ben Pfaffutil: Set thread name via pthreads in set_subprogram_na...
2013-07-23 Alex Wangclang: Fix the alignment warning.
2013-07-23 Ben Pfaffdpif-linux: Add some internal "const" qualifiers.
2013-07-23 Ben Pfaffvlog: Mark vlog_module_ptr_* as const.
2013-07-23 Ben Pfafffatal-signal: Make thread-safe.
2013-07-23 Ben Pfaffcommand-line: Make proctitle changing commands thread...
2013-07-23 Ben Pfaffnetdev-vport: Make pid checking in set_tunnel_config...
2013-07-23 Ben Pfaffofp-msgs: Make alloc_xid() thread-safe.
2013-07-23 Ben Pfaffnetdev-dummy: Make counter thread-safe.
2013-07-23 Ben Pfaffofp-parse: Make parse_ofp_str() thread-safe.
2013-07-23 Ben Pfaffnetdev-linux: Work on thread safety.
2013-07-23 Ben Pfaffuuid: Make uuid_generate() thread-safe.
2013-07-23 Ben Pfaffsocket-util: Make get_max_fds() and get_null_fd() threa...
2013-07-23 Ben Pfaffpackets: Make eth_addr_is_reserved() thread-safe.
2013-07-23 Ben Pfaffovsdb-types: Make ovsdb_base_type_get_enum_type() threa...
2013-07-23 Giuseppe LettieriMerge branch 'mainstream'
2013-07-22 Alex Wangclang: Fix the "expression result unused" warning.
2013-07-22 Alex Wangclang: Fix segfault in unit tests.
2013-07-22 Ben Pfaffovsdb-data: Make ovsdb_atom_default() thread-safe.
2013-07-22 Ben Pfaffdpif: Serialize initialization.
2013-07-22 Ben Pfaffdirs: Make thread-safe.
2013-07-22 Ben Pfaffmeta-flow: Make thread-safe.
2013-07-22 Ben Pfaffmemory: Add note about threaded usage to comment.
2013-07-22 Ben Pfafflockfile: Make thread-safe.
2013-07-22 Ben Pfaffjsonrpc: Make thread-safe.
2013-07-22 Ben Pfaffofp-msgs: Make thread-safe.
2013-07-22 Ben Pfaffdpif-netdev: Make 'max_mtu' a per-dp feature, for threa...
2013-07-19 Ethan Jacksonbond: Support null argument to bond_ref().
next