cascardo/ovs.git
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-12-14 Alex Wangovs-command-completion: Fix unwanted whitespace.
2014-12-13 Alex Wangrecirculation: Do not drop packet when there is no...
2014-12-12 YAMAMOTO Takashiovs-router: Add "ovs/route/lookup" command
2014-12-12 Jan Vansteenkistedebian: Use ifquery for finding the interfaces in init...
2014-12-12 Shu Shenofproto: add support of OFPR_GROUP as packet-in reason...
2014-12-12 Robert Åkerblom... vtep: Add codeblocks for example commands in README...
2014-12-12 Nithin Rajudatapath-windows: return bool from NlFillOvs[Msg/Hdr]
2014-12-12 Nithin Rajudatapath-windows: refactor BuildReplyMsgFromMsgIn ...
2014-12-11 Joe Stringerdpif: Use DPIF_FP_MODIFY for feature probes.
2014-12-11 Joe Stringerdpif: Refactor datapath feature detection.
2014-12-11 Joe Stringerdpif: Don't initialize output UFID in dpif_flow_get().
2014-12-10 YAMAMOTO Takashiroute-table-bsd: Add some DBG logs
2014-12-10 YAMAMOTO Takashiroute-table-bsd: Provide gateway info
2014-12-10 YAMAMOTO Takashiovs-router: non-Linux support
2014-12-10 YAMAMOTO Takashiroute-table-bsd: Stop caching pid
2014-12-10 Thomas Grafdatapath: Account for already defined NETIF_F_GSO_ENCAP_ALL
2014-12-10 Thomas Grafdatapath: Mark compatible with kernels up to 3.18.x
2014-12-10 Thomas Grafdatapath: Check if nla_is_last() is available in <net...
2014-12-09 Eohyung Leeovs-tcpundump: Fix typo in version message.
2014-12-09 Ben Pfaffinclude/openvswitch/util: Add extern "C" { ... }.
2014-12-09 Joe Stringerrevalidator: Fix access of uninitialized memory.
2014-12-08 Jarno Rajahalmetests/classifier: Make test work in big-endian systems.
2014-12-05 Ben Pfaffofp-actions: Support "copy_field" ONF extension to...
2014-12-05 Ben Pfaffofp-actions: Add support for ONF extension actions.
2014-12-05 Ben Pfaffofp-actions: Update "copy_field" to latest OF1.5 draft.
2014-12-05 Alex Wangtunnel: Recreate tunnel port only when the netdev statu...
2014-12-05 Joe Stringerovs-bugtool: Log more detail for dumped flows.
2014-12-05 Thomas Graftravis: Only run testsuite for gcc builds
2014-12-05 Thomas Graftravis: Extended kernel build matrix
2014-12-05 Ben PfaffFAQ.md: Correct claims about MPLS.
2014-12-05 Robert Åkerblom... FAQ: Fix formatting for command block.
2014-12-05 Thomas Grafdoc: Fix up markdown syntax in tutorial/Tutorial.md
2014-12-05 Nithin Rajudatapath-windows: nuke unused code in Flow.c
2014-12-05 Nithin Rajudatapath-windows: Move Build*Msg() to Netlink.c
2014-12-05 Eitan Eliahudatapath-windows: Add PID Number attribute for port...
2014-12-05 Ben Pfaffofp-actions: Only set defined bits when encoding "load...
2014-12-05 Joe Stringerutil: Fix include for htonl().
2014-12-04 Joe Stringercccl: Respect silent flags.
2014-12-04 Joe Stringertests: Fix race in async config test.
2014-12-03 Joe Stringertests: Make ofproto-dpif tests more resilient.
2014-12-02 Joe Stringerdpif: Minimize memory copy for revalidation.
2014-12-02 Joe Stringerdpif: Index flows using unique identifiers.
2014-12-02 Joe Stringerdatapath: Add UFID interface to openvswitch.h.
2014-12-02 Thomas Grafclassifier: Silence sparse warning (sparse bug)
2014-12-02 Ben Pfaffdpif: Don't clear argument in dp_enumerate_types().
2014-12-02 Ben PfaffNEWS: Multicast snooping was introduced after, not...
2014-12-02 Ben Pfaffdist-docs: New utility to generate a documentation...
2014-12-02 Ben Pfaffdocs: Add titles to documentation files that lacked...
2014-12-02 Ben Pfaffovs-testcontroller: Fix manpage .so command.
2014-12-01 Pravin B Shelarroute-table: Remove Unregister.
2014-12-01 Thomas Grafdatapath: Use ccflags-y instead of deprecated EXTRA_CFLAGS
2014-12-01 Alex Wangdpif-netdev: Fix a race.
2014-12-01 Ben Pfaffvtep: Use unicast MAC as an example for a unicast desti...
2014-11-26 Jarno Rajahalmelib: Use MAP_FOR_EACH_INDEX to improve readability.
2014-11-26 Jarno Rajahalmeflow.c: Improve minimask_equal() and minimask_has_extra().
2014-11-26 Jarno Rajahalmeflow: Define miniflow_get__() to simplify code.
2014-11-26 Jarno Rajahalmeflow.h: Simplify MAP_FOR_EACH_INDEX()
2014-11-26 YAMAMOTO Takashilib/route-table-*: Fix non-Linux builds
2014-11-26 Joe Stringerdpif-netlink: Fix windows build.
2014-11-25 Simon HormanAdd Netronome vendor Id: NMX_VENDOR_ID = 0x00001540.
2014-11-25 Shu Shenofproto: Fix checking of packet_in_mask in async config.
2014-11-25 Thomas Graflib: Add API to set program name and version
2014-11-25 Thomas Graflib: Add new header <openvswitch/version.h> to versioni...
2014-11-25 Joe Stringerdpif: Generate flow_hash for revalidators in dpif.
2014-11-25 Joe Stringerhash: Add 128-bit murmurhash.
2014-11-25 Joe Stringerupcall: Revalidate using cache of mask, actions.
2014-11-25 Joe Stringerupcall: Create ukeys in handler threads.
2014-11-25 Joe Stringerupcall: Rename dump_op -> ukey_op.
2014-11-25 Joe Stringerudpif: Separate udpif_key maps from revalidators.
2014-11-25 Joe Stringerrevalidator: Protect ukeys with a mutex.
2014-11-25 Joe Stringerrevalidator: Use 'cmap' for storing ukeys.
2014-11-25 Joe Stringerdatapath: Don't validate IPv6 label masks.
2014-11-25 Ben Pfaffvswitch.xml: Describe NetFlow passive timeout.
2014-11-25 Stephen Finucanetests/ovs_client: Remove broken debug code
2014-11-25 Nithin Rajudatapath-windows: Update DESIGN document.
2014-11-25 Ben Pfaffovs-vsctl: Prevent creating duplicate VLAN bridges.
2014-11-25 Ben PfaffMakefile: Add static check for misuse of LITTLE_ENDIAN...
2014-11-25 Alin Serdeandatapath-windows: Fix broken build on MSVC.
2014-11-25 Sorin Vinturisdatapath-windows: Update OVSEXT VS project to support...
2014-11-25 Sorin Vinturisdatapath-windows: Fixed Release broken build.
2014-11-25 Ben Pfafftests: Fix test broken by introduction of ONFOXM_ET_TCP...
2014-11-25 Shu Shenofproto-dpif: Add test case for OF1.4 packet-in.
2014-11-25 Simon Hormanopenflow: Use *_array_len names in struct ofp15_bucket...
2014-11-25 Simon Hormanopenflow: Value 4 of enum ofp15_group_mod_command is...
2014-11-25 Ben Pfaffmeta-flow: Add support for ONF OpenFlow 1.3 extension...
2014-11-25 Nithin Rajudatapath-windows: Move vport code from Datapath.c to...
2014-11-25 Pravin B Shelardpif: Fix initialization order.
2014-11-25 Sorin Vinturisdatapath-windows: Support for hybrid forwarding
2014-11-24 Jean TourrilhesOPENFLOW-1.1+.md: Add OpenFlow 1.5 features.
2014-11-24 Jean TourrilhesOPENFLOW-1.1+.md: Update and correct OpenFlow 1.4 features.
2014-11-24 Sorin Vinturisdatapath-windows: Removed duplicate checking of previou...
2014-11-24 Sorin Vinturisdatapath-windows: BSOD for a transactional NL cmd witho...
2014-11-24 Simon Hormanovs-ofctl: Document that mod-group requires the type...
2014-11-24 Ben Pfaffofp-errors: Use official extension code for OFPBAC_BAD_...
2014-11-24 Ben Pfaffmeta-flow: OXM_OF_PKT_REG<n> now available as (draft...
2014-11-22 Jean Tourrilhesofp-util.c: Enable packet-in messages for OpenFlow...
2014-11-22 Joe Stringertests: Add command to purge revalidators of flows.
2014-11-21 Pravin B Shelardpif-netdev: Remove redundant hash action handling.
2014-11-21 Pravin B Shelardpctl: Fix crash.
next