cascardo/ovs.git
2014-07-22 Ben Pfaffovsdb-server: Document RFC 7047 extensions to ovsdb...
2014-07-22 Ben Pfaffovs-ctl: Add comment to explain why we only save ofport...
2014-07-22 Ben Pfaffdebian: Avoid -Wformat-zero-length warnings.
2014-07-22 Ben PfaffUse xstrdup() instead of strdup(), xmalloc() instead...
2014-07-22 Andy Zhoudatapath: Refactor get_dp() function into multiple...
2014-07-22 Ben Pfafftests: Wait for ofctl_monitor.log in ofproto-dpif contr...
2014-07-22 Ben Pfaffclassifier: Refactor cls_cursor_advance() to make it...
2014-07-22 Ben Pfaffcmap, classifier: Avoid unsafe aliasing in iterators.
2014-07-21 Jarno Rajahalmevswitchd/bridge: Fix setting default prefix fields.
2014-07-21 Jarno Rajahalmeovs-atomic: Avoid evaluating arguments multiple times.
2014-07-21 Jarno Rajahalmelib/ovs-rcu: evaluate argument of ovsrcu_get only once.
2014-07-20 Daniele Di... netdev-dpdk: Fix race condition with DPDK mempools...
2014-07-19 Alex Wangnetlink-socket: Do not make flow_dump block on netlink...
2014-07-18 Gurucharan... ovsdb: Don't add ovsdb-server.c to libovsdb.
2014-07-18 Jarno Rajahalmelib/classifier: Clarify subtable skipping.
2014-07-18 Jarno Rajahalmelib/classifier: Return all matching prefix lengths...
2014-07-18 Jarno Rajahalmelib/classifier: Change local variable names.
2014-07-18 Jarno Rajahalmelib/classifier: Unify struct classifier and cls_classifier.
2014-07-17 Daniele Di... netdev-dpdk: Refactor dpdk_class_init()
2014-07-17 Ben Pfaffofproto: Report controller rate limiting statistics...
2014-07-17 Ben Pfaffsmap: New function smap_add_nocopy().
2014-07-17 Ben PfaffSimplify ofproto_controller_info by using a struct...
2014-07-17 Ben Pfaffpinsched: Report queued packet count correctly.
2014-07-17 Ben Pfaffvswitch.xml: Fix typo in documentation.
2014-07-17 Alex Wangstp: Make stp-disabled port forward stp bpdu packets.
2014-07-16 Daniele Di... cmap: Fix cmap_next_position()
2014-07-16 maryam.tahhannetdev-dpdk: add dpdk rings to netdev-dpdk
2014-07-16 Ben Pfaffnetlink-socket: Simplify multithreaded dumping to match...
2014-07-16 Eric SesterhennFactor the ovsdb-server main loop into a new function
2014-07-16 Ben PfaffCodingStyle: Add suggested GNU indent options.
2014-07-16 Joe Stringerdpif: Update documentation for RCU-protected actions.
2014-07-15 Gurucharan... tests: Use the 'LARGE_MSECS' variation of time/warp...
2014-07-15 Gurucharan... debian: Automatically start openvswitch before first...
2014-07-15 Gurucharan... debian: Option to create patch ports through 'interfaces'
2014-07-15 Daniele Di... lib/coverage: Removed set but not used variables
2014-07-15 Pravin B Shelardatapath: Check for NULL upcall_portids.
2014-07-15 Ben Pfaffnetlink-socket: Fix handling socket allocation failure...
2014-07-15 Ben Pfaffnetlink-socket: Refill comment to fit within 79 columns.
2014-07-15 Ben Pfaffdpif-linux: Avoid null dereference if all ports disappear.
2014-07-15 Ben Pfaffofp-msgs: Correct code for queue configuration messages...
2014-07-15 Kirkland SpectorFix documentation error that led user to wrong file...
2014-07-15 Ben PfaffDrop assignments whose values are never used.
2014-07-15 Ben Pfaffcoverage: Move m_idx, h_idx to an inner scope in covera...
2014-07-15 Ben Pfaffofproto: Avoid theoretical double free of large rule...
2014-07-15 Ben Pfaffofp-util: Fix null pointer dereference in ofputil_pull_...
2014-07-15 Joe Stringerrevalidator: Revalidate missed flows.
2014-07-15 Joe Stringerdpif: Support fetching flow mask via dpif_flow_get().
2014-07-14 Gurucharan... ovsdb-server.at: Skip tests that use ovsdb-server's...
2014-07-14 Joe Stringerdatapath: Refactor ovs_flow_cmd_fill_info().
2014-07-11 Ben Pfafftests: Disable glibc memory checking under glibc <...
2014-07-11 Daniele Di... datapath/flow_netlink: Create right mask with disabled...
2014-07-11 Pravin B Shelardatapath: Enable tunnel GSO features.
2014-07-11 Jarno Rajahalmelib/hash: Use CRC32 for hashing.
2014-07-11 Jarno Rajahalmelib/classifier: Lockless lookups.
2014-07-11 Jarno Rajahalmelib/classifier: RCUify prefix trie code.
2014-07-11 Jarno Rajahalmelib/classifier: Use internal mutex.
2014-07-11 Jarno Rajahalmelib/classifier: Stylistic change.
2014-07-11 Jarno Rajahalmelib/ovs-rcu: Export ovsrcu_synchronize().
2014-07-11 Jarno Rajahalmelib/classifier: Simplify iteration with C99 declaration.
2014-07-11 Jarno Rajahalmelib/classifier: Use cmap.
2014-07-10 Ben Pfaffnetlink-socket: Work around kernel Netlink dump thread...
2014-07-10 Ben Pfaffnetlink-socket: Fix sign of error code.
2014-07-10 Andy Zhoudatapath: refactor do_output() to move skb_clone NULL...
2014-07-10 Andy Zhoudatapath: add skb_clone NULL check for the sampling...
2014-07-10 Andy Zhoudatapath: add skb_clone NULL check in the recirc action.
2014-07-10 Ben Pfaffnetlink-protocol: Remove definition of struct sockaddr_nl.
2014-07-10 Daniele Di... datapath/flow_netlink: Fix NDP flow mask validation
2014-07-10 Ansis Attekadaemon: restart child process if it died before signali...
2014-07-09 Gurucharan... timeval: Initialize 'unix_epoch' for Windows correctly.
2014-07-08 Alex Wangdpif-linux: Recheck the socket pointer existence before...
2014-07-08 Joe Stringertests: Fix "megaflow disabled" test.
2014-07-07 Joe Stringertests: Fix race in 'balance-tcp bonding' test.
2014-07-07 Ansis Attekautil: fix compile warnings
2014-07-07 Ryan Wilsonovsdb: Frees database memory on ovsdb process cleanup.
2014-07-07 Jarno Rajahalmelib/classifier: Remove unused typedef cls_cb_func.
2014-07-07 Jarno Rajahalmeofproto-dpif: Use ovs_refcount_try_ref_rcu().
2014-07-07 Jarno RajahalmeUse ovs_refcount_unref_relaxed.
2014-07-07 Jarno Rajahalmelib/ovs-atomic: Add ovs_refcount_unref_relaxed(), ovs_r...
2014-07-07 Jarno Rajahalmelib/ovs-atomic: Add atomic compare_exchange.
2014-07-07 Jarno Rajahalmeovs-atomic: Use explicit memory order for ovs_refcount.
2014-07-04 Jarno Rajahalmelib/hash: Abstract hash interface.
2014-07-04 Jarno Rajahalmedpif-netdev: Use cmap instead of hmap.
2014-07-04 YAMAMOTO Takashiutil: Suppress a warning by adding CONST_CAST
2014-07-03 Ansis Attekautil: create a copy of program_name
2014-07-03 Joe Stringerrevalidator: Simplify push_dump_ops__().
2014-07-03 Jesse Grossdatapath: Additional logging for -EINVAL on flow setups.
2014-07-02 Ben Pfaffnetlink-socket: Work around upstream kernel Netlink...
2014-07-02 Ben PfaffINSTALL: Mention conflict with NET_IPGRE setting before...
2014-07-02 Flavio LeitnerINSTALL.DPDK: fix a typo in remote line
2014-07-02 Ben PfaffINSTALL.Fedora, INSTALL.RHEL: Make instructions more...
2014-07-02 Joe Stringerrevalidator: Improve optimization to skip revalidation.
2014-07-01 Simon Hormandatapath: Allow pop and push MPLS actions after pop...
2014-07-01 Alex Wangdatapath: Use exact lookup for flow_get and flow_del.
2014-07-01 Jesse Grossdatapath: Change u64_stats_* to use _irq instead of...
2014-07-01 Gurucharan... test-vconn: Change the expected error for Windows.
2014-07-01 Gurucharan... rhel, xenserver: Run unit tests while creating rpms.
2014-06-30 Ethan Jacksondpif-netdev: Batch megaflow lookup.
2014-06-30 Ethan Jacksonclassifier: Add a batched miniflow lookup function.
2014-06-30 Ethan Jacksondpif-netdev: Take the classifier rdlock once per batch.
2014-06-30 Ethan Jacksondpif-netdev: Rename batch_pkt_execute.
next