aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-13ovs-command-completion: Fix unwanted whitespace.Alex Wang
2014-12-12recirculation: Do not drop packet when there is no match fromAlex Wang
2014-12-12ovs-router: Add "ovs/route/lookup" commandYAMAMOTO Takashi
2014-12-11debian: Use ifquery for finding the interfaces in init script.Jan Vansteenkiste
2014-12-11ofproto: add support of OFPR_GROUP as packet-in reason for OF1.4+Shu Shen
2014-12-11vtep: Add codeblocks for example commands in README.ovs-vtep.md.Robert Ã…kerblom-Andersson
2014-12-11datapath-windows: return bool from NlFillOvs[Msg/Hdr]Nithin Raju
2014-12-11datapath-windows: refactor BuildReplyMsgFromMsgIn & BuildErrorMsgNithin Raju
2014-12-12dpif: Use DPIF_FP_MODIFY for feature probes.Joe Stringer
2014-12-12dpif: Refactor datapath feature detection.Joe Stringer
2014-12-12dpif: Don't initialize output UFID in dpif_flow_get().Joe Stringer
2014-12-10route-table-bsd: Add some DBG logsYAMAMOTO Takashi
2014-12-10route-table-bsd: Provide gateway infoYAMAMOTO Takashi
2014-12-10ovs-router: non-Linux supportYAMAMOTO Takashi
2014-12-10route-table-bsd: Stop caching pidYAMAMOTO Takashi
2014-12-09datapath: Account for already defined NETIF_F_GSO_ENCAP_ALLThomas Graf
2014-12-09datapath: Mark compatible with kernels up to 3.18.xThomas Graf
2014-12-09datapath: Check if nla_is_last() is available in <net/netlink.h>Thomas Graf
2014-12-09ovs-tcpundump: Fix typo in version message.Eohyung Lee
2014-12-08include/openvswitch/util: Add extern "C" { ... }.Ben Pfaff
2014-12-08revalidator: Fix access of uninitialized memory.Joe Stringer
2014-12-08tests/classifier: Make test work in big-endian systems.Jarno Rajahalme
2014-12-05ofp-actions: Support "copy_field" ONF extension to OpenFlow 1.3.Ben Pfaff
2014-12-05ofp-actions: Add support for ONF extension actions.Ben Pfaff
2014-12-05ofp-actions: Update "copy_field" to latest OF1.5 draft.Ben Pfaff
2014-12-05tunnel: Recreate tunnel port only when the netdev status change.Alex Wang
2014-12-05ovs-bugtool: Log more detail for dumped flows.Joe Stringer
2014-12-05travis: Only run testsuite for gcc buildsThomas Graf
2014-12-05travis: Extended kernel build matrixThomas Graf
2014-12-05FAQ.md: Correct claims about MPLS.Ben Pfaff
2014-12-05FAQ: Fix formatting for command block.Robert Ã…kerblom-Andersson
2014-12-05doc: Fix up markdown syntax in tutorial/Tutorial.mdThomas Graf
2014-12-05datapath-windows: nuke unused code in Flow.cNithin Raju
2014-12-05datapath-windows: Move Build*Msg() to Netlink.cNithin Raju
2014-12-05datapath-windows: Add PID Number attribute for port notification / Fix logicEitan Eliahu
2014-12-05ofp-actions: Only set defined bits when encoding "load" actions.Ben Pfaff
2014-12-04util: Fix include for htonl().Joe Stringer
2014-12-04cccl: Respect silent flags.Joe Stringer
2014-12-04tests: Fix race in async config test.Joe Stringer
2014-12-03tests: Make ofproto-dpif tests more resilient.Joe Stringer
2014-12-02dpif: Minimize memory copy for revalidation.Joe Stringer
2014-12-02dpif: Index flows using unique identifiers.Joe Stringer
2014-12-02datapath: Add UFID interface to openvswitch.h.Joe Stringer
2014-12-02classifier: Silence sparse warning (sparse bug)Thomas Graf
2014-12-02dpif: Don't clear argument in dp_enumerate_types().Ben Pfaff
2014-12-02NEWS: Multicast snooping was introduced after, not before, version 2.3.Ben Pfaff
2014-12-02dist-docs: New utility to generate a documentation bundle for the website.Ben Pfaff
2014-12-02docs: Add titles to documentation files that lacked them.Ben Pfaff
2014-12-02ovs-testcontroller: Fix manpage .so command.Ben Pfaff
2014-12-01route-table: Remove Unregister.Pravin B Shelar