projects
/
openvswitch
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xenserver: Remove "Required-" parameters from "openvswitch" init script.
[openvswitch]
/
ofproto
/
ofproto.c
2010-12-30
Ben Pfaff
ofproto: Increase max recursion level from 8 to 16.
blob
|
commitdiff
|
raw
2010-12-29
Ben Pfaff
ofproto: Use shash instead of svec for uniquifying...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Ben Pfaff
Implement a new Nicira extension action for multipath...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Ben Pfaff
ofproto: Always use xid 0 for *_FLOW_REMOVED messages.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Ben Pfaff
ofproto: Fix encoding of NXST_* replies.
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
Ben Pfaff
ofproto: Fix use-after-free error in facet_revalidate().
blob
|
commitdiff
|
raw
|
diff to current
2010-12-13
Jesse Gross
vswitchd: Consistently use size_t for action lengths.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-11
Justin Pettit
ofproto: Fix problem that caused facets not to be insta...
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-10
Ben Pfaff
ofp-util: Make ofputil_cls_rule_to_match() help with...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-10
Ben Pfaff
ofproto: Format entire rule when dumping all flows.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-10
Ben Pfaff
datapath: Replace "struct odp_action" by Netlink attrib...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-09
Ben Pfaff
ofproto: Add "ofproto/trace" command to help debugging...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-09
Ben Pfaff
ofproto: Change xlate_actions() to take a structure.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-09
Ben Pfaff
Make compiler complain about unhandled OpenFlow and...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-09
Ben Pfaff
Use ofpbuf_pull() instead of ofpbuf_try_pull() where...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-07
Ben Pfaff
ofpbuf: New function ofpbuf_use_const().
blob
|
commitdiff
|
raw
|
diff to current
2010-12-07
Ben Pfaff
ofp-util: New abstractions for flow_mod, flow_stats_req...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-06
Ben Pfaff
Refactor and centralize basic OpenFlow message decoding...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-03
Ben Pfaff
datapath: Make adding and attaching a vport a single...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-03
Ben Pfaff
nicira-ext: Name the enum used for flow formats, to...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-02
Ben Pfaff
openflow: Change ofp_phy_port's 'name' member from...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-30
Ben Pfaff
Implement stress option framework.
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
ofproto: Fix typo in comment.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Ethan Jackson
ofproto: set up helpful flow pointers for odp miss...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-24
Ben Pfaff
ofproto: Send OFPT_PORT_STATUS messages to primary...
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-15
Ben Pfaff
ofproto: Fix typo in comment.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Ben Pfaff
classifier: Add functions and macros for iteration...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Ben Pfaff
ofproto: Always set VLAN_CFI bit to 0 in ODPAT_SET_DL_T...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Ben Pfaff
nicira-ext: New Nicira vendor action NXAST_NOTE.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Ben Pfaff
vswitch: Add other-config:in-band-queue to set queue...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Ben Pfaff
classifier: Drop CLS_INC_* enumerations and related...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Ben Pfaff
ofproto: Simplify rule_insert().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Ben Pfaff
ofproto: Don't bother returning value from facet_make_a...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Ben Pfaff
ofproto: Fix accounting in facet_revalidate().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Ben Pfaff
ofproto: Break subrules out of "struct rule" into new...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-11
Ben Pfaff
ofproto: Avoid clearing NetFlow stats twice upon rule...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-11
Ben Pfaff
ofproto: Make xlate_actions() initialize '*tags' itself.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-11
Ben Pfaff
ofproto: Disable timeouts for flows added by ofproto_ad...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-11
Ben Pfaff
ofproto: Fix used time of revalidated subrules.
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: Fix use of uninitialized variable.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Ben Pfaff
ofproto: Factor out code from do_xlate_actions() into...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Ben Pfaff
ofp-util: Make validate_actions() take a struct flow *.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Ben Pfaff
ofproto: Refactor handle_packet_out().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Ben Pfaff
ofproto: Implement Nicira Extended Match flexible flow...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Ben Pfaff
ofproto: Fix type of 'out_port' parameter to query_aggr...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Ben Pfaff
ofproto: Rename *_stats_reply() functions for clarity.
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-08
Ben Pfaff
ofproto: Change ofproto_add_flow(), ofproto_delete_flow...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
Ben Pfaff
ofproto: Refactor handle_flow_mod().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Ben Pfaff
ofproto: Refactor handle_aggregate_stats_request().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Ben Pfaff
ofproto: Generalize reject_slave_controller().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Ben Pfaff
ofproto: Factor flow duration calculation into new...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Ben Pfaff
ofproto: Get rid of redundant ofproto parameters in...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Ben Pfaff
ofproto: Make flow format specific to an OpenFlow conne...
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-05
Ben Pfaff
ofproto: Improve comment in send_flow_removed().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Ben Pfaff
ofproto: Simplify send_flow_removed().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Ben Pfaff
ofp-util: New functions make_nxmsg(), make_nxmsg_xid().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Ben Pfaff
ofp-util: Add infrastructure for vendor extensions...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Ben Pfaff
ofproto: Don't show separate wildcard and exact-match...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
classifier: Change classifier_rule_overlaps() to take...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
classifier: Change classifier_find_rule_exactly() to...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
classifier: Merge classifier_lookup_wild(), classifier_...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
classifier: Remove classifier_insert_exact().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Ben Pfaff
ofproto: 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-29
Ben Pfaff
ofproto: Fix memory leak in handle_packet_out().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
Jesse Gross
netdev: Fix carrier status for down interfaces.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Justin Pettit
ofproto: Add coverage counter for reinit_ports()
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Justin Pettit
ofproto: Print "drop" action when dumping hidden flows
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Ben Pfaff
datapath: Simplify ODPAT_SET_DL_TCI action.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-14
Ethan Jackson
vswitchd: Bubble no-flood configuration up to bridge
blob
|
commitdiff
|
raw
|
diff to current
2010-10-14
Ben Pfaff
ofproto: Fix implementation of OFPP_FLOOD.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-12
Justin Pettit
ofproto: Update flow context for resubmit on VLAN actions
blob
|
commitdiff
|
raw
|
diff to current
2010-10-11
Ben Pfaff
datapath: Combine dl_vlan and dl_vlan_pcp.
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-10-11
Ben Pfaff
datapath: Remove implementation of port groups.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-11
Ben Pfaff
ofproto: Get rid of port_changed_cb.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-11
Ben Pfaff
vswitchd: Support changing the type of a bridge port.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Ben Pfaff
ofproto: Drop flows from datapath more quickly under...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Ben Pfaff
classifier: Introduce macros for iterating exact-match...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Ben Pfaff
ofproto: Iterate through exact-match rules first during...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Ben Pfaff
ofproto: Drop unneeded poll_immediate_wake().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Ben Pfaff
ofproto: Fix effective memory leak for uninstallable...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Ben Pfaff
ofproto: Factor conditional out of loop in send_flow_re...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-06
Ben Pfaff
ofproto: Group functions related to flow expiration...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-06
Ben Pfaff
ofproto: Avoid wasting memory malloc()'ing empty action...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-03
Justin Pettit
Add Nicira extension for modifying queue without transm...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Ben Pfaff
ofproto: Only dump queue statistics if the queue really...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Ben Pfaff
Switch many macros from using CONTAINER_OF to using...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Ben Pfaff
ofproto: Use hash table instead of sparse array for...
blob
|
commitdiff
|
raw
|
diff to current
next