cascardo/ovs.git
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.
2014-06-30 Ben Pfaffdatapath: Fix error handling for Geneve options in...
2014-06-30 Ryan Wilsonnetdev-dpdk: Add OVS_UNLIKELY annotations in dpdk_do_tx...
2014-06-30 Gurucharan... ovs-benchmark: Compile for windows.
2014-06-30 Gurucharan... tests: Port test-sflow and test-netflow to Windows.
2014-06-30 Ryan Wilsonnetdev-dpdk: Fix memory leak in dpdk_do_tx_copy().
2014-06-30 Ryan Wilsonnetdev-dpdk: Set current timestamp when flushing TX...
2014-06-30 Ryan Wilsonnetdev-dpdk: Refactor dpdk_queue_flush().
2014-06-30 Gurucharan... INSTALL.RHEL: Fix a typo.
2014-06-30 Gurucharan... poll-loop: Create Windows event handles for sockets...
2014-06-30 Flavio Leitnerrpm: improved RPM sources dir explanation
2014-06-30 Joe Stringerudpif: Add command to wait for revalidation.
2014-06-27 Pravin B Shelardatapath: Initialize OVS_CB in ovs_vport_receive()
2014-06-27 Polehn, Mike Adpdk: High speed PMD physical NIC queue size
2014-06-27 Flavio LeitnerFAQ: Add an entry for multicast snooping with VLAN
2014-06-27 Thomas Grafbuild: Allow building with autoconf 2.63
2014-06-27 Gurucharan... test-ovsdb: Workaround unicode bug in Python 2.4.x.
2014-06-27 Gurucharan... vlan-splinters.at: Skip the test for Windows.
2014-06-27 Gurucharan... ovs-ofctl: Ability to read a hex string from file.
next