2014-02-11 |
Joe Stringer | flow: Copy MPLS label on mpls_push. |
blob | commitdiff |
2014-02-04 |
Ben Pfaff | Enhance userspace support for MPLS, for up to 3 labels. |
blob | commitdiff | diff to current |
2014-01-16 |
Simon Horman | lib: Add tpid parameter to eth_push_vlan() |
blob | commitdiff | diff to current |
2013-12-20 |
Jarno Rajahalme | lib/flow: Skip minimask value checks. |
blob | commitdiff | diff to current |
2013-12-17 |
Harold Lim | Rename NOT_REACHED to OVS_NOT_REACHED |
blob | commitdiff | diff to current |
2013-12-13 |
Ethan Jackson | flow: New function flow_unwildcard_tp_ports(). |
blob | commitdiff | diff to current |
2013-12-11 |
Andy Zhou | ofproto-dpif: Ignore non-packet field masks during... |
blob | commitdiff | diff to current |
2013-12-11 |
Jarno Rajahalme | Classifier: Track address prefixes. |
blob | commitdiff | diff to current |
2013-12-06 |
Jarno Rajahalme | lib/flow: Add IPv6 support for flow_compose(). |
blob | commitdiff | diff to current |
2013-12-02 |
Jarno Rajahalme | lib: More intuitive syntax for TCP flags matching. |
blob | commitdiff | diff to current |
2013-11-20 |
Jarno Rajahalme | Classifier: Staged subtable matching. |
blob | commitdiff | diff to current |
2013-11-19 |
Ben Pfaff | util: Rename popcount to count_1bits |
blob | commitdiff | diff to current |
2013-11-18 |
Ben Pfaff | util: Make popcount() handle 64-bit integers, not separ... |
blob | commitdiff | diff to current |
2013-11-18 |
Ben Pfaff | util: Make raw_ctz() accept 64-bit integers. |
blob | commitdiff | diff to current |
2013-11-18 |
Jarno Rajahalme | miniflow: Use 64-bit map. |
blob | commitdiff | diff to current |
2013-11-02 |
Ben Pfaff | flow: Fill in ->l7 in flow_compose(). |
blob | commitdiff | diff to current |
2013-10-29 |
Jarno Rajahalme | TCP flags matching support. |
blob | commitdiff | diff to current |
2013-10-17 |
Jarno Rajahalme | More accurate wildcarding and fragment handling. |
blob | commitdiff | diff to current |
2013-09-27 |
Jarno Rajahalme | Remove unused variables and functions. |
blob | commitdiff | diff to current |
2013-09-27 |
Simon Horman | Remove mpls_depth field from flow |
blob | commitdiff | diff to current |
2013-09-26 |
Ben Pfaff | match: New function minimatch_matches_flow(). |
blob | commitdiff | diff to current |
2013-09-04 |
Ben Pfaff | flow: Fix hypothetical memory leak in miniflow_move(). |
blob | commitdiff | diff to current |
2013-09-04 |
Ben Pfaff | flow: Fix memory leak in minimask_move(). |
blob | commitdiff | diff to current |
2013-08-28 |
Ben Pfaff | packets: Introduce IPv6 headers not aligned on a 32... |
blob | commitdiff | diff to current |
2013-08-28 |
Ben Pfaff | packets: Do not assume that IPv4, TCP, or ARP headers... |
blob | commitdiff | diff to current |
2013-08-27 |
Ben Pfaff | classifier: New function cls_rule_move(). |
blob | commitdiff | diff to current |
2013-08-22 |
Joe Stringer | ofproto-dpif: Add SCTP support |
blob | commitdiff | diff to current |
2013-08-13 |
Jesse Gross | flow: Enable matching on new field 'pkt_mark'. |
blob | commitdiff | diff to current |
2013-08-13 |
Jesse Gross | flow: Rename skb_mark to pkt_mark. |
blob | commitdiff | diff to current |
2013-06-29 |
Justin Pettit | flow: Don't assume non-IPv4 is IPv6 for un-wildcarding. |
blob | commitdiff | diff to current |
2013-06-28 |
Justin Pettit | flow: Only un-wildcard relevant IP headers. |
blob | commitdiff | diff to current |
2013-06-26 |
Justin Pettit | ofproto-dpif: Always un-wildcard 'dl_type'. |
blob | commitdiff | diff to current |
2013-06-20 |
Alex Wang | Create specific types for ofp and odp port |
blob | commitdiff | diff to current |
2013-06-20 |
Justin Pettit | ofproto-dpif: Tighten up megaflow wildcard handling. |
blob | commitdiff | diff to current |
2013-06-11 |
Justin Pettit | ofproto-dpif: Store relevant fields for wildcarding... |
blob | commitdiff | diff to current |
2013-06-11 |
Ethan Jackson | flow: Add new wildcard functions. |
blob | commitdiff | diff to current |
2013-06-11 |
Ethan Jackson | flow: Add new flow_wildcards_fold_minimask() function. |
blob | commitdiff | diff to current |
2013-05-10 |
Jarno Rajahalme | OpenFlow-level flow-based tunneling support. |
blob | commitdiff | diff to current |
2013-05-09 |
Takashi Kawaguchi | flow: Fix IPv6 fragment packet handling |
blob | commitdiff | diff to current |
2013-03-15 |
Simon Horman | Remove encal_dl_type from struct flow |
blob | commitdiff | diff to current |
2013-03-15 |
Simon Horman | Revert "flow: Split flow_extract" |
blob | commitdiff | diff to current |
2013-03-06 |
Simon Horman | Add support for dec_mpls_ttl action |
blob | commitdiff | diff to current |
2013-02-19 |
Rich Lane | datapath: Fix parsing invalid LLC/SNAP ethertypes |
blob | commitdiff | diff to current |
2013-02-05 |
Simon Horman | User-Space MPLS actions and matches |
blob | commitdiff | diff to current |
2013-01-22 |
Ben Pfaff | hash: Replace primary hash functions by murmurhash. |
blob | commitdiff | diff to current |
2013-01-22 |
Ben Pfaff | hash: Change mhash_finish() data measurement from words... |
blob | commitdiff | diff to current |
2013-01-17 |
Ben Pfaff | Replace most uses of assert by ovs_assert. |
blob | commitdiff | diff to current |
2012-12-27 |
Simon Horman | flow: Split flow_extract |
blob | commitdiff | diff to current |
2012-12-14 |
Ben Pfaff | flow: Fix harmless typo in flow_wildcards_hash(). |
blob | commitdiff | diff to current |
2012-11-28 |
Ansis Atteka | flow: use rule priority in match_format() function |
blob | commitdiff | diff to current |
2012-11-23 |
Ansis Atteka | vswitchd: fix 32-bit builds |
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-22 |
Ansis Atteka | datapath: add skb mark matching and set action |
blob | commitdiff | diff to current |
2012-11-02 |
Mehak Mahajan | Process RARP packets with ethertype 0x8035 similar... |
blob | commitdiff | diff to current |
2012-11-02 |
Justin Pettit | Use ODP ports in dpif layer and below. |
blob | commitdiff | diff to current |
2012-10-29 |
Justin Pettit | flow: Set ttl in flow_compose(). |
blob | commitdiff | diff to current |
2012-10-24 |
Mehak Mahajan | Allow processing of RARP packets. |
blob | commitdiff | diff to current |
2012-10-22 |
Mehak Mahajan | Change logging format for flows to that accepted by... |
blob | commitdiff | diff to current |
2012-10-04 |
Ben Pfaff | ofproto-dpif: Avoid zeroing tunnel info in handle_miss_... |
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-21 |
Simon Horman | flow: Only show IPv4 flow information for IPv4 flows |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | Introduce sparse flows and masks, to reduce memory... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | flow: Simplify many functions for working with flows... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | flow: Remove flow_wildcards_is_exact(). |
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: Take advantage of zero-padding in struct flow... |
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-08-17 |
Ben Pfaff | Do not include zeroed metadata fields in NXM/OXM packet... |
blob | commitdiff | diff to current |
2012-08-07 |
Mehak Mahajan | Adding checksum to ICMP packets created by OVS for... |
blob | commitdiff | diff to current |
2012-08-03 |
Ben Pfaff | flow: Remove superfluous casts. |
blob | commitdiff | diff to current |
2012-08-03 |
Ben Pfaff | flow: Correctly consider nw_frag_mask in some flow_wild... |
blob | commitdiff | diff to current |
2012-08-02 |
Mehak Mahajan | Adding checksum to IP packets created by ovs for testing. |
blob | commitdiff | diff to current |
2012-08-01 |
Ethan Jackson | flow: Fix wild pointer dereference in flow_compose(). |
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-19 |
Simon Horman | OXM: Allow masking of ARP SHA and THA |
blob | commitdiff | diff to current |
2012-07-19 |
Simon Horman | OXM: Allow masking of IPv6 Flow Label |
blob | commitdiff | diff to current |
2012-07-05 |
Simon Horman | openflow: Rename OFP_VLAN_NONE as OFP10_VLAN_NONE |
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-05-29 |
Joe Stringer | flow: Adds support for arbitrary ethernet masking |
blob | commitdiff | diff to current |
2012-05-03 |
Raju Subramanian | Global replace of Nicira Networks. |
blob | commitdiff | diff to current |
2012-04-26 |
Ansis Atteka | nicira-ext: Support masking of nd_target field |
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 |
Ethan Jackson | flow: Rename 'tp_addr' field in flow_hash_symmetric_l4(). |
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-03 |
Ben Pfaff | flow: Add a couple of missing build assertions on FLOW_... |
blob | commitdiff | diff to current |
2012-01-10 |
Ethan Jackson | flow: Create new flow_metadata structure for packet_in... |
blob | commitdiff | diff to current |
2012-01-10 |
Ethan Jackson | packets: Mask out CFI bit in eth_push_vlan(). |
blob | commitdiff | diff to current |
2012-01-10 |
Ethan Jackson | flow: Improve flow_format() output. |
blob | commitdiff | diff to current |
2011-12-21 |
Ben Pfaff | flow: Rename 'priority' to 'skb_priority'. |
blob | commitdiff | diff to current |
2011-12-19 |
Ben Pfaff | flow: Make flow_compose() fake packets slightly more... |
blob | commitdiff | diff to current |
2011-12-02 |
Jesse Gross | datapath: Remove custom version of ipv6_skip_exthdr(). |
blob | commitdiff | diff to current |
2011-11-21 |
Ben Pfaff | flow: New functions for setting a VLAN VID or PCP value. |
blob | commitdiff | diff to current |
2011-11-16 |
Ethan Jackson | flow: flow_extract() improperly parses IPv6 TOS bits. |
blob | commitdiff | diff to current |
2011-11-11 |
Justin Pettit | flow: htons() zero initializers to make their size... |
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 |
next |