sliver-openvswitch.git
2013-08-19 Giuseppe Lettierinew makefile target for error reporting
2013-08-18 Giuseppe Lettierilog errors from host command
2013-08-18 Giuseppe Lettieritake only the first address returned by host
2013-08-17 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe Lettierifix warning
2013-08-15 Giuseppe Lettierithread safety for netdev_pltap and netdev_tunnel
2013-08-15 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe Lettierinetdev_pltap,netdev_tunnel: moved to new API
2013-08-15 Giuseppe LettieriMerge commit '9dc63482bbeae23dd57b0f885a3fd26b44656844'
2013-08-15 Giuseppe Lettierinetdev-pltap: Make access to AF_INET socket thread...
2013-08-15 Giuseppe Lettieriadded targets to test links
2013-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-15 Pravin B Shelardatapath: compat: remove __net_init and __net_exit...
2013-08-16 Ben Pfaffnetdev-linux: Fix self-deadlocks in traffic control...
2013-08-16 Ben Pfaffnetdev-dummy: Add Clang lock annotations.
2013-08-16 Ben Pfaffnetdev-dummy: Fix synchronization error in netdev_dummy...
2013-08-16 YAMAMOTO Takashiofproto-dpif-upcall: ofproto_dpif_send_packet_in()...
2013-08-16 Ben Pfaffseq: Initialize 'ovsthread_id' member of waiters in...
2013-08-16 Ethan Jacksonofproto-dpif-xlate: Unreference handles on xbridge...
2013-08-16 Ed Mastebfd: Include prerequisite header for FreeBSD
2013-08-16 Ben Pfaffofproto-dpif: Fix bad pointer dereference when deleting...
2013-08-16 Ben Pfaffofproto: Avoid extra O(N) work in common case on flow...
2013-08-15 Alex Wangofproto: Make number of packet handler threads runtime...
2013-08-15 YAMAMOTO Takashiofproto-dpif: move per-backer wait calls from wait...
2013-08-14 Chris Wrightdatapath: Fix RHEL compat for netdev_rx_handler_register
2013-08-13 Pravin B Shelardatapath: Move generic tunnel functions to lisp module.
2013-08-13 Pravin B Shelardatapath: Move find_route() to compat.h
2013-08-13 Pravin B Shelardatapath: move tunnel-init function to flow.h
2013-08-13 Pravin B Shelardatapath: tunnel: Fix gre64 tunnel when key not specified.
2013-08-13 Pravin B Shelardatapath: tunnel: Do not use inner ip-header-id for...
2013-08-14 YAMAMOTO Takashinetdev-bsd: implement netdev_arp_lookup for NetBSD
2013-08-14 Alex Wangbfd: Increase configuration efficiency.
2013-08-14 Alex Wangbfd: Fix check_tnl_key error.
2013-08-14 Ben Pfaffofproto-dpif: Destroy bundle after moving its last...
2013-08-14 Gurucharan... gitignore: Add ovsdbmonitor.
2013-08-13 Jesse Grossflow: Enable matching on new field 'pkt_mark'.
2013-08-13 Jesse Grosstunnel: Clear IPSEC_MARK on input rather than output.
2013-08-13 Jesse Grosstunnel: Consolidate action code for tunnel port receive.
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-08-13 Ben Pfaffdebian: Fix build with old versions of dpkg-buildflags.
2013-08-13 Ben Pfafftests: Fix threading race in "ofproto-dpif megaflow...
2013-08-13 Ben Pfafftests: Fix problems in "learning action - self-modifyin...
2013-08-13 Alex Wangbfd: Delete trailing whitespace in 'bfd/show' output.
2013-08-13 Ben Pfaffovs-thread: Use mutex instead of its address in thread...
2013-08-13 Ben Pfaffsparse: Remove support for thread-safety annotations.
2013-08-13 Ben Pfaffofproto-dpif-upcall: Fix sparse warning.
2013-08-13 Ben Pfaffovs-ofctl: Avoid groff warning due to too-long line.
2013-08-13 Ben Pfaffdebian: Apply hardening options to build.
2013-08-13 Jesse Grossofproto: Include classifier wildcards in trace output.
2013-08-12 YAMAMOTO Takashiofproto: make oftable_remove_rule__ release evict lock
2013-08-10 Pravin B Shelardatapath: Do not set dev->master for XEN.
2013-08-12 YAMAMOTO Takashinetdev-bsd: ioctl "cmd" is unsigned long, not int
2013-08-12 YAMAMOTO Takashiofproto-dpif-upcall: don't forget to initialize mutexes
2013-08-12 Alex Wangband: Fix error in bond_choose_output_slave() function.
2013-08-12 Ben Pfaffseq: Add some comments.
2013-08-12 Ben Pfaffnetdev-dummy: Include all dummy classes in iterations.
2013-08-12 Alex Wangbond.c: Fix a typo.
2013-08-10 Pravin B Shelardatapath: Use parallel_ops genl.
2013-08-10 Pravin B Shelardatapath: Support for Linux kernel 3.10
2013-08-11 Ethan Jacksonofproto-dpif: Implement multi-threaded miss handling.
2013-08-11 Ethan Jacksonofproto-dpif: Lock rules to prevent eviction.
2013-08-11 Ben Pfaffnetdev: Clean up on "construct" error in netdev_open().
2013-08-11 Ben Pfaffdpif-netdev: Avoid races on queue and port changes...
2013-08-11 Ben Pfaffseq: New module for race-free, pollable, thread-safe...
2013-08-11 Ben Pfaffnetdev-linux: Avoid deadlock in netdev_linux_update_fla...
2013-08-10 Ben Pfaffnetdev-linux: Fix netdev leak in corner case.
2013-08-10 Ben Pfaffnetdev: Make netdev access thread-safe.
2013-08-10 Ben Pfaffnetdev-linux: Use dedicated netlink notification socket.
2013-08-10 Ben Pfaffnetdev-vport: Make netdev_vport_patch_peer() return...
2013-08-10 Ben Pfaffnetdev: Adopt four-step alloc/construct/destruct/deallo...
2013-08-10 Ben Pfaffnetdev-bsd: Make use of AF_LINK socket thread-safe...
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 Jesse Grossdatapath: Fix typo in flow validation logic.
2013-08-09 Gurucharan... ovs-bugtool: Add config files to the debug bundle.
2013-08-09 Gurucharan... ovs-bugtool: Collect database through CAP_NETWORK_STATUS.
2013-08-09 Alex WangCodingStyle: Add guide about using thread safety types...
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 Ben Pfaffofproto-dpif-xlate: Avoid MAC learning write lock on...
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-09 Jesse Grossdatapath: Add 'ovs_' prefix to extern symbols.
2013-08-09 Ethan Jacksonofproto-dpif-xlate: Require a lock for reconfiguration.
2013-08-08 Ben Pfaffovs-thread: Remove superfluous semicolons in macro...
2013-08-08 Ethan Jacksonofproto-dpif: Hide rule_dpif_miss_rule().
2013-08-08 Ethan Jacksonofproto-dpif: Lock the expirable list.
2013-08-08 Ethan Jacksonofproto: Lock hard_timeout and idle_timeout of struct...
2013-08-08 Ethan Jacksonovs-thread: New function xpthread_join().
2013-08-08 Ethan Jacksonofproto-dpif-xlate: Fix rare segfault on switch exit.
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...
next