git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
datapath: Fix race.
[sliver-openvswitch.git]
/
lib
/
ofp-parse.c
2014-01-22
Ethan Jackson
ofp-parse: Fix GCC compiler warnings with -O3.
blob
|
commitdiff
2013-12-24
Daisuke Kotani
ofp-parse: Check port number only after parsing it...
blob
|
commitdiff
|
diff to current
2013-12-17
Harold Lim
Rename NOT_REACHED to OVS_NOT_REACHED
blob
|
commitdiff
|
diff to current
2013-11-20
Ben Pfaff
ofp-actions: Make ofpacts_check() report consistency...
blob
|
commitdiff
|
diff to current
2013-11-15
Ben Pfaff
Switch from sscanf() to ovs_scan() throughout the tree.
blob
|
commitdiff
|
diff to current
2013-11-12
Simon Horman
ofproto: Add enum ofp_table
blob
|
commitdiff
|
diff to current
2013-11-11
Ben Pfaff
ofp-actions: Switch away from odd use of "q" in "enqueu...
blob
|
commitdiff
|
diff to current
2013-11-03
Simon Horman
ofproto: Add group desc and stats tests
blob
|
commitdiff
|
diff to current
2013-11-02
Jarno Rajahalme
Add OF11 SET MPLS LABEL and SET MPLS TC actions.
blob
|
commitdiff
|
diff to current
2013-11-02
Ben Pfaff
ofproto: Centralize action checking, doing it at decode...
blob
|
commitdiff
|
diff to current
2013-11-01
Jarno Rajahalme
Native Set-Field action.
blob
|
commitdiff
|
diff to current
2013-11-01
Jarno Rajahalme
OF 1.1 pop vlan compatibility.
blob
|
commitdiff
|
diff to current
2013-11-01
Jarno Rajahalme
OF 1.1 set vlan vid/pcp compatibility.
blob
|
commitdiff
|
diff to current
2013-10-23
Jarno Rajahalme
lib/ofp-actions: Enforce action consistency.
blob
|
commitdiff
|
diff to current
2013-10-23
Jarno Rajahalme
Add OF11 SET IP TTL action.
blob
|
commitdiff
|
diff to current
2013-10-23
Jarno Rajahalme
Add OF11 set IPv4 ECN action.
blob
|
commitdiff
|
diff to current
2013-10-23
Ben Pfaff
Allow OFPACT_SET_IP_DSCP to act on both IPv4 and IPv6...
blob
|
commitdiff
|
diff to current
2013-10-17
Gurucharan Shetty
ovs-dpctl: Add a 'filter' option to match wildcarded...
blob
|
commitdiff
|
diff to current
2013-10-17
YAMAMOTO Takashi
ofp-parse: Fix padding parsing write-actions.
blob
|
commitdiff
|
diff to current
2013-10-14
Simon Horman
Add support for write-actions
blob
|
commitdiff
|
diff to current
2013-09-27
Jarno Rajahalme
Remove unused variables and functions.
blob
|
commitdiff
|
diff to current
2013-09-17
Ben Pfaff
openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
blob
|
commitdiff
|
diff to current
2013-09-12
Jarno Rajahalme
ofp-parse: Set usable protocols in parse_ofp_meter_mod_...
blob
|
commitdiff
|
diff to current
2013-09-07
Andy Zhou
openflow-1.1+: OFPT_TABLE_MOD (part 1)
blob
|
commitdiff
|
diff to current
2013-09-02
Neil Zhu
Implement OpenFlow 1.1+ "groups" protocol.
blob
|
commitdiff
|
diff to current
2013-08-28
Jarno Rajahalme
lib: Keep track of usable protocols while parsing.
blob
|
commitdiff
|
diff to current
2013-08-27
Ben Pfaff
ofp-util: Abstract flow_mod OFPFF_* flags.
blob
|
commitdiff
|
diff to current
2013-08-22
Joe Stringer
ofp-util: Add SCTP support
blob
|
commitdiff
|
diff to current
2013-08-21
Ethan Jackson
ofp-parse: Silence uninitialized use warnings with...
blob
|
commitdiff
|
diff to current
2013-07-31
Ethan Jackson
clang: Add annotations for thread safety check.
blob
|
commitdiff
|
diff to current
2013-07-23
Ben Pfaff
ofp-parse: Make parse_ofp_str() thread-safe.
blob
|
commitdiff
|
diff to current
2013-07-08
Ben Pfaff
ofp-util: Add 'modify_cookie' to struct ofputil_flow_mo...
blob
|
commitdiff
|
diff to current
2013-07-08
Ben Pfaff
ofp-parse: Do not exit() upon a parse error.
blob
|
commitdiff
|
diff to current
2013-06-28
Jarno Rajahalme
Fix table checking for goto table instruction.
blob
|
commitdiff
|
diff to current
2013-06-28
Ben Pfaff
ofp-actions: Give ovs_instruction funcs names that...
blob
|
commitdiff
|
diff to current
2013-06-26
Ben Pfaff
ofp-parse: Fix parsing of out_port.
blob
|
commitdiff
|
diff to current
2013-06-25
Jarno Rajahalme
ofp-util: Support for OpenFlow 1.3 meters.
blob
|
commitdiff
|
diff to current
2013-06-20
Alex Wang
Create specific types for ofp and odp port
blob
|
commitdiff
|
diff to current
2013-05-08
Simon Horman
Do not perform validation in learn_parse();
blob
|
commitdiff
|
diff to current
2013-05-08
Simon Horman
Check actions prerequisites in parse_ofp_str()
blob
|
commitdiff
|
diff to current
2013-04-22
Romain Lenglet
Implement IPFIX export
blob
|
commitdiff
|
diff to current
2013-03-06
Andy Zhou
nicira-ext: Add Nicira actions NXAST_STACK_PUSH and...
blob
|
commitdiff
|
diff to current
2013-03-06
Simon Horman
Add support for set_mpls_ttl action
blob
|
commitdiff
|
diff to current
2013-03-06
Simon Horman
Add support for dec_mpls_ttl action
blob
|
commitdiff
|
diff to current
2013-02-05
Ethan Jackson
nicira-ext: Remove the autopath action.
blob
|
commitdiff
|
diff to current
2013-02-05
Simon Horman
User-Space MPLS actions and matches
blob
|
commitdiff
|
diff to current
2013-02-01
Justin Pettit
ofp-parse: Ignore "idle_age" and "hard_age" when parsin...
blob
|
commitdiff
|
diff to current
2013-01-28
Ethan Jackson
ofproto-dpif: Require an in_port when tracing datapath...
blob
|
commitdiff
|
diff to current
2012-12-21
Ethan Jackson
ovs: Replace TODO:XXX with XXX.
blob
|
commitdiff
|
diff to current
2012-11-30
Simon Horman
ofp-actions: Add OpenFlow1.1+ Set Queue action
blob
|
commitdiff
|
diff to current
2012-11-27
Jarno Rajahalme
Initial OpenFlow 1.3 support
blob
|
commitdiff
|
diff to current
2012-11-27
Jarno Rajahalme
Fix handling of OFPP_ANY in OpenFlow 1.1 and later.
blob
|
commitdiff
|
diff to current
2012-11-02
Mehak Mahajan
Process RARP packets with ethertype 0x8035 similar...
blob
|
commitdiff
|
diff to current
2012-10-26
Isaku Yamahata
OF11: push_vlan support
blob
|
commitdiff
|
diff to current
2012-10-18
Joe Stringer
ofp-actions: Implement writing to metadata field
blob
|
commitdiff
|
diff to current
2012-10-18
Ben Pfaff
ofp-actions: Prefer OFPAT11_DEC_TTL to NXAST_DEC_TTL...
blob
|
commitdiff
|
diff to current
2012-10-18
Ben Pfaff
ofp-parse: Remove unreachable code.
blob
|
commitdiff
|
diff to current
2012-10-18
Isaku Yamahata
ofpaction: support OF11 pop_vlan
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-18
Isaku Yamahata
lib: support OF11 dec_nw_ttl
blob
|
commitdiff
|
diff to current
2012-10-16
Isaku Yamahata
instruction/clear-actions: string parser/formater,...
blob
|
commitdiff
|
diff to current
2012-10-16
Isaku Yamahata
instruction: support goto-table action
blob
|
commitdiff
|
diff to current
2012-09-28
Simon Horman
ofp-actions: Add parsing of set_field actions
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-04
Simon Horman
lib/ofp-util: preparation for OF12 of ofp-util
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
classifier: Break cls_rule 'flow' and 'wc' members...
blob
|
commitdiff
|
diff to current
2012-08-29
Ethan Jackson
nicira-ext: Deprecate the autopath action.
blob
|
commitdiff
|
diff to current
2012-08-16
Mehak Mahajan
Add Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.
blob
|
commitdiff
|
diff to current
2012-07-12
Ben Pfaff
ofproto: New feature to notify controllers of flow...
blob
|
commitdiff
|
diff to current
2012-07-04
Ben Pfaff
ofp-actions: Add decoding and encoding OF1.1 instructio...
blob
|
commitdiff
|
diff to current
2012-07-04
Ben Pfaff
Introduce ofpacts, an abstraction of OpenFlow actions.
blob
|
commitdiff
|
diff to current
2012-07-04
Ben Pfaff
ofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_ac...
blob
|
commitdiff
|
diff to current
2012-05-29
Justin Pettit
ofp-util: Clean up cookie handling.
blob
|
commitdiff
|
diff to current
2012-05-14
Ben Pfaff
ofp-parse: Mark ofp_fatal() as never returning.
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-03-07
Ben Pfaff
openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
blob
|
commitdiff
|
diff to current
2012-03-07
Ben Pfaff
Introduce ofputil_protocol, to abstract the protocol...
blob
|
commitdiff
|
diff to current
2012-02-27
Ben Pfaff
Add ability to direct "packet-in"s to particular contro...
blob
|
commitdiff
|
diff to current
2012-02-27
Simon Horman
Make the string parameters const for do_flow_mod__()
blob
|
commitdiff
|
diff to current
2012-02-15
Ben Pfaff
Implement new "fin_timeout" action and "learn" feature.
blob
|
commitdiff
|
diff to current
2012-02-09
Ben Pfaff
ovs-ofctl: Add "packet-out" command.
blob
|
commitdiff
|
diff to current
2012-02-09
Ben Pfaff
Add support for parsing and printing OFPFF_* flags.
blob
|
commitdiff
|
diff to current
2012-02-09
Ben Pfaff
ovs-ofctl: Allow priority and timeout to be specified...
blob
|
commitdiff
|
diff to current
2012-02-01
Ben Pfaff
meta-flow: New "subfield" data structure.
blob
|
commitdiff
|
diff to current
2012-01-14
Pravin B Shelar
ofproto: New action TTL decrement.
blob
|
commitdiff
|
diff to current
2011-12-28
Justin Pettit
Add ability to restrict flow mods and flow stats reques...
blob
|
commitdiff
|
diff to current
2011-11-09
Justin Pettit
Support matching and modifying IP TTL.
blob
|
commitdiff
|
diff to current
2011-10-29
Ethan Jackson
nicira-ext: New action "exit".
blob
|
commitdiff
|
diff to current
2011-10-18
Ben Pfaff
ofp-parse: Validate range of table, priority, and timeo...
blob
|
commitdiff
|
diff to current
2011-10-03
Ben Pfaff
ofp-parse: Remove write-only variable in parse_ofp_flow...
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
2011-09-13
Ben Pfaff
ofp-util: New function for parsing key-value pairs.
blob
|
commitdiff
|
diff to current
2011-09-13
Ben Pfaff
ofp-util: Add type-safe functions for serializing actions.
blob
|
commitdiff
|
diff to current
2011-09-13
Ben Pfaff
ofp-parse: Refactor action parsing to improve compiler...
blob
|
commitdiff
|
diff to current
2011-09-13
Ben Pfaff
ofp-util: New functions for parsing and formatting...
blob
|
commitdiff
|
diff to current
2011-09-13
Ben Pfaff
classifier: Change cls_rule_set_nd_target() to take...
blob
|
commitdiff
|
diff to current
2011-08-12
Ethan Jackson
nicra-ext: New action NXAST_OUTPUT_REG.
blob
|
commitdiff
|
diff to current
2011-08-12
Ethan Jackson
flow: New FLOW_WC_SEQ build assertion.
blob
|
commitdiff
|
diff to current
next