Merge branch 'mainstream'
[sliver-openvswitch.git] / lib /
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().
2013-07-19 Linda SunAvoid designated initializers and static decls of array...
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-18 Ben Pfaffvlog: Make thread-safe.
2013-07-18 Ben Pfaffvlog: Use async I/O.
2013-07-18 Ben Pfaffofp-util: Un-"inline" should_send_version_bitmap().
2013-07-18 Ben Pfaffasync-append: New library to allow asynchronous appendi...
2013-07-18 Ben Pfaffnetlink: Avoid designated initializers because MSVC...
2013-07-18 Ben Pfaffnetlink-socket: Make thread-safe.
2013-07-18 Ben Pfaffnetlink-socket: Simplify use of transactions and dumps.
2013-07-18 ZhengLingyunnetdev-linux: avoid negative value cast to non-negative...
2013-07-18 Ben Pfaffofp-msgs: Consistently include "STATS" in the names...
2013-07-17 Ben Pfaffutil: New macros ROUND_UP_POW2, ROUND_DOWN_POW2.
2013-07-17 Linda SunMake attribute packed equivalent for MSC compilers.
2013-07-17 Ben Pfaffbyteq: Make the queue size variable instead of fixed...
2013-07-17 Ben Pfaffvlog: Make VLOG_ONCE thread-safe.
2013-07-17 Ben Pfaffbfd: Use htonll() instead of htonl() for tunnel ID...
2013-07-16 Ben Pfaffpoll-loop: Make poll loop data structures per-thread.
2013-07-16 Ben Pfaffpoll-loop: Simplify and speed up polling.
2013-07-16 Andy Zhouovs-ofctl: Bug fix in flow_format()
2013-07-16 ZhengLingyunhindex: Fix incomplete iteration bug.
2013-07-16 Pavithra RameshBFD: Add check_tnl_key feature to BFD code.
2013-07-15 Ben Pfafflatch: New module for a thread-safe, signal-safe, polla...
2013-07-15 Ben Pfaffstress: Remove essentially unused library.
2013-07-12 Ben Pfaffworker: Delete library.
2013-07-12 Ben Pfaffvlog: Remove unused function vlog_exit().
2013-07-12 Ben Pfaffvlog: Remove unused function vlog_get_log_file().
2013-07-12 Ben Pfaffvlog: Make vlog_should_drop() thread-safe.
2013-07-12 Ben Pfaffutil: Make subprogram_name thread-specific.
2013-07-12 Ben Pfafftimeval: Make CPU usage and wakeup tracking per-thread.
2013-07-12 Ben Pfafftimeval: Make reading the current time thread-safe.
2013-07-12 Ben Pfaffvlog: Remove support for worker process.
2013-07-12 Ben Pfaffpoll-loop: Fix typo in comment.
2013-07-12 Ben Pfafftimeval: Fix typo in comment.
2013-07-12 Ben Pfafftimeval: Remove backtrace feature.
2013-07-11 Ben Pfafftimeval: New function xclock_gettime().
2013-07-11 Ben Pfafffatal-signal: Remove write-only variable fatal_signal_set.
2013-07-11 Ben Pfaffdpif-netdev: Make "packet-out" with in_port=OFPP_CONTRO...
2013-07-08 Ben PfaffAdd basic OpenFlow 1.1 protocol support.
2013-07-08 Ben Pfaffofp-util: Add 'modify_cookie' to struct ofputil_flow_mo...
2013-07-07 Ethan Jacksonlacp: Handle unknown slaves in lacp_process_packet().
2013-07-08 ZhengLingyunbitmap: Fix bitmap_allocate1() bug when n_bits is a...
2013-07-07 Pavithra RameshBFD: Add forwarding_override command for BFD.
2013-07-08 Ben Pfaffofp-parse: Do not exit() upon a parse error.
2013-07-06 Giuseppe Lettieriuse struct tun_pi in read/write to pltap
2013-07-06 Giuseppe Lettiericomply with thread-safety checks
2013-07-06 Giuseppe LettieriMerge branch 'mainstream'
2013-07-06 Giuseppe Lettierireplaced strerror to ovs_strerror in pltap&tunnel
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-06 Giuseppe Lettieriunification of netdev&netdev_dev in pltap&tunnel
2013-07-06 Giuseppe LettieriMerge commit 'b5d57fc87925cb3c029de19d0a94de5ca07ae28e'
2013-07-06 Giuseppe Lettierirename superclass member to up in netdev-pltap
2013-07-06 Giuseppe Lettierirename superclass member to up in netdev-tunnel
2013-07-06 Giuseppe LettieriMerge commit '180c6d0b440961cbc873c4d045eb8b2daa1364e9'
2013-07-06 Giuseppe Lettierirefactor for new netdev_rx class
2013-07-05 Giuseppe LettieriMerge commit '796223f5bc3a4896e6398733c798390158479400'
2013-07-05 Giuseppe Lettieriupgrade to new signature of update_flags
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-07-03 Justin Pettitodp-util: Clearly indicate VID mask is printed in hex.
2013-07-03 Justin Pettitodp-util: Always encode mask of 0xffff for dl_type...
2013-07-02 YAMAMOTO Takashinetdev-bsd: Fix a build error.
2013-06-29 Ben Pfaffvconn: Fix formatting of user message.
2013-06-29 Justin Pettitflow: Don't assume non-IPv4 is IPv6 for un-wildcarding.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffrandom: Make thread-safe.
2013-06-28 Ben PfaffNew function ovs_strerror() as a thread-safe replacemen...
2013-06-28 Ben Pfaffovs-thread: Add support for various thread-related...
2013-06-28 Ben Pfaffovs-thread: Add support for convenient once-only initia...
2013-06-28 Ben Pfaffovs-atomic: New library for atomic operations.
2013-06-28 Ben Pfaffofp-errors: Fix typos in error enumeration names.
2013-06-28 Jarno RajahalmeFix table checking for goto table instruction.
2013-06-28 Ben Pfaffofp-util: OpenFlow 1.0 can match IPv6 Ethertype even...
2013-06-28 Jarno Rajahalmeofproto: Implement OpenFlow 1.3 meter table.
2013-06-28 Ben Pfaffofpact: New function ovs_instruction_type_from_ofpact_t...
2013-06-28 Ben Pfaffofp-actions: Give ovs_instruction funcs names that...
2013-06-28 Andy Zhouovs-dpctl: Fix mega flow output
2013-06-28 Justin Pettitflow: Only un-wildcard relevant IP headers.
2013-06-28 Justin Pettitodp-util: Fix converting masked VLAN from flow.
2013-06-28 Justin Pettitodp-util: Correct printing the VLAN PCP mask.
2013-06-28 Ethan Jacksonbond: Handle unknown slaves in bond_check_admissibility().
2013-06-28 Ethan Jacksonnetdev: Support null netdev argument in netdev_ref().
2013-06-28 Ethan Jacksonmac-learning: Reference count 'struct mac_learning".
2013-06-28 Ethan Jacksonbond: Reference count 'struct bond'.
2013-06-28 Ethan Jacksonlacp: Reference count 'struct lacp'.
2013-06-28 Ethan Jacksonbfd: Reference count 'struct bfd'.
2013-06-28 Ethan Jacksoncfm: Reference count 'struct cfm'.
2013-06-27 Jarno Rajahalmeofp-util: Meter fixes.
next