2013-06-20 |
Alex Wang | Create specific types for ofp and odp port |
blob | commitdiff |
2013-06-11 |
Justin Pettit | meta-flow: Fix comment describing mf_set_flow_value(). |
blob | commitdiff | diff to current |
2013-05-20 |
Ben Pfaff | ofp-util: Make ofputil_port_from_ofp11() return OFPP_NO... |
blob | commitdiff | diff to current |
2013-05-20 |
Jarno Rajahalme | meta-flow: Add MFF_IN_PORT_OXM, a 32-bit in_port. |
blob | commitdiff | diff to current |
2013-05-10 |
Jarno Rajahalme | meta-flow: Simplify mf_from_ofp_port_string() |
blob | commitdiff | diff to current |
2013-05-10 |
Jarno Rajahalme | OpenFlow-level flow-based tunneling support. |
blob | commitdiff | diff to current |
2013-05-08 |
Ben Pfaff | meta-flow: Make 'in_port' field writable. |
blob | commitdiff | diff to current |
2013-04-18 |
Ben Pfaff | Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP... |
blob | commitdiff | diff to current |
2013-02-05 |
Simon Horman | User-Space MPLS actions and matches |
blob | commitdiff | diff to current |
2013-01-31 |
Ben Pfaff | meta-flow: Add missing "break" to mf_set_wild(). |
blob | commitdiff | diff to current |
2013-01-31 |
Ben Pfaff | meta-flow: Avoid null pointer dereference in mf_format_... |
blob | commitdiff | diff to current |
2013-01-29 |
Ethan Jackson | packets: Create global helper is_ip_any(). |
blob | commitdiff | diff to current |
2013-01-17 |
Ben Pfaff | Replace most uses of assert by ovs_assert. |
blob | commitdiff | diff to current |
2013-01-09 |
Gurucharan Shetty | ovs-ofctl: Remove 'ANY' as a wildcard. |
blob | commitdiff | diff to current |
2013-01-09 |
Ben Pfaff | meta-flow: Fix uninitialized data parsing tnl_flags... |
blob | commitdiff | diff to current |
2012-12-18 |
Ben Pfaff | meta-flow: Correctly byteswap skb_priority/skb_mark... |
blob | commitdiff | diff to current |
2012-12-18 |
Ansis Atteka | vswitchd: log skb_mark and skb_priority |
blob | commitdiff | diff to current |
2012-12-18 |
Ben Pfaff | meta-flow: Fix and simplify mf_get_mask(). |
blob | commitdiff | diff to current |
2012-12-14 |
Justin Pettit | meta-flow: Don't allow negative port numbers. |
blob | commitdiff | diff to current |
2012-11-27 |
Jarno Rajahalme | Add OF1.3 TUNNEL_ID support. |
blob | commitdiff | diff to current |
2012-11-22 |
Pravin B Shelar | vswitchd: Log all tunnel parameters of given flow. |
blob | commitdiff | diff to current |
2012-11-02 |
Mehak Mahajan | Process RARP packets with ethertype 0x8035 similar... |
blob | commitdiff | diff to current |
2012-10-18 |
Ben Pfaff | ofp-util: Separate output, error reporting in ofputil_p... |
blob | commitdiff | diff to current |
2012-10-03 |
Jesse Gross | flow: Extend struct flow to contain tunnel outer header. |
blob | commitdiff | diff to current |
2012-09-20 |
Ben Pfaff | ovs-ofctl: Accept port keywords, OF1.1 port numbers... |
blob | commitdiff | diff to current |
2012-09-13 |
Ben Pfaff | ofp-actions: Right-justify the value in ofpact_reg_load... |
blob | commitdiff | diff to current |
2012-09-12 |
Isaku Yamahata | lib/ofp-actions: use mf_subvalue in struct ofpact_reg_load. |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | classifier: Break cls_rule 'flow' and 'wc' members... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | flow: Replace flow_wildcards members by a single "struc... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | flow: Use bit-mask for in_port match, instead of FWW_... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | flow: Use bit-mask for Ethernet type match, instead... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | flow: Use bit-mask for IP protocol match, instead of... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | flow: Use bit-mask for TTL match, instead of FWW_*... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | flow: Use bit-mask for DSCP and ECN bits, instead of... |
blob | commitdiff | diff to current |
2012-07-25 |
Ben Pfaff | meta-flow: Fix "sparse" warning in mf_are_prereqs_ok(). |
blob | commitdiff | diff to current |
2012-07-23 |
Simon Horman | OXM: Add VLAN VID as a prerequisite for VLAN PCP |
blob | commitdiff | diff to current |
2012-07-23 |
Ben Pfaff | meta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP. |
blob | commitdiff | diff to current |
2012-07-23 |
Ben Pfaff | flow: Rename flow_set_vlan_vid() to flow_set_dl_vlan(). |
blob | commitdiff | diff to current |
2012-07-23 |
Ben Pfaff | meta-flow: Rename MFF_VLAN_VID->MFF_DL_VLAN, MFF_VLAN_P... |
blob | commitdiff | diff to current |
2012-07-19 |
Simon Horman | OXM: Allow masking of ARP SHA and THA |
blob | commitdiff | diff to current |
2012-07-19 |
Ben Pfaff | meta-flow: Fix mf_get_mask() bug for IPv6 flow label. |
blob | commitdiff | diff to current |
2012-07-19 |
Simon Horman | OXM: Allow masking of IPv6 Flow Label |
blob | commitdiff | diff to current |
2012-07-12 |
Simon Horman | meta-flow: Remove mf_set_subfield and mf_set_subfield |
blob | commitdiff | diff to current |
2012-07-12 |
Joe Stringer | meta-flow: Reduce redundant transport set/get code |
blob | commitdiff | diff to current |
2012-06-27 |
Isaku Yamahata | lib/meta-flow: introduce a macro, CASE_MFF_REGS, to... |
blob | commitdiff | diff to current |
2012-06-27 |
Joe Stringer | Add OXM_OF_METADATA field as a step toward OpenFlow... |
blob | commitdiff | diff to current |
2012-06-27 |
Ben Pfaff | meta-flow: Accept NXM and OXM field names, support... |
blob | commitdiff | diff to current |
2012-06-27 |
Isaku Yamahata | lib/meta-flow: use symbolic value instead of ~7 |
blob | commitdiff | diff to current |
2012-06-13 |
Ben Pfaff | Allow general masking of IPv6 addresses rather than... |
blob | commitdiff | diff to current |
2012-06-13 |
Ben Pfaff | Allow general masking of IPv4 addresses rather than... |
blob | commitdiff | diff to current |
2012-06-11 |
Simon Horman | nx-match: Add parsing and serialisation of OXM matches. |
blob | commitdiff | diff to current |
2012-05-29 |
Joe Stringer | flow: Adds support for arbitrary ethernet masking |
blob | commitdiff | diff to current |
2012-05-29 |
Joe Stringer | packets: Adds ethernet-matching helper functions |
blob | commitdiff | diff to current |
2012-05-07 |
Ben Pfaff | ofp-parse: New function parse_ofp_exact_flow(). |
blob | commitdiff | diff to current |
2012-05-03 |
Raju Subramanian | Global replace of Nicira Networks. |
blob | commitdiff | diff to current |
2012-04-27 |
Ben Pfaff | meta-flow: Correctly set destination MAC in mf_set_flow... |
blob | commitdiff | diff to current |
2012-04-26 |
Ansis Atteka | nicira-ext: Support masking of nd_target field |
blob | commitdiff | diff to current |
2012-04-25 |
Simon Horman | Add OXM data to mf_fields |
blob | commitdiff | diff to current |
2012-04-14 |
Ben Pfaff | meta-flow: New functions for reading and writing genera... |
blob | commitdiff | diff to current |
2012-03-15 |
Ben Pfaff | meta-flow: Don't dereference NULL sf->field in mf_forma... |
blob | commitdiff | diff to current |
2012-03-09 |
Ethan Jackson | nicira-ext: Increase the number of NXM registers to 8. |
blob | commitdiff | diff to current |
2012-02-03 |
Ben Pfaff | Add support for bitwise matching on TCP and UDP ports. |
blob | commitdiff | diff to current |
2012-02-01 |
Ben Pfaff | meta-flow: New "subfield" data structure. |
blob | commitdiff | diff to current |
2011-11-21 |
Ben Pfaff | nx-match: Fold all of its data structures into mf_field. |
blob | commitdiff | diff to current |
2011-11-21 |
Ben Pfaff | meta-flow: Split ICMP into ICMPv4 and ICMPv6. |
blob | commitdiff | diff to current |
2011-11-11 |
Justin Pettit | flow: Use FWW_ flags to wildcard IP DSCP and ECN. |
blob | commitdiff | diff to current |
2011-11-11 |
Justin Pettit | Prepend "nw_" to "frag" and "tos" elements. |
blob | commitdiff | diff to current |
2011-11-09 |
Justin Pettit | Support matching and modifying IP TTL. |
blob | commitdiff | diff to current |
2011-11-09 |
Justin Pettit | Support matching and modifying IP ECN bits. |
blob | commitdiff | diff to current |
2011-11-09 |
Justin Pettit | Don't overload IP TOS with the frag matching bits. |
blob | commitdiff | diff to current |
2011-11-09 |
Justin Pettit | Support matching IPv6 flow label. |
blob | commitdiff | diff to current |
2011-10-21 |
Ben Pfaff | Implement new fragment handling policy. |
blob | commitdiff | diff to current |
2011-10-12 |
Ben Pfaff | meta-flow: Fix mf_get_value() retrieval of register... |
blob | commitdiff | diff to current |
2011-10-11 |
Ben Pfaff | openflow: Delete icmp_type and icmp_code macros. |
blob | commitdiff | diff to current |
2011-10-04 |
Justin Pettit | nicira-ext: Bump number of registers to five from four. |
blob | commitdiff | diff to current |
2011-10-03 |
Ben Pfaff | meta-flow: Fix icmp_code field's wildcard bit. |
blob | commitdiff | diff to current |
2011-09-13 |
Ben Pfaff | Implement new "learn" action. |
blob | commitdiff | diff to current |
2011-09-13 |
Ben Pfaff | meta-flow: New library for working with fields by id. |
blob | commitdiff | diff to current |
|