]> git.proxmox.com Git - mirror_ovs.git/shortlog
mirror_ovs.git
2016-07-30 Ben Pfaffovn-sb.xml: Remove obsolete documentation of OVN logica...
2016-07-30 Daniele Di... tests: Add new pmd test for pmd-rxq-affinity.
2016-07-30 Ilya Maximetsdpif-netdev: Fix xps revalidation.
2016-07-30 Sugesh Chandrannetdev-dpdk: Add Flow Control support.
2016-07-29 Jarno Rajahalmeofproto: Add 'command' to ofproto_flow_mod.
2016-07-29 Jarno Rajahalmeofproto: Add 'modify_cookie' to ofproto_flow_mod.
2016-07-29 Jarno Rajahalmeofproto: Reduce dependency on ofputil_flow_mod after...
2016-07-29 Jarno Rajahalmeofp-util: remove flow mod's delete_reason.
2016-07-29 Jarno Rajahalmeofproto: Support group mods in bundles.
2016-07-29 Jarno Rajahalmemeta-flow: Compact struct field_array.
2016-07-29 Jarno Rajahalmeofproto: Use ofputil_uninit_group_mod().
2016-07-29 Jarno Rajahalmeofp-util: Do not free() field that is not allocated.
2016-07-29 Jarno Rajahalmeofproto-dpif-xlate: Hash only fields specified for...
2016-07-29 Jarno Rajahalmemeta-flow: Clean up masking with prerequisities checking.
2016-07-29 Jarno Rajahalmemeta-flow: Add mf_mask_field_masked().
2016-07-29 Jarno Rajahalmemeta-flow: Add byte access to struct mf_value.
2016-07-29 Jarno Rajahalmeofproto-dpif: Always forward 'used' from the old_rule.
2016-07-29 Jarno Rajahalmevconn: Better bundle error management.
2016-07-29 Jarno Rajahalmevconn: Update length of bundled messages.
2016-07-29 Jarno Rajahalmeofproto: Make groups versioned.
2016-07-29 Jarno Rajahalmeofproto: refactor group mods.
2016-07-29 Jarno Rajahalmeofproto: Report flow mods also from bundles.
2016-07-29 Jarno Rajahalmeofproto: Generalize flow_mod_requester.
2016-07-29 Jarno Rajahalmeofproto: Add generic non-intrusive object_collection.
2016-07-29 Jarno Rajahalmeofproto: Use ofproto_mutex for groups and keep track...
2016-07-29 Jarno Rajahalmeofproto: Make flow handling more symmetric.
2016-07-29 Jarno Rajahalmeofproto: Take group references only when needed.
2016-07-29 Jarno Rajahalmeofproto: Lockless group lookups.
2016-07-29 Jarno Rajahalmelib: Separate versioning to its own module.
2016-07-29 Babu Shanmugamovn-controller: Restore ct zone assignment.
2016-07-29 Daniele Di... system-tests: Add ping through conntrack test.
2016-07-29 Daniele Di... system-tests: Run conntrack tests with userspace.
2016-07-29 Daniele Di... tests: Remove trim_zeros() from ovn tests.
2016-07-29 Daniele Di... netdev-*: Do not use dp_packet_pad() in recv() functions.
2016-07-29 Russell Bryanttravis: Fix flake8 failures from flake8 3.0.
2016-07-29 Joe Stringerfedora: Prioritize OVS modules in weak-updates.
2016-07-29 Joe Stringerrhel: Prioritize our vport-foo modules in depmod.
2016-07-29 Jarno Rajahalmepvector: Expose non-concurrent priority vector.
2016-07-29 Jarno Rajahalmepvector: Get rid of special purpose of INT_MIN.
2016-07-29 Jarno Rajahalmepvector: Move PVECTOR_EXTRA_ALLOC to pvector.c.
2016-07-29 Jarno Rajahalmetests: Ignore proxy configuration.
2016-07-29 Sairam Venugopaldatapath-windows: Post Conntrack delete and new events
2016-07-29 Sairam Venugopaldatapath-windows: Update OvsReadEventCmdHandler in...
2016-07-29 Sairam Venugopaldatapath-windows: Add support for multiple event queue...
2016-07-29 Sairam Venugopaldatapath-windows: Modify OvsCreateNlMsgFromCtEntry...
2016-07-29 Sairam Venugopaldatapath-windows: Define new multicast conntrack events...
2016-07-29 Sairam Venugopaldatapath-windows: Fix bugs in Event.c around subscribe...
2016-07-29 Sairam Venugopaldatapath-windows: Explicitly name vport related event...
2016-07-29 Ben Pfafftests: Remove most packet-forwarding related "sleep...
2016-07-29 Ben Pfaffovn: Make two end-to-end tests more reliable.
2016-07-29 Ben Pfafftests: Define trim_zeros in only one place.
2016-07-29 Russell Bryantovn-controller: Remove old values from local_ids.
2016-07-28 Mauricio Vasquez BREADME: Add reference to DPDK installation.
2016-07-28 Mauricio Vasquez BREADME: add missing reference to INSTALL.SELinux.md
2016-07-28 Nimay Desaiovn-northd, tests: Adding IPAM to ovn-northd.
2016-07-28 Flavio Leitnerrhel: Fix ifup-ovs to delete ports first.
2016-07-28 Russell Bryantovn: Rename "gateway" to "l3gateway".
2016-07-28 Ryan Moatsovn: Add ovn-controller-vtep debian package
2016-07-28 Ryan Moatsovn-controller: Clean up cases that lead to duplicate...
2016-07-28 Joe Stringersystem-ovn.at: Fix ICMP conntrack output.
2016-07-28 Thadeu Lima... route-table: flush addresses list when route table...
2016-07-28 Dongjunovn: add easy SNAT test case.
2016-07-28 Chandra Sekhar... ovn: Allow SNAT traffic destined to router ip.
2016-07-28 Kyle Mesterydoc: Update INSTALL.Docker.md to reflect it's focus...
2016-07-28 Daniele Di... conntrack: Add 'dl_type' parameter to conntrack_execute().
2016-07-28 Daniele Di... conntrack: Track ICMP type and code.
2016-07-28 Daniele Di... tests: Add conntrack ofproto-dpif tests.
2016-07-28 Daniele Di... flow: Generate checksum and udp_len in flow_compose().
2016-07-28 Daniele Di... dpif-netdev: Implement conntrack flush interface.
2016-07-28 Daniele Di... dpif-netdev: Implement conntrack dump functions.
2016-07-28 Daniele Di... dpif-netdev: Execute conntrack action.
2016-07-28 Daniele Di... tests: Add test-conntrack pcap test.
2016-07-28 Daniele Di... tests: Add very simple conntrack benchmark.
2016-07-28 Daniele Di... XXX Improve comment.
2016-07-28 Daniele Di... conntrack: Periodically delete expired connections.
2016-07-28 Daniele Di... conntrack: New userspace connection tracker.
2016-07-28 Daniele Di... flow: Introduce parse_dl_type().
2016-07-28 Daniele Di... flow: Export parse_ipv6_ext_hdrs().
2016-07-28 Daniele Di... packets: Define ICMP types.
2016-07-27 Joe Stringerdebian: Add six dependency to python-openvswitch.
2016-07-27 Mark Kavanaghnetdev-provider: fix comments for netdev_rxq_recv
2016-07-27 William Tuovsdb-client: Fix memory leak reported by Valgrind.
2016-07-27 William Tutest-ovsdb: Fix memory leak reported by Valgrind.
2016-07-27 Numan Siddiquepython: Send old values of the updated cols in notify...
2016-07-27 Thadeu Lima... netdev: do not allow devices to be opened with conflict...
2016-07-27 Thadeu Lima... dpif-netdev: use the open_type when creating the local...
2016-07-27 Thadeu Lima... netdev-vport: don't use system type when opening netdev
2016-07-27 Thadeu Lima... in-band: don't use system type when opening netdev
2016-07-27 Thadeu Lima... in-band: use open_type when opening internal device
2016-07-27 Bhanuprakash... FAQ: Add contents section and enable internal links.
2016-07-27 Aaron Rosenmove ovn/lib/<lex|actions|expr>.h to include/ovn
2016-07-27 Ryan Moatsphysical: Persist tunnels from one ovn-controller loop...
2016-07-27 Andy Zhouovsdb: Fix memory leak in replication logic
2016-07-27 Andy Zhouovsdb: Properly close replication rpc connection
2016-07-27 Liran Schourovsdb: Fix memory leak reported by valgrind.
2016-07-27 Thadeu Lima... ovs-router: Ignore IPv6 source addresses for IPv4 routes.
2016-07-27 Aaron Conoleutilities/ovs-ctl.in: Allow non-monitoring daemons
2016-07-27 Ilya Maximetsdpif-netdev: Introduce pmd-rxq-affinity.
2016-07-27 Ilya Maximetsdpif-netdev: Add reconfiguration request to dp_netdev.
2016-07-27 Ilya Maximetsbridge: Pass interface's configuration to datapath.
next