cascardo/ovs.git
2014-01-28 Pravin B Shelardatapath: Fix ovs_flow_free() ovs-lock assert.
2014-01-31 Ben Pfaffbridge: Set ofport column in every database transaction.
2014-01-29 Ethan Jacksonofproto-dpif-upcall: Hardcode max_idle to 1500ms.
2014-01-23 Daniele Di... datapath: Fix ovs_dp_cmd_msg_size()
2014-01-22 Ansis Attekaipsec: install iptables rules that set IPsec bit in...
2014-01-21 Alex Wangbfd: Add bfd_src_ip and bfd_dst_ip.
2014-01-21 Joe Stringerupcall: Cache the number of flows from the datapath.
2014-01-21 Ben Pfaffvlog: Avoid deadlock in vlog_init__() corner case.
2014-01-17 Andy Zhoudatapath: Fix kernel panic on ovs_flow_free
2014-01-14 Thomas Grafdatapath: Pad OVS_PACKET_ATTR_PACKET if linear copy...
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Avoid recursive acquisition of...
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Fix a whitespace error.
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-13 Ben Pfaffofproto-dpif: Un-wildcard nw_frag only for protocols...
2014-01-13 Ben Pfafftunnel: Un-wildcard only flags that really exist in...
2014-01-13 Ben Pfaffofproto-dpif-upcall: Avoid unnecessarily installing...
2014-01-13 Francesco FuscosFlow: clear the padding
2014-01-10 Ben PfaffUpdate build requirements.
2014-01-09 Alex Wangbfd: Fix cpath_down set failure.
2014-01-08 Wei Yongjundatapath: Use kmem_cache_free() instead of kfree()
2014-01-08 Andy Zhouofproto-dpif: Fix a vlan-splinter megaflow bug
2014-01-04 Jesse Grossdatapath: Check for backported sctp_compute_cksum().
2013-12-31 Ben Pfaffodp-util: Avoid null dereference in parse_8021q_onward().
2013-12-30 Alex Wangbridge: Fix reversed string parsing in bridge_configure...
2013-12-26 Joe Stringerbfd: Notify connectivity_seq on rmt_state changes.
2013-12-24 Daisuke Kotaniofp-parse: Check port number only after parsing it...
2013-12-24 Justin PettitPrepare for 2.1.0.
2013-12-20 Pravin B Shelardatapath: compat: Configure check GRE DEMUX.
2013-12-20 Pravin B Shelardatapath: compat: Add configure check for lockdep_rtnl_...
2013-12-20 Pravin B Shelardatapath: compat: Fix skb_has_frag_list definition.
2013-12-23 Ben Pfaffbitmap: add bitmap_count1 function
2013-12-23 Ethan Jacksonovs-dev.py: Pass leak-check=full to valgrind.
2013-12-23 Joe Stringercompiler.h: Update documentation
2013-12-23 Ben PfaffNEWS: Mention new ovs-ofctl ofp-parse-pcap command.
2013-12-23 Ben Pfaffovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlo...
2013-12-23 Ben Pfaffpcap-file: Add timestamp support for reading and writin...
2013-12-23 Ben Pfaffofpbuf: New function ofpbuf_shift().
2013-12-22 Chris Lukedatapath: bug.h missing from distfiles
2013-12-21 Andy Zhoudatapath: Fix sparse warning on BUILD_BUG_ON_INVALID()
2013-12-20 Alex Wangbfd: Send FINAL immediately after receiving POLL.
2013-12-20 Jesse Grossdatapath: Check for backported netdev_features_t.
2013-12-20 Thomas Graflinux: Report supported user features to the kernel
2013-12-20 Gurucharan... ovs-check-dead-ifs: Flush buffer before calling execvp.
2013-12-20 Ben Pfaffofp-print: Print durations with at least three decimals.
2013-12-20 Jarno Rajahalmelib/flow: Skip minimask value checks.
2013-12-20 YAMAMOTO Takashitests/learn.at: Workaround a race
2013-12-20 YAMAMOTO Takashitimeval: Workaround for threaded test failures
2013-12-20 YAMAMOTO Takashitests/ofproto-dpif.at: Workaround a race
2013-12-20 YAMAMOTO Takashiofproto-dpif-upcall: Reduce log level of "Spent unreaso...
2013-12-20 YAMAMOTO Takashitests/ofproto.at: Avoid stdout/stderr ordering assumptions
2013-12-20 YAMAMOTO Takashitests/ofproto-dpif.at: Portability improvement
2013-12-20 YAMAMOTO Takashitests/daemon-py.at: Skip if no python
2013-12-20 Lorand Jakab.gitignore: add /libtool
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-19 Joe Stringerunixctl: Make dpif/dump-flows fetch kernel flows.
2013-12-16 Pravin B Shelardatapath: Fix build failure on RHEL 6.4
2013-12-19 Alin Serdeanentropy: Add Windows support.
2013-12-19 Gurucharan... xenserver: Fix build failures because of libraries...
2013-12-16 Pravin B Shelardatapath: Fix deadlock during stats update.
2013-12-18 Ben Pfaffofproto-dpif: Get rid of mirror_mask_ffs() function.
2013-12-18 Gurucharan... rhel: Fix build failures because of libraries in /usr...
2013-12-18 Ben Pfaffofp-tcpdump: Fix tcpdump patch breakage due to libtool.
2013-12-18 YAMAMOTO TakashiAUTHORS: update my entry
2013-12-18 YAMAMOTO Takashinetdev-bsd: remove an unused variable
2013-12-18 Ben PfaffINSTALL: Mention --enable-Werror.
2013-12-18 Simon Hormanofproto: Add table config to struct ofproto
2013-12-18 Simon Hormandpif-netdev: Remove unnecessary parameters from dp_netd...
2013-12-18 Helmut Schaaopenvswitch: Use libtool and allow building shared...
2013-12-17 Joe Stringercfm: Add test for fault_override
2013-12-17 Jarno RajahalmeDo not free uninitialized packets.
2013-12-17 Jarno RajahalmeRemove unnecessary memset().
2013-12-17 Alex Wangofproto-dpif-monitor: Acquire write lock in monitor_run().
2013-12-17 Alex Wangdpif-linux: Do not call nl_sock_pid() on NULL sock...
2013-12-17 Alex Wangdpif-linux: Fix the return type of dpif_linux_port_dump...
2013-12-17 Ben PfaffRemove stream, vconn, and rconn functions to get local...
2013-12-17 Stephen Hemmingerdatapath: make functions local
2013-12-17 Joe Stringerbfd: Set next_tx correctly when processing packets
2013-12-17 Ben Pfafflacp: Give LACP a moment to initialize before testing...
2013-12-17 Ben Pfaffbridge: Let ofprotos run once before reporting configur...
2013-12-17 Francesco Fuscodpif-linux: fix the size of n_masks
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-17 Harold LimUpdate openvswitch to allow linking from C++ projects
2013-12-17 Bruce Davievtep: add "Arp_sources" tables
2013-12-17 Justin PettitFAQ: Reference 2.0, not 1.12.
2013-12-17 Jesse GrossFAQ: Update to reflect that tunneling is now in upstrea...
2013-12-17 Alex Wangdpif-linux: Fix a bug.
2013-12-17 Ben Pfaffrconn: Update comments on is_admitted_msg().
2013-12-17 Ben PfaffFAQ: Explain how to add QoS features to Open vSwitch.
2013-12-17 Ben PfaffFAQ: Describe weak and strong ES models.
2013-12-17 Jesse Grossdatapath: Handle different definitions of page in skb_f...
2013-12-17 Jesse Grossdatapath: Add hash library to .gitignore.
2013-12-17 Jesse Grossdatapath: Backport __skb_fill_page_desc
2013-12-17 Jesse Grossdatapath: Backport skb_has_frag_list().
2013-12-17 Pravin B Shelardatapath: Backport skb_frag_ functions
2013-12-17 Jesse Grossdatapath: Add missing #include for skb page accessors.
2013-12-17 Thomas Grafdatapath: Compute checksum in skb_gso_segment() if...
2013-12-17 Thomas Grafdatapath: Use skb_zerocopy() for upcall
next