projects
/
openvswitch
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ofp-util: Avoid use-after-free in ofputil_encode_flow_mod().
[openvswitch]
/
lib
/
flow.c
2012-05-29
Joe Stringer
flow: Adds support for arbitrary ethernet masking
blob
|
commitdiff
|
raw
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-09
Ethan Jackson
nicira-ext: Increase the number of NXM registers to 8.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-03
Ethan Jackson
flow: Rename 'tp_addr' field in flow_hash_symmetric_l4().
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
flow: Add a couple of missing build assertions on FLOW_...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-10
Ethan Jackson
flow: Create new flow_metadata structure for packet_in...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-10
Ethan Jackson
packets: Mask out CFI bit in eth_push_vlan().
blob
|
commitdiff
|
raw
|
diff to current
2012-01-10
Ethan Jackson
flow: Improve flow_format() output.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
Ben Pfaff
flow: Rename 'priority' to 'skb_priority'.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-19
Ben Pfaff
flow: Make flow_compose() fake packets slightly more...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-02
Jesse Gross
datapath: Remove custom version of ipv6_skip_exthdr().
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
Ben Pfaff
flow: New functions for setting a VLAN VID or PCP value.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-16
Ethan Jackson
flow: flow_extract() improperly parses IPv6 TOS bits.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-11
Justin Pettit
flow: htons() zero initializers to make their size...
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
classifier: Don't check masks when adding IPv4/IPv6...
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-11-01
Pravin B Shelar
datapath: Convert kernel priority actions into match...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-21
Ben Pfaff
Implement new fragment handling policy.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-11
Ben Pfaff
openflow: Delete icmp_type and icmp_code macros.
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-09-30
Ben Pfaff
flow: Move flow_extract_stats() to dpif.c, as dpif_flow...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-29
Jesse Gross
flow: Drop datapath-protocol.h from flow.c.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Ben Pfaff
flow: New function flow_wildcards_is_catchall().
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Ben Pfaff
classifier: Move zero_wildcards() to flow.c as public...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Ben Pfaff
ofproto-dpif: Add -generate option to ofproto/trace...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-12
Ethan Jackson
lib: Whitespace cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-19
Ethan Jackson
nicira-ext: Generalize nx_mp_fields into nx_hash_fields.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-14
Ben Pfaff
flow: Give flow_wildcards_hash() a 'basis' parameter.
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-24
Ben Pfaff
flow: Convert tunnel IDs to host byte order for formatting.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-23
Ethan Jackson
flow: flow_hash_symmetric_l4() don't hash UDP ports.
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 incorrect byte order annotations.
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-03-03
Jesse Gross
flow: Make IPv6 userspace code match kernel.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-03
Jesse Gross
datapath: Allow jumbograms through IPv6 parsing.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-02
Jesse Gross
flow: Avoid assertion failure on invalid IPv6 packet.
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-02-02
Ethan Jackson
lib: Move l4 flow hash to the flow library.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-28
Ben Pfaff
dpif: Eliminate "struct odp_flow_stats" from client...
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
2010-12-10
Ben Pfaff
Expand tunnel IDs from 32 to 64 bits.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-03
Ethan Jackson
lib: Add zero padding field to flow_wildcards.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-03
Ben Pfaff
Format tunnel IDs consistently.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-30
Ben Pfaff
coverage: Make the coverage counters catalog program...
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-22
Ben Pfaff
flow: Remove flow_to/from_match() in favor of cls_rule_...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-22
Ben Pfaff
flow: Move functions for dealing with wildcard bit...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-22
Ben Pfaff
flow: New function flow_wildcards_is_exact().
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-08
Ben Pfaff
flow: Better abstract flow_wildcards and use it more...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Ben Pfaff
ofproto: Generalize tun_id_from_cookie into flow_format.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Ben Pfaff
classifier: Rewrite.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
flow: Add more functions for working with flow_wildcards.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
flow: Use vlan_tci_to_pcp() helper.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
flow: Un-inline flow_wildcards functions.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
flow: Use ovs_be<N> types in appropriate places.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
vlog: Make client supply semicolon for VLOG_DEFINE_THIS...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
xtoxll: Rename "byte-order" since it now include more...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-11
Ben Pfaff
flow: Get rid of flow_t typedef.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-11
Ben Pfaff
flow: Separate "flow_t" from "struct odp_flow_key".
blob
|
commitdiff
|
raw
|
diff to current
2010-08-30
Joe Perches
treewide: Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2010-08-27
Ben Pfaff
datapath: Avoid accesses past the end of skbuff data...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Ben Pfaff
datapath: Fix handling of 802.1Q and SNAP headers.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-03
Ben Pfaff
datapath: Don't track IP TOS value two different ways.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-21
Ben Pfaff
vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-11
Jesse Gross
flow: Zero tun_id if wildcarded.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-07
Ben Pfaff
flow: Fix misaligned access.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-06
Justin Pettit
Fix issue with "strict" deletion of flows
blob
|
commitdiff
|
raw
|
diff to current
2010-04-19
Jesse Gross
tunneling: Add support for tunnel ID.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-25
Ben Pfaff
Merge "citrix" branch into "master".
blob
|
commitdiff
|
raw
|
diff to current
2010-03-17
Ben Pfaff
Merge "next" branch into "master".
blob
|
commitdiff
|
raw
|
diff to current
2010-02-24
Ben Pfaff
Merge "master" into "next".
blob
|
commitdiff
|
raw
|
diff to current
2010-02-20
Ben Pfaff
datapath: Set the correct bits for OFPAT_SET_NW_TOS...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-20
Justin Pettit
ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
blob
|
commitdiff
|
raw
|
diff to current
2010-02-20
Justin Pettit
ofproto: Add support for matching IP addresses in ARP...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-20
Justin Pettit
ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-11
Ben Pfaff
Merge "master" into "next".
blob
|
commitdiff
|
raw
|
diff to current
2010-02-11
Ben Pfaff
flow: Fix null pointer dereference in flow_from_match().
blob
|
commitdiff
|
raw
|
diff to current
2009-12-02
Ben Pfaff
Merge "master" branch into "db".
blob
|
commitdiff
|
raw
|
diff to current
2009-11-10
Jesse Gross
Merge citrix branch into master.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-26
Justin Pettit
flow: Differentiate between "port" when printing flows
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Justin Pettit
Add ability for the datapath to match IP address in...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Ben Pfaff
Merge changes from citrix branch into master.
blob
|
commitdiff
|
raw
|
diff to current
next