index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
For SNAT, don't store the pre-fragment L2 header before actions are applied.
for-nox/0.4
Justin Pettit
2009-01-26
3
-6
/
+12
*
Fix fragment issue for large IP packets when SNAT action enabled.
Justin Pettit
2009-01-20
3
-2
/
+92
*
Improve handling of unexpected 'status' in process_status_msg().
Ben Pfaff
2009-01-20
1
-3
/
+7
*
process: New function process_escape_args().
Ben Pfaff
2009-01-20
2
-23
/
+31
*
Debian packaging: Remove IP addresses from netdevs within a switch.
Ben Pfaff
2009-01-20
1
-0
/
+4
*
New function netdev_enumerate().
Ben Pfaff
2009-01-20
2
-0
/
+25
*
New function svec_join().
Ben Pfaff
2009-01-20
2
-0
/
+17
*
Debian packaging: Add several new settings to /etc/default/openflow-switch.
Ben Pfaff
2009-01-20
3
-22
/
+117
*
process: Avoid stealing pclose()'s exit status.
Ben Pfaff
2009-01-20
1
-12
/
+13
*
daemon: Fix behavior in read_pidfile() when pid file is not locked.
Ben Pfaff
2009-01-20
1
-0
/
+5
*
daemon: Fix bogus error message in read_pidfile() when pidfile is empty.
Ben Pfaff
2009-01-20
1
-2
/
+7
*
daemon: Fix segfault in read_pidfile() when pidfile does not exist.
Ben Pfaff
2009-01-20
1
-1
/
+3
*
debian: Avoid aborting on switch startup when $COMMANDS is empty.
Ben Pfaff
2009-01-19
1
-2
/
+2
*
debian: Move ofp-switch-setup and manpage into correct package.
Ben Pfaff
2009-01-15
2
-2
/
+0
*
Check wildcards for in_port != out_port output validation.
Justin Pettit
2009-01-14
1
-1
/
+2
*
Allow controller to set MAC address to use in ARP responses for SNAT IPs.
root
2009-01-13
3
-21
/
+57
*
Crossport lib/svec.[ch] from master branch.
Ben Pfaff
2009-01-13
4
-0
/
+364
*
Introduce x2nrealloc() helper function.
Ben Pfaff
2009-01-13
2
-0
/
+8
*
Crossport lib/process.[ch] from master branch.
Ben Pfaff
2009-01-13
4
-0
/
+482
*
New function ds_get_line().
Ben Pfaff
2009-01-13
2
-0
/
+19
*
New function ds_put_buffer().
Ben Pfaff
2009-01-13
2
-0
/
+7
*
fatal-signal: Fix bug in call_hooks() recursion detection.
Ben Pfaff
2009-01-12
1
-1
/
+1
*
dpctl: Fix use-after-free in "probe" command.
Ben Pfaff
2009-01-12
1
-1
/
+1
*
netdev: Fix file descriptor leak.
Ben Pfaff
2009-01-12
1
-0
/
+1
*
datapath: Check DMI strings for NULL.
Ben Pfaff
2009-01-12
1
-6
/
+8
*
datapath: Avoid pointer arithmetic on possibly-NULL pointer.
Ben Pfaff
2009-01-12
2
-2
/
+8
*
daemon: report error if daemon child process fails to start properly
Ben Pfaff
2009-01-12
1
-1
/
+3
*
dhcp-client: Don't report long time to expiration after lease expires.
Ben Pfaff
2009-01-12
1
-1
/
+6
*
datapath: Fix tracking of number of flows in hash table.
Ben Pfaff
2009-01-12
1
-1
/
+1
*
rconn: Fix segfault when the idle timeout races with connection failure.
Ben Pfaff
2009-01-12
1
-1
/
+5
*
datapath: Don't drop oversize GSO frames, since GSO will break them up.
Ben Pfaff
2009-01-12
1
-1
/
+1
*
Fix bug that could have caused infinite loop in ofp_print_actions().
Ben Pfaff
2009-01-12
1
-1
/
+1
*
Do not forward multicast addresses that must not be, in learning-switch.
Ben Pfaff
2009-01-12
1
-0
/
+4
*
New function to test for multicast addresses that must not be forwarded.
Ben Pfaff
2009-01-12
1
-0
/
+11
*
secchan: Fix cut-and-paste errors in port speed determination.
Ben Pfaff
2009-01-12
2
-2
/
+2
*
Fix off-by-one error in looking up datapaths by index.
Ben Pfaff
2009-01-12
1
-1
/
+1
*
Make ds_cstr() always null-terminate the string.
Ben Pfaff
2009-01-12
1
-1
/
+1
*
Drop message about short Ethernet frames entirely.
Ben Pfaff
2009-01-12
1
-10
/
+0
*
Remove userspace switch in favor of the superior userspace datapath.
Ben Pfaff
2009-01-06
31
-4514
/
+25
*
Fix "make dist" by adding forgotten files to sources lists.
Ben Pfaff
2009-01-06
1
-0
/
+1
*
Prevent Debian package upgrades from prompting.
Ben Pfaff
2009-01-05
6
-0
/
+94
*
Fix learning-switch STP breakage from "out_port" in flow stats request.
Ben Pfaff
2008-12-26
1
-0
/
+1
*
Fix setting "of" device name based on unitialized dp_idx.
Justin Pettit
2008-12-23
1
-1
/
+2
*
Fix flag to indicate whether Flow End messages should be sent.
Justin Pettit
2008-12-19
1
-1
/
+5
*
Fix null pointer dereference when a delete flow command is executed.
Justin Pettit
2008-12-19
2
-13
/
+12
*
secchan: Switch in-band control traffic by hand only on OpenFlow TCP ports.
Ben Pfaff
2008-12-18
1
-4
/
+10
*
Don't use separate asynchronous event connection for user datapath.
Ben Pfaff
2008-12-17
1
-10
/
+27
*
Add support for exporting flow information in NetFlow v5 format.
Justin Pettit
2008-12-17
36
-166
/
+1061
*
Fix usage line about specifying local datapath in secchan.
Justin Pettit
2008-12-17
1
-2
/
+2
*
Improve formatting of process termination messages in secchan logging.
Ben Pfaff
2008-12-16
1
-3
/
+6
[next]