cascardo/ovs.git
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...
2016-01-27 Kyle MesteryREADME.ovs-vtep.md: Fix incorrect spacing.
2016-01-27 Flavio LeitnerNEWS: DPDK 2.2 is now required.
2016-01-27 William Tutests: Fix unbalanced parentheses that caused build...
2016-01-26 Ilya Maximetsdpif-netdev: Unique and sequential tx_qids.
2016-01-26 Ilya Maximetsdpif-netdev: Rework of rx queue management.
2016-01-26 mweglicxUpdate relevant artifacts to add support for DPDK v2...
2016-01-25 Ben PfaffFAQ: Explain hash function for select groups.
2016-01-25 Lance Richardsonsystem-traffic: use appropriate nc options for installe...
2016-01-25 Lance RichardsonRevert "system-traffic: Remove netcat from ICMP test."
2016-01-25 Ben Pfaffofproto-dpif-xlate: Fix recirculation for resubmit...
2016-01-25 Ben Pfaffovs-rcu: Improve comments on ovsrcu_postpone().
2016-01-22 Russell Bryantpython: Remove old style classes.
2016-01-22 Russell Bryantpython: Convert dict iterators.
2016-01-22 Ben Pfaffgitignore: Ignore flake8-check.
2016-01-21 Ben Pfaffofproto-dpif-xlate: Put recirc_state, not recirc_id_nod...
2016-01-21 Russell Bryanttravis: Install six Python library.
2016-01-21 Pravin B Shelardatapath: compat: Add NULL check for tun-dst.
2016-01-21 Russell Bryantovn-controller: Update check for parent port.
2016-01-21 Russell Bryantovn-nbctl: Update show format for addresses.
2016-01-21 Russell Bryantovn-nbctl: Help catch lport-set-addresses mistakes.
2016-01-21 Ben Pfaffofp-util: Make decoding switch features harder to misus...
2016-01-21 Ben Pfaffappveyor.yml: Install python "six" module.
2016-01-21 Ben Pfaffnx-match: Add functions for raw decoding and encoding...
2016-01-21 Ben Pfaffofproto-dpif-rid: Use UUID, not pointer, to identify...
2016-01-21 Ben Pfaffofproto-dpif-rid: Fix names of recirc_metadata_{hash...
2016-01-21 Ben Pfaffofproto-dpif-rid: Don't carry actset_output explicitly...
next