projects
/
openvswitch
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
datapath: Avoid pskb_may_pull() checks where not needed.
[openvswitch]
/
ofproto
/
2010-08-27
Ben Pfaff
ofproto: Avoid ofpbuf_clone() for OFPAT_CONTROLLER...
tree
|
commitdiff
2010-08-27
Ben Pfaff
ofproto: Avoid user->kernel->user round-trip for many...
tree
|
commitdiff
2010-08-26
Ben Pfaff
Add Nicira extension to OpenFlow for dropping spoofed...
tree
|
commitdiff
2010-08-13
Ben Pfaff
odp-util: Avoid branch in odp_actions_add().
tree
|
commitdiff
2010-08-13
Ben Pfaff
ofproto: Add support for NXAST_RESUBMIT recursion.
tree
|
commitdiff
2010-08-13
Ben Pfaff
Remove vestigial support for Spanning Tree Protocol.
tree
|
commitdiff
2010-08-07
Ben Pfaff
ofproto: Add support for remote "service controllers".
tree
|
commitdiff
2010-08-06
Ben Pfaff
ofproto: Improve terminology.
tree
|
commitdiff
2010-08-06
Ben Pfaff
vswitchd: Only re-learn from flows that output to OFPP_...
tree
|
commitdiff
2010-08-03
Ben Pfaff
datapath: Don't track IP TOS value two different ways.
tree
|
commitdiff
2010-07-31
Justin Pettit
vswitchd: Don't act as learning switch in secure mode...
tree
|
commitdiff
2010-07-31
Justin Pettit
vswitchd: Move fail-mode config to Bridge table
tree
|
commitdiff
2010-07-21
Ben Pfaff
vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
tree
|
commitdiff
2010-07-20
Ben Pfaff
dpif: Abstract translation from OpenFlow queue ID into...
tree
|
commitdiff
2010-06-28
Ben Pfaff
ofproto: Log changes made by flow normalization.
tree
|
commitdiff
2010-06-24
Ben Pfaff
vswitch: Implement unixctl command to reconnect OpenFlo...
tree
|
commitdiff
2010-06-18
Jesse Gross
ofproto: Consistently make queue_id uint32_t.
tree
|
commitdiff
2010-06-17
Ben Pfaff
Implement QoS framework.
tree
|
commitdiff
2010-06-17
Ben Pfaff
port-array: Add port_array_delete() function.
tree
|
commitdiff
2010-06-17
Ben Pfaff
vconn: Move OpenFlow utility functions into new file...
tree
|
commitdiff
2010-06-17
Ben Pfaff
ofproto: Fix byte order for OFP_VLAN_NONE to dl_vlan...
tree
|
commitdiff
2010-06-09
Jesse Gross
timeval: Use monotonic time where appropriate.
tree
|
commitdiff
2010-06-08
Ben Pfaff
discovery: Include datapath name in log messages.
tree
|
commitdiff
2010-06-08
Ben Pfaff
ofproto: Make OpenFlow connection log messages name...
tree
|
commitdiff
2010-06-08
Ben Pfaff
rconn: Drop rconn_new(), rconn_new_from_vconn() functions.
tree
|
commitdiff
2010-06-08
Ben Pfaff
rconn: Drop 'name' arg to rconn_new_from_vconn(), rconn...
tree
|
commitdiff
2010-06-04
Jesse Gross
bridge: Filter some gratuitous ARPs on bond slaves.
tree
|
commitdiff
2010-06-02
Jesse Gross
netdev: Remove may_create/may_open flags.
tree
|
commitdiff
2010-05-27
Ben Pfaff
ofproto: Avoid null pointer dereference if in_band_crea...
tree
|
commitdiff
2010-05-27
Ben Pfaff
ofproto: Fix treatment of out-of-band controllers.
tree
|
commitdiff
2010-05-26
Ben Pfaff
Add some missing "#include"s.
tree
|
commitdiff
2010-05-26
Ben Pfaff
Always #include <sys/socket.h> before <net/if.h>.
tree
|
commitdiff
2010-05-26
Ben Pfaff
poll-loop: New function poll_timer_wait_until().
tree
|
commitdiff
2010-05-19
Ben Pfaff
netflow: Use macro for constant instead of static const...
tree
|
commitdiff
2010-05-17
Wei Yongjun
ofproto: fix compile warning of ofproto/ofproto.c
tree
|
commitdiff
2010-05-13
Ben Pfaff
ofproto: Prefer "master" and "other" connections for...
tree
|
commitdiff
2010-05-12
Ben Pfaff
ofproto-sflow: Maintain table of ports even when cleari...
tree
|
commitdiff
2010-05-11
Ben Pfaff
ofproto: Don't send async messages on transient connect...
tree
|
commitdiff
2010-05-11
Ben Pfaff
ofproto: Fix segfault sending packet_ins on transient...
tree
|
commitdiff
2010-05-05
Ben Pfaff
ofproto: Implement ofp_action_output "max_len" feature.
tree
|
commitdiff
2010-05-05
Neil McKee
sflow: Always add poller and sampler together.
tree
|
commitdiff
2010-05-05
Neil McKee
sflow: Properly fill in initial destination VLAN in...
tree
|
commitdiff
2010-05-05
Neil McKee
sflow: Include Ethernet FCS in frame_length to comply...
tree
|
commitdiff
2010-04-27
Ben Pfaff
ofproto: Avoid buffer copy in OFPT_PACKET_IN path.
tree
|
commitdiff
2010-04-26
Ben Pfaff
ofproto: Fix bad memory access sending large numbers...
tree
|
commitdiff
2010-04-26
Ben Pfaff
ofproto: Allow client to pass down extra (IP,port)...
tree
|
commitdiff
2010-04-26
Ben Pfaff
in-band: Generalize the in-band code to arbitrary ...
tree
|
commitdiff
2010-04-26
Ben Pfaff
in-band: Use NULL for null pointer constant, instead...
tree
|
commitdiff
2010-04-26
Ben Pfaff
in-band: Refactor in_band_set_remotes().
tree
|
commitdiff
2010-04-26
Ben Pfaff
in-band: Refactor slightly to be easier to understand.
tree
|
commitdiff
2010-04-26
Ben Pfaff
in-band: Avoid magic number in refresh_remotes().
tree
|
commitdiff
2010-04-26
Ben Pfaff
in-band: Better adapt to new rconn usage pattern.
tree
|
commitdiff
2010-04-20
Ben Pfaff
in-band: Refresh both local and remote rules even if...
tree
|
commitdiff
2010-04-20
Ben Pfaff
in-band: Really reinstall in-band rules in in_band_flus...
tree
|
commitdiff
2010-04-20
Ben Pfaff
in-band: Remove comment that only a single controller...
tree
|
commitdiff
2010-04-20
Ben Pfaff
ofproto: Add support for master/slave controller coordi...
tree
|
commitdiff
2010-04-20
Ben Pfaff
Add support for multiple OpenFlow controllers on a...
tree
|
commitdiff
2010-04-20
Ben Pfaff
ofproto: Bundle all controller-related settings into...
tree
|
commitdiff
2010-04-20
Ben Pfaff
in-band: Support an arbitrary number of controllers.
tree
|
commitdiff
2010-04-20
Ben Pfaff
in-band: Drop in-band flows when turning off in-band...
tree
|
commitdiff
2010-04-20
Ben Pfaff
in-band: Fix memory leak in in_band_destroy().
tree
|
commitdiff
2010-04-20
Ben Pfaff
in-band: Fix null pointer dereference.
tree
|
commitdiff
2010-04-20
Ben Pfaff
in-band: Fix memory leak in get_remote_mac().
tree
|
commitdiff
2010-04-20
Ben Pfaff
in-band: Fix inconsistency in in-band code.
tree
|
commitdiff
2010-04-20
Ben Pfaff
ofproto: Make valgrind happy.
tree
|
commitdiff
2010-04-20
Ben Pfaff
fail-open: Fix typo in comment.
tree
|
commitdiff
2010-04-19
Jesse Gross
tunneling: Add support for tunnel ID.
tree
|
commitdiff
2010-04-15
Ben Pfaff
ofproto: Use original in_port for executing NXAST_RESUB...
tree
|
commitdiff
2010-04-13
Ben Pfaff
ofproto: Maximum value of "int" is INT_MAX, not UINT32_MAX.
tree
|
commitdiff
2010-04-13
Ben Pfaff
ofproto: Make NXAST_RESUBMIT take header modifications...
tree
|
commitdiff
2010-04-13
Ben Pfaff
ofproto: Copy the flow being translated in xlate_actions().
tree
|
commitdiff
2010-04-05
Ben Pfaff
ofproto: Make OFPFC_MODIFY and OFPFC_MODIFY_STRICT...
tree
|
commitdiff
2010-03-25
Ben Pfaff
Merge "citrix" branch into "master".
tree
|
commitdiff
2010-03-24
Ben Pfaff
ofproto: Don't optimize out updating flow cookie.
tree
|
commitdiff
2010-03-17
Ben Pfaff
Merge "next" branch into "master".
tree
|
commitdiff
2010-03-09
Ben Pfaff
ofproto: Avoid extra call to time_msec().
tree
|
commitdiff
2010-03-06
Ben Pfaff
ofproto: Fix stupid typo that broke the build.
tree
|
commitdiff
2010-03-05
Ben Pfaff
ofproto: Fix OpenFlow flow statistics result.
tree
|
commitdiff
2010-03-04
Ben Pfaff
ofproto: Don't shadow global variable name.
tree
|
commitdiff
2010-02-25
Jesse Gross
collectors: Check for NULL set of collectors.
tree
|
commitdiff
2010-02-24
Ben Pfaff
Merge "master" into "next".
tree
|
commitdiff
2010-02-20
Jesse Gross
collectors: Check for NULL set of collectors.
tree
|
commitdiff
2010-02-20
Ben Pfaff
ofproto: Fix implementation of OFPAT_SET_NW_DST.
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Always terminate OpenFlow description strings
tree
|
commitdiff
2010-02-20
Justin Pettit
ovs-vswitchd: Remove inline OpenFlow descriptions
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Don't leak descriptions when destroying an...
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Set protocol version to 0x01 (OpenFlow 1.0)
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Querying port stats for individual ports ...
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Improve resolution of flow stats and removed...
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Add support for matching IP addresses in ARP...
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Add support for flow cookies (OpenFlow 1.0)
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Add user-specifiable datapath description...
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Use 64-bit datapath id and management id ...
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Add support for barrier command (OpenFlow...
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Add selective Flow Removed messages and flow...
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Check overlap, emerg flow cache, and error...
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
tree
|
commitdiff
2010-02-24
Ben Pfaff
ofproto: Delete fail-open flow when turning off fail...
tree
|
commitdiff
2010-02-17
Jesse Gross
Add extern "C" to more header files.
tree
|
commitdiff
2010-02-12
Ben Pfaff
ofproto: Use UINT16_MAX in place of -1, for clarity.
tree
|
commitdiff
next