aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-01datapath: Use ccflags-y instead of deprecated EXTRA_CFLAGSThomas Graf
2014-12-01dpif-netdev: Fix a race.Alex Wang
2014-12-01vtep: Use unicast MAC as an example for a unicast destination in README.Ben Pfaff
2014-11-26lib: Use MAP_FOR_EACH_INDEX to improve readability.Jarno Rajahalme
2014-11-26flow.c: Improve minimask_equal() and minimask_has_extra().Jarno Rajahalme
2014-11-26flow: Define miniflow_get__() to simplify code.Jarno Rajahalme
2014-11-26flow.h: Simplify MAP_FOR_EACH_INDEX()Jarno Rajahalme
2014-11-26lib/route-table-*: Fix non-Linux buildsYAMAMOTO Takashi
2014-11-25dpif-netlink: Fix windows build.Joe Stringer
2014-11-25Add Netronome vendor Id: NMX_VENDOR_ID = 0x00001540.Simon Horman
2014-11-25ofproto: Fix checking of packet_in_mask in async config.Shu Shen
2014-11-25lib: Add API to set program name and versionThomas Graf
2014-11-25lib: Add new header <openvswitch/version.h> to versioning infoThomas Graf
2014-11-25dpif: Generate flow_hash for revalidators in dpif.Joe Stringer
2014-11-25hash: Add 128-bit murmurhash.Joe Stringer
2014-11-25upcall: Revalidate using cache of mask, actions.Joe Stringer
2014-11-25upcall: Create ukeys in handler threads.Joe Stringer
2014-11-25upcall: Rename dump_op -> ukey_op.Joe Stringer
2014-11-25udpif: Separate udpif_key maps from revalidators.Joe Stringer
2014-11-25revalidator: Protect ukeys with a mutex.Joe Stringer
2014-11-25revalidator: Use 'cmap' for storing ukeys.Joe Stringer
2014-11-25datapath: Don't validate IPv6 label masks.Joe Stringer
2014-11-25vswitch.xml: Describe NetFlow passive timeout.Ben Pfaff
2014-11-25tests/ovs_client: Remove broken debug codeStephen Finucane
2014-11-25datapath-windows: Update DESIGN document.Nithin Raju
2014-11-25ovs-vsctl: Prevent creating duplicate VLAN bridges.Ben Pfaff
2014-11-25Makefile: Add static check for misuse of LITTLE_ENDIAN and BIG_ENDIAN.Ben Pfaff
2014-11-25datapath-windows: Fix broken build on MSVC.Alin Serdean
2014-11-25datapath-windows: Update OVSEXT VS project to support 6.40Sorin Vinturis
2014-11-25datapath-windows: Fixed Release broken build.Sorin Vinturis
2014-11-25tests: Fix test broken by introduction of ONFOXM_ET_TCP_FLAGS.Ben Pfaff
2014-11-25ofproto-dpif: Add test case for OF1.4 packet-in.Shu Shen
2014-11-25openflow: Use *_array_len names in struct ofp15_bucket and ofp15_group_modSimon Horman
2014-11-25openflow: Value 4 of enum ofp15_group_mod_command is reserved.Simon Horman
2014-11-24meta-flow: Add support for ONF OpenFlow 1.3 extension ONFOXM_ET_TCP_FLAGS.Ben Pfaff
2014-11-24datapath-windows: Move vport code from Datapath.c to Vport.c.Nithin Raju
2014-11-24dpif: Fix initialization order.Pravin B Shelar
2014-11-24datapath-windows: Support for hybrid forwardingSorin Vinturis
2014-11-24OPENFLOW-1.1+.md: Add OpenFlow 1.5 features.Jean Tourrilhes
2014-11-24OPENFLOW-1.1+.md: Update and correct OpenFlow 1.4 features.Jean Tourrilhes
2014-11-24datapath-windows: Removed duplicate checking of previous dump stateSorin Vinturis
2014-11-24datapath-windows: BSOD for a transactional NL cmd without dump state.Sorin Vinturis
2014-11-24ovs-ofctl: Document that mod-group requires the type fieldSimon Horman
2014-11-24ofp-errors: Use official extension code for OFPBAC_BAD_SET_MASK.Ben Pfaff
2014-11-24meta-flow: OXM_OF_PKT_REG<n> now available as (draft) OF1.3 extension.Ben Pfaff
2014-11-21ofp-util.c: Enable packet-in messages for OpenFlow 1.4 and 1.5.Jean Tourrilhes
2014-11-21tests: Add command to purge revalidators of flows.Joe Stringer
2014-11-21dpif-netdev: Remove redundant hash action handling.Pravin B Shelar
2014-11-21dpctl: Fix crash.Pravin B Shelar
2014-11-21tunnel-push-pop.at: Make test more deterministic.Jarno Rajahalme