2013-06-11 |
Justin Pettit | ofproto-dpif: Store relevant fields for wildcarding... |
blob | commitdiff | raw |
2013-06-05 |
Andy Hill | Fix misspellings in comments and docs. |
blob | commitdiff | raw | diff to current |
2013-05-20 |
Jarno Rajahalme | meta-flow: Add MFF_IN_PORT_OXM, a 32-bit in_port. |
blob | commitdiff | raw | diff to current |
2013-05-10 |
Jarno Rajahalme | OpenFlow-level flow-based tunneling support. |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Ben Pfaff | Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP... |
blob | commitdiff | raw | diff to current |
2013-03-15 |
Simon Horman | Remove encal_dl_type from struct flow |
blob | commitdiff | raw | diff to current |
2013-03-06 |
Andy Zhou | nicira-ext: Add Nicira actions NXAST_STACK_PUSH and... |
blob | commitdiff | raw | diff to current |
2013-02-28 |
Simon Horman | nx-match: Correct writing of value and length in set_fi... |
blob | commitdiff | raw | diff to current |
2013-02-05 |
Simon Horman | User-Space MPLS actions and matches |
blob | commitdiff | raw | diff to current |
2013-01-17 |
Ben Pfaff | Replace most uses of assert by ovs_assert. |
blob | commitdiff | raw | diff to current |
2012-12-08 |
Ben Pfaff | nx-match: Log a warning when a wildcarded bit is set... |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Jarno Rajahalme | Add OF1.3 TUNNEL_ID support. |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Jarno Rajahalme | Initial OpenFlow 1.3 support |
blob | commitdiff | raw | diff to current |
2012-11-22 |
Ansis Atteka | datapath: add skb mark matching and set action |
blob | commitdiff | raw | diff to current |
2012-11-02 |
Mehak Mahajan | Process RARP packets with ethertype 0x8035 similar... |
blob | commitdiff | raw | diff to current |
2012-10-03 |
Jesse Gross | flow: Extend struct flow to contain tunnel outer header. |
blob | commitdiff | raw | diff to current |
2012-09-28 |
Simon Horman | ofp-actions: Add parsing of set_field actions |
blob | commitdiff | raw | diff to current |
2012-09-14 |
Simon Horman | ofp-actions: helper functions for of12 set-field action |
blob | commitdiff | raw | diff to current |
2012-09-13 |
Ben Pfaff | ofp-actions: Right-justify the value in ofpact_reg_load... |
blob | commitdiff | raw | diff to current |
2012-09-12 |
Isaku Yamahata | lib/ofp-actions: use mf_subvalue in struct ofpact_reg_load. |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Ben Pfaff | classifier: Break cls_rule 'flow' and 'wc' members... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Ben Pfaff | flow: Replace flow_wildcards members by a single "struc... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Ben Pfaff | flow: Use bit-mask for in_port match, instead of FWW_... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Ben Pfaff | flow: Use bit-mask for Ethernet type match, instead... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Ben Pfaff | flow: Use bit-mask for IP protocol match, instead of... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Ben Pfaff | flow: Use bit-mask for TTL match, instead of FWW_*... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Ben Pfaff | flow: Use bit-mask for DSCP and ECN bits, instead of... |
blob | commitdiff | raw | diff to current |
2012-08-06 |
Simon Horman | nx-match: Separate raw match and header/pad pull/put |
blob | commitdiff | raw | diff to current |
2012-07-23 |
Simon Horman | OXM: Add encoding of VLAN VID and VLAN PCP |
blob | commitdiff | raw | diff to current |
2012-07-19 |
Simon Horman | OXM: Allow masking of ARP SHA and THA |
blob | commitdiff | raw | diff to current |
2012-07-19 |
Simon Horman | OXM: Allow masking of IPv6 Flow Label |
blob | commitdiff | raw | diff to current |
2012-07-19 |
Ben Pfaff | nx-match: Improve log message in nx_entry_ok(). |
blob | commitdiff | raw | diff to current |
2012-07-19 |
Ben Pfaff | nx-match: Succeed pulling 0-byte nx-match from NULL... |
blob | commitdiff | raw | diff to current |
2012-07-04 |
Ben Pfaff | Introduce ofpacts, an abstraction of OpenFlow actions. |
blob | commitdiff | raw | diff to current |
2012-06-27 |
Joe Stringer | Add OXM_OF_METADATA field as a step toward OpenFlow... |
blob | commitdiff | raw | diff to current |
2012-06-11 |
Simon Horman | nx-match: Add parsing and serialisation of OXM matches. |
blob | commitdiff | raw | diff to current |
2012-05-29 |
Joe Stringer | flow: Adds support for arbitrary ethernet masking |
blob | commitdiff | raw | diff to current |
2012-05-03 |
Raju Subramanian | Global replace of Nicira Networks. |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Ansis Atteka | nicira-ext: Support masking of nd_target field |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Simon Horman | Add error codes for Open Flow v1.2 |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Ethan Jackson | nicira-ext: Increase the number of NXM registers to 8. |
blob | commitdiff | raw | diff to current |
2012-02-03 |
Ben Pfaff | Add support for bitwise matching on TCP and UDP ports. |
blob | commitdiff | raw | diff to current |
2012-02-03 |
Ben Pfaff | nx-match: Factor redundant code out of nx_put_match(). |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Ben Pfaff | meta-flow: New "subfield" data structure. |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Ben Pfaff | util: Move bitwise_copy() here, add new bitwise functio... |
blob | commitdiff | raw | diff to current |
2012-01-12 |
Ben Pfaff | Better abstract OpenFlow error codes. |
blob | commitdiff | raw | diff to current |
2012-01-10 |
Ethan Jackson | nx-match: New function nx_pull_match_loose(). |
blob | commitdiff | raw | diff to current |
2011-12-28 |
Justin Pettit | Add ability to restrict flow mods and flow stats reques... |
blob | commitdiff | raw | diff to current |
2011-11-21 |
Ben Pfaff | nx-match: Fold all of its data structures into mf_field. |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Justin Pettit | flow: Use FWW_ flags to wildcard IP DSCP and ECN. |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Justin Pettit | Prepend "nw_" to "frag" and "tos" elements. |
blob | commitdiff | raw | diff to current |
2011-11-09 |
Justin Pettit | Support matching and modifying IP TTL. |
blob | commitdiff | raw | diff to current |
2011-11-09 |
Justin Pettit | Support matching and modifying IP ECN bits. |
blob | commitdiff | raw | diff to current |
2011-11-09 |
Justin Pettit | Don't overload IP TOS with the frag matching bits. |
blob | commitdiff | raw | diff to current |
2011-11-09 |
Justin Pettit | Support matching IPv6 flow label. |
blob | commitdiff | raw | diff to current |
2011-10-21 |
Ben Pfaff | Implement new fragment handling policy. |
blob | commitdiff | raw | diff to current |
2011-10-18 |
Ben Pfaff | nx-match: Improve log message for errors parsing NX... |
blob | commitdiff | raw | diff to current |
2011-10-04 |
Justin Pettit | nicira-ext: Fix build problems on 64-bit systems. |
blob | commitdiff | raw | diff to current |
2011-10-04 |
Justin Pettit | nicira-ext: Bump number of registers to five from four. |
blob | commitdiff | raw | diff to current |
2011-09-13 |
Ben Pfaff | meta-flow: New library for working with fields by id. |
blob | commitdiff | raw | diff to current |
2011-09-13 |
Ben Pfaff | ofp-util: Add type-safe functions for serializing actions. |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Ethan Jackson | nx-match: New function nxm_read_field_bits(). |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Ethan Jackson | nx-match: Update register check functions. |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Ethan Jackson | nx-match: Fix bug in "move" action. |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Ethan Jackson | flow: New FLOW_WC_SEQ build assertion. |
blob | commitdiff | raw | diff to current |
2011-07-26 |
Ben Pfaff | nx-match: Make more fields writable with NXAST_REG_MOVE... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Ethan Jackson | nx-match: New helpers. |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Ethan Jackson | nx-match: Whitespace cleanup. |
blob | commitdiff | raw | diff to current |
2011-06-07 |
Ben Pfaff | Better abstract wildcards for Ethernet destination... |
blob | commitdiff | raw | diff to current |
2011-05-27 |
Ben Pfaff | nx-match: Check prerequisites for ICMPv6 before outputt... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Ben Pfaff | Merge 'next' into 'master'. |
blob | commitdiff | raw | diff to current |
2011-05-16 |
Ben Pfaff | Fix up usage of flow_wildcards_t. |
blob | commitdiff | raw | diff to current |
2011-05-12 |
Ben Pfaff | Merge 'master' into 'next'. |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Ben Pfaff | ofproto: Break apart into generic and hardware-specific... |
blob | commitdiff | raw | diff to current |
2011-02-23 |
Justin Pettit | nx-match: Don't fall through case when handling dest... |
blob | commitdiff | raw | diff to current |
2011-02-02 |
Justin Pettit | nicira-ext: Support matching IPv6 Neighbor Discovery... |
blob | commitdiff | raw | diff to current |
2011-02-02 |
Justin Pettit | nicira-ext: Support matching IPv6 traffic. |
blob | commitdiff | raw | diff to current |
2011-02-02 |
Justin Pettit | nicira-ext: Support matching ARP source and target... |
blob | commitdiff | raw | diff to current |
2011-02-02 |
Justin Pettit | lib: Replace IP_TYPE_ references with IPPROTO_. |
blob | commitdiff | raw | diff to current |
2011-01-28 |
Ben Pfaff | datapath: Convert odp_flow_key to use Netlink attribute... |
blob | commitdiff | raw | diff to current |
2011-01-20 |
Ben Pfaff | Implement arbitrary bitwise masks for tun_id field. |
blob | commitdiff | raw | diff to current |
2011-01-19 |
Ben Pfaff | nx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on... |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Ben Pfaff | nx-match: Print register values in hex in "load" action... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Ben Pfaff | nx-match: Rename and export functions for parsing and... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Ben Pfaff | nx-match: Use [] in format_nxm_field_bits where possible. |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Ben Pfaff | nx-match: Make nxm_field_bytes(), nxm_field_bits()... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Ben Pfaff | nx-match: New helper functions for working with ofs_nbi... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Ben Pfaff | ofproto: Fix write-after-free error in compose_nx_flow_... |
blob | commitdiff | raw | diff to current |
2010-12-13 |
Jesse Gross | nx-match: Use correct printf format specifiers. |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Ben Pfaff | Expand tunnel IDs from 32 to 64 bits. |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Ben Pfaff | ofpbuf: New function ofpbuf_put_hex(). |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Ben Pfaff | ofp-print, ofp-parse: Add support for NXAST_REG_MOVE... |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Ben Pfaff | nx-match: Add tests for error return values for unknown... |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Ben Pfaff | unaligned: Add unaligned accessors for ovs_be<N> data. |
blob | commitdiff | raw | diff to current |
2010-11-23 |
Ben Pfaff | nx-match: Implement support for arbitrary VLAN TCI... |
blob | commitdiff | raw | diff to current |
2010-11-22 |
Ben Pfaff | flow: Fully separate flow_wildcards from OpenFlow wildc... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Ben Pfaff | util: Add function hexits_value() for parsing multiple... |
blob | commitdiff | raw | diff to current |
2010-11-11 |
Ben Pfaff | Add support for matching Ethernet multicast frames. |
blob | commitdiff | raw | diff to current |
2010-11-11 |
Ben Pfaff | ofproto: Implement support for registers in extended... |
blob | commitdiff | raw | diff to current |
2010-11-10 |
Ben Pfaff | ofproto: Implement Nicira Extended Match flexible flow... |
blob | commitdiff | raw | diff to current |
|