cascardo/ovs.git
2016-02-06 Panu Matilainenrhel: Add '--with dpdk' spec option to build DPDK-enabl...
2016-02-06 Ilya Maximetsovs-numa: Fix cpu discovering if CONFIG_NUMA disabled.
2016-02-06 Ben Pfaffovn-controller: Fix typo in comment.
2016-02-06 Ansari, Shadovsdb: Fix typo in libovsdb's pkg-config.
2016-02-06 William Tutest-ovsdb: Fix memory leak reported by valgrind.
2016-02-06 Ben Pfaffofproto-macros: Fix definition of add_of_ports.
2016-02-05 William Tuovs-benchmark: Fix return value of do_poll.
2016-02-05 Huanle Hanofproto-dpif-mirror: Fix bug that flag "need_revalidate...
2016-02-05 Huanle Hanofproto-dpif-xlate: Fix clash between macro argument...
2016-02-05 Andy Zhouovsdb-server: fix monitor counters reported by memory...
2016-02-05 Ben Pfaffovs-vswitchd: Preserve datapath ports across graceful...
2016-02-05 Alexandru Ardeleanlib/ovs-thread: Ensure that thread stacks are always...
2016-02-05 Numan Siddiqueovn-northd: Revert "ovn-northd: Only run idl loop if...
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
2016-02-04 Joe Stringertravis: Update kernel matrix.
2016-02-04 Joe Stringerdatapath: Re-designate OVS_FRAGMENT_BACKPORT.
2016-02-04 Joe Stringercompat: Detect and use upstream ip_fragment().
2016-02-04 Joe Stringercompat: Detect and use inet_frag_queue->list_evictor.
2016-02-04 Joe Stringercompat: Rename OVS frag caches.
2016-02-04 Joe Stringerdatapath: Fix kernel-4.3 build.
2016-02-04 Daniele Di... cmap: Explain corner case in CMAP_FOR_EACH comment.
2016-02-04 Daniele Di... bridge: Do not add bridges with '/' in name.
2016-02-03 Ilya Maximetsdpif: Allow adding ukeys for same flow by different...
2016-02-03 Ben Pfaffvlog: Stop using explicit references to external log...
2016-02-03 Ben Pfaffvlog: Simplify module definition.
2016-02-03 Ben Pfaffvlog: Make 'vlog_modules' private to vlog.c.
2016-02-03 Ben Pfaffbridge: Also prohibit \ in bridge names.
2016-02-03 Ben Pfaffofproto: Detect and handle errors in ofproto_port_add().
2016-02-03 Ben Pfafftests: Add vlog tests for C implementation to match...
2016-02-03 Daniele Di... dpif-netdev: Correctly update 'key' in emc_processing().
2016-02-03 Russell Bryantovn: Update comment about local datapath calculation.
2016-02-03 Alin Serdeandatapath-windows: fix endless loop on reboot
2016-02-03 Russell Bryantovn-controller: Only process lflows for local datapaths.
2016-02-03 Wenyu Zhangvtep: add logical router related commands.
2016-02-03 Russell Bryantovn-controller: Allocate ct zones for localnet ports.
2016-02-03 Russell Bryantovn: Fix localnet ports on the same chassis.
2016-02-03 Russell Bryantovn-controller: Move local_datapaths calculation.
2016-02-03 Daniele Di... dpif-netdev: Fix improper use of CMAP_FOR_EACH.
2016-02-03 Daniele Di... dpif-netdev: Delay packets' metadata initialization.
2016-02-02 Joe Stringercompat: Detect and use nf_ct_frag6_gather().
2016-02-02 Joe Stringercompat: Detect and use inet_getpeer_v4().
2016-02-02 Joe Stringercompat: Detect and use __skb_dst_copy().
2016-02-02 Joe Stringercompat: Detect and use nf_connlabels_get().
2016-02-02 Joe Stringercompat: Detect and use nf_ipv6_ops->fragment.
2016-02-02 Joe Stringercompat: Detect and use struct nf_conntrack_zone.
2016-02-02 Joe Stringercompat: Detect and use inet_frags->lock.
2016-02-02 Joe Stringercompat: Detect and use inet_frags->frags_work.
2016-02-02 Joe Stringercompat: Detect and use inet_frag_queue->last_in.
2016-02-02 Russell Bryantpython: Deal with str and byte differences.
2016-02-02 Russell Bryantpython: Fix object comparisons in Python 3.
2016-02-02 Russell Bryantpython: Don't compare None and int.
2016-02-02 Russell Bryantpython: Remove reamining direct type comparisons.
2016-02-02 Russell Bryantpython: Use six.unichr().
2016-02-02 Russell Bryantpython: Drop use of sys.maxint.
2016-02-02 Russell Bryantpython: Don't use StringIO directly.
2016-02-02 Russell Bryantpython: Drop use of types.FunctionType.
2016-02-02 Russell Bryantpython: Drop use of types.StringTypes.
2016-02-02 Russell Bryantpython: Drop unicode type.
2016-02-02 Russell Bryantpython: Drop usage of long type.
2016-02-02 Russell Bryantflake8: Fix use of --select and --ignore.
2016-02-02 Andy Zhoudpif-netdev: optmizing emc_processing()
2016-02-02 Andy Zhoudpif-netdev: Load packet pointer only once in emc_proce...
2016-02-02 Ilya Maximetsnetdev-dpdk: Fix leak on netdev_dpdk_vhost_user_constru...
2016-02-02 Ilya Maximetsnetdev-dpdk: Unlink vhost-user sockets on fatal signals.
2016-02-02 Sorin Vinturisdatapath-windows: Updated FAQ regarding Hyper-V MPLS.
2016-02-02 Sorin Vinturisdatapath-windows: Accept MPLS feature probe.
2016-02-02 Sorin Vinturisdatapath-windows: Support for OVS_KEY_ATTR_MPLS attribute
2016-02-01 Ben Pfaffodp-util: Fix formatting and parsing of 'frag' in tnl_p...
2016-02-01 Russell Bryantovn-northd: Don't set custom log level defaults.
2016-02-01 Ben Pfaffdpif-netdev: Avoid copying netdev_flow_key in emc_proce...
2016-01-30 Jarno Rajahalmeofproto-dpif-xlate: Remove obsolete special case.
2016-01-30 Russell Bryantbuild: Fix for rename of MAINTAINERS file.
2016-01-29 William Tuovs-thread: Fix missing space.
2016-01-29 Justin Pettitcommitter-grant-revocation.md: Fix link and clarify...
2016-01-29 Joe Stringerdatapath: inet: frag: Always orphan skbs inside ip_defr...
2016-01-29 Russell BryantMAINTAINERS: convert to .md format.
2016-01-29 Russell Bryantrhel: Clarify instructions for RHEL 7.
2016-01-29 Justin PettitDocumentation: Change committer files to ".md" format.
2016-01-29 Justin PettitDocumentation: Clarify committer documentation.
2016-01-29 Justin PettitDocumentation: Add information about committer policies.
2016-01-29 Russell Bryantrhel: Make openvswitch-kmod-fedora.spec build.
2016-01-29 Joe Stringerdatapath: Fix IPv6 fragment expiry crash.
2016-01-29 Ilya Maximetsovn: Remove top ovn directory from PATHs.
2016-01-29 Justin PettitMAINTAINERS: Add Simon Horman.
2016-01-29 Simon Hormandatapath: test for netlink_set_err returning void
2016-01-29 Wenyu Zhangvtep: make vtep-ctl support L3 tables.
2016-01-29 Flavio Leitnernetdev-dpdk: Add vhost-user multiqueue support
2016-01-28 Ben Pfaffofp-actions: Add more detail when formatting unroll_xla...
2016-01-28 Ben Pfafftests: Avoid useless use of cat.
2016-01-28 Ben Pfafftests: Fix race in "ofproto-dpif - ofproto-dpif-monitor...
2016-01-28 Ben Pfafftests: Convert dpif-netdev macros to shell functions.
2016-01-28 Ben Pfaffofproto-macros: Remove STRIP_DURATION macro.
2016-01-28 Ben Pfaffofproto-macros: Change STRIP_USED and STRIP_UID to...
2016-01-28 Ben Pfaffofproto-macros: Change STRIP_XIDS from macro to shell...
2016-01-28 Ben Pfafftests: Change ADD_OF_PORTS from macro to shell function.
2016-01-28 Russell BryantAdd MAINTAINERS file.
2016-01-28 Andy Zhoudpif-netdev: Reduce code duplication
2016-01-28 Andy Zhoudpif-netdev: drop swapping
2016-01-28 Andy Zhoudpif-netdev: properly maintain exact match cache hit...
2016-01-28 Ben Pfaffofproto-dpif-xlate: Do not execute resubmit again after...
next