projects
/
openvswitch
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openvswitch
2008-10-23
Justin Pettit
Switch default OpenFlow port from 975 and 976 to 6633.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
Justin Pettit
Fix crash when SNAT support is built and traffic is...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
Ben Pfaff
Add support for packaging openflowext.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-17
Ben Pfaff
Avoid leaving Makefile.am and configure.ac slightly...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-17
Ben Pfaff
Add missing Debian package dependency.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-17
Ben Pfaff
Modify Makefile.am and configure.ac only if they actual...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-17
Ben Pfaff
Fix lib/dhparams.c build failure fallout from earlier...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-16
Ben Pfaff
Centralize daemon option processing and usage.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-16
Ben Pfaff
Fix boot.sh behavior when OpenFlow extensions are not...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-16
Ben Pfaff
Delete trailing whitespace in vlog-socket.c
commit
|
commitdiff
|
tree
|
snapshot
2008-10-16
Ben Pfaff
Hardcode path to tcpdump as /usr/sbin/tcpdump.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-16
Ben Pfaff
Fix typo in manpage.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-16
Ben Pfaff
Revamp build system to make it easier to integrate...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Ben Pfaff
secchan: Make sure fail-open doesn't drop the first...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ben Pfaff
Rework STP implementation in controller.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ben Pfaff
Set DHCP maximum retransmission timeout to 3 seconds...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ben Pfaff
dhcp-client: Log DHCP messages at higher priority.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ben Pfaff
dhcp-client: Fix computation of timeouts.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ben Pfaff
secchan: Log switch datapath id at startup.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ben Pfaff
New routine ofpbuf_put_zeros() to simplify a common...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ben Pfaff
secchan: Remove unhelpful STP-related log message.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ben Pfaff
secchan: Increase max number of local_cbs to accommodat...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ben Pfaff
Support up to 0xff00 ports in OpenFlow, without changin...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ben Pfaff
No problum any more.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Justin Pettit
Conditionally leave out a few more things if "--enable...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Justin Pettit
Remove unnecessary check for validity when dereferencin...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Justin Pettit
Fix dereference of previously freed data.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Justin Pettit
Return error message when a flow can't be added due...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Justin Pettit
Allow SNAT to build on older (2.6.15) and new (2.6...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Justin Pettit
When sending error messages, set the length properly.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Ben Pfaff
rconn: Never report being in failure mode while connected.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Ben Pfaff
rconn: Improve log message when peer closes connection.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Justin Pettit
Remove OFPT_TABLE reference.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Justin Pettit
Add support for Source-NAT to Linux 2.6 datapaths.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
Justin Pettit
Free sk_buffs with kfree_skb() instead of just kfree().
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
Ben Pfaff
rconn: Be pickier about what constitutes a successful...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
Ben Pfaff
Fix inaccurate log message.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
Ben Pfaff
Update documentation to talk about userspace datapath.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
Ben Pfaff
Remove secchan dependence on Netlink for connecting...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
Ben Pfaff
Make rconn_disconnect() a no-op if already disconnected.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
Ben Pfaff
New function stp_set_bridge_id() to change the bridge...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
Ben Pfaff
New function dhclient_get_netdev().
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
Ben Pfaff
Implement dhclient_destroy().
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
Ben Pfaff
Add support for TAP virtual network devices in netdev.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
Ben Pfaff
Fix use-after-free error.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Justin Pettit
Unconditionally set skb->dev in dp_set_origin.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Justin Pettit
Properly set in_port in skb for Flow Mod messages.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Ben Pfaff
In ofp_packet_to_string(), make tcpdump print Ethernet...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Ben Pfaff
Add explanatory comment to make_unix_socket().
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Ben Pfaff
No longer necessary to obtain Ethernet header in netdev...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Ben Pfaff
New function get_unix_name_len() to simplify code.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Ben Pfaff
Make ofp_error() preserve the value of errno.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Ben Pfaff
Random Ethernet addresses should be private and should...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
Justin Pettit
Add support for vendor-defined and variable-length...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-30
Justin Pettit
Properly allocate flow action blocks in user-space...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-26
Justin Pettit
Show OpenFlow wire version when pretty printing feature...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-26
Justin Pettit
Remove kernel datapath unit tests.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-26
Justin Pettit
Added missing header file.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-25
Justin Pettit
Modify VLAN actions to support setting both VID and...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
Ben Pfaff
Remove unused, obsolete attributes from OpenFlow netlin...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
Ben Pfaff
Avoid assertion failure connecting to unsupported remov...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-23
Ben Pfaff
Disable STP in secchan by default (but let --stp enable...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-23
Justin Pettit
Initial checkin of OpenFlow specification LaTeX source.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-23
Ben Pfaff
stp: Turn off STP on ports that are disabled or have...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-23
Justin Pettit
Cleanup printing of ofp_port_mod a bit.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-23
Ben Pfaff
stp: Increase hello time to 2 seconds.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-23
Justin Pettit
Make sure to set 'port_no' in ofp_port_mod messages.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-23
Justin Pettit
First cut of pretty printer of ofp_port_mod messages.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-23
Justin Pettit
Fix some old references to OFPPFL_ in comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-22
Justin Pettit
Modify OpenFlow commands related to ports to be more...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-20
Ben Pfaff
Drop port_watcher support for editing ports.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-20
Ben Pfaff
Get rid of per-port STP implemented bits, by reducing...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-19
Justin Pettit
Use device notifier in Linux kernel switch for detectin...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-19
Ben Pfaff
Add the ability to disable the STP implementation.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-19
Ben Pfaff
Fix boot.sh for the case where the extensions repositor...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-19
Ben Pfaff
vlogconf: Don't abort when given unknown option.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-19
Justin Pettit
Slight improvement to printing of ofp_port_status messages.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-19
Justin Pettit
Added lookup count to ofp_table_stats.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-18
Justin Pettit
Use "~" in designating beta versions to make version...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-18
Justin Pettit
Update pointer to "ext" to contain latest changes.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-18
Ben Pfaff
Fix failure to back off when vconn_open() fails immedia...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-18
Justin Pettit
Update the ChangeLog with the changes since v0.8.1...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Ben Pfaff
Suppress Automake warning about overriding distdir.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Ben Pfaff
Ignore generated files in debian/.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Ben Pfaff
Put "+ext" in the distribution filename if OpenFlow...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Ben Pfaff
Test Debian packaging at "make distcheck" time.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Ben Pfaff
Also distribute Debian packaging.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Ben Pfaff
Make "controller nl:0" work again, by fixing a layering...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Ben Pfaff
Update ext submodule to make it build with latest OpenFlow.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Justin Pettit
Added OFPFC_MODIFY_STRICT flow mod command.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Ben Pfaff
Use RSA instead of DSA by default for the OpenFlow...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Ben Pfaff
Make it easier to bootstrap the PKI for SSL connections...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Ben Pfaff
ofp-pki: Give controller and switch CA distinctive...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Ben Pfaff
Change STP parameters to the minimum values allowed...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-15
Ben Pfaff
Add -Wdeclaration-after-statement to CFLAGS.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-15
Ben Pfaff
Fix "make distcheck".
commit
|
commitdiff
|
tree
|
snapshot
2008-09-15
Ben Pfaff
Ignore some more generated files.
commit
|
commitdiff
|
tree
|
snapshot
next