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
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Reduce risk of port collision and remove bash dependency.
Ben Pfaff
2012-02-02
4
-8
/
+36
*
daemon: New function daemon_save_fd() to preserve fds across detach.
Ben Pfaff
2012-02-02
1
-9
/
+2
*
tests: Run ovs-ofctl under valgrind too, with the "check-valgrind" target.
Ben Pfaff
2012-02-02
1
-0
/
+2
*
Add support for limiting the number of flows in an OpenFlow flow table.
Ben Pfaff
2012-02-01
3
-0
/
+238
*
heap: New library that implements a binary heap-based priority queue.
Ben Pfaff
2012-02-01
5
-1
/
+509
*
util: New function bitwise_zero().
Ben Pfaff
2012-02-01
1
-0
/
+43
*
util: Move bitwise_copy() here, add new bitwise functions, add a test.
Ben Pfaff
2012-02-01
1
-1
/
+61
*
tests: Fix broken interface-reconfigure tests.
Ben Pfaff
2012-01-24
1
-0
/
+4
*
lacp: Require successful LACP negotiations when configured.
Ethan Jackson
2012-01-23
1
-1
/
+1
*
bond: Change default bond_mode to active-backup.
Ethan Jackson
2012-01-16
1
-1
/
+0
*
bond: Add ovs-appctl bond/show to LACP sanity checks.
Ethan Jackson
2012-01-16
1
-3
/
+19
*
ofproto: New action TTL decrement.
Pravin B Shelar
2012-01-13
2
-4
/
+36
*
Better abstract OpenFlow error codes.
Ben Pfaff
2012-01-12
2
-57
/
+94
*
dpif-netdev: Make port numbers predictable for dummy dpif, for unit tests.
Ben Pfaff
2012-01-12
1
-250
/
+140
*
ovs-vsctl: Add set relational operators to "find" command.
Ben Pfaff
2012-01-11
1
-1
/
+135
*
openflow: New Nicira Extended PACKET_IN format.
Ethan Jackson
2012-01-10
2
-38
/
+68
*
ofproto-dpif: Implement PACKET_IN in userspace.
Ethan Jackson
2012-01-10
1
-2
/
+2
*
nx-match: New function nx_pull_match_loose().
Ethan Jackson
2012-01-10
1
-1
/
+16
*
tests: Unit test PACKET_IN.
Ethan Jackson
2012-01-10
1
-0
/
+169
*
ofp-print: Print checksum in ofp_packet_to_string().
Ethan Jackson
2012-01-10
1
-1
/
+1
*
ofp-print: Remove tcpdump from ofp_packet_to_string().
Ethan Jackson
2012-01-10
1
-7
/
+2
*
ofp-print: Remove vestigial 'total_len' argument.
Ethan Jackson
2012-01-10
1
-1
/
+1
*
flow: Improve flow_format() output.
Ethan Jackson
2012-01-10
1
-1
/
+1
*
ofproto-dpif.at: Add test for normal action with OFPP_NONE in_port.
Justin Pettit
2012-01-05
1
-0
/
+28
*
tests: Fix bug in NetFlow test case.
Ben Pfaff
2012-01-05
1
-1
/
+1
*
ofproto-dpif: Fake-up OFPP_NONE input bundle for mirroring and normal.
Justin Pettit
2012-01-04
1
-0
/
+30
*
Add ability to restrict flow mods and flow stats requests to cookies.
Justin Pettit
2011-12-27
2
-0
/
+96
*
tests: Update gitignore to include test-netflow.
Ethan Jackson
2011-12-19
1
-0
/
+1
*
netflow: Add basic unit tests.
Ben Pfaff
2011-12-19
3
-0
/
+455
*
tests: Add expected output parameter to OVS_VSWITCHD_START.
Ben Pfaff
2011-12-19
2
-38
/
+27
*
tests: Update ovs-vswitchd log messages to ignore.
Ben Pfaff
2011-12-19
1
-2
/
+0
*
ofproto-dpif: Flush MACs for deleted ports from every bridge.
Ben Pfaff
2011-12-16
1
-0
/
+124
*
tests: Perform basic LACP unit tests.
Ethan Jackson
2011-11-30
3
-0
/
+103
*
ovsdb: Correctly implement conditions that include multiple clauses.
Ben Pfaff
2011-11-28
1
-16
/
+36
*
mirroring: Don't require the "normal" action to perform mirroring.
Justin Pettit
2011-11-24
1
-0
/
+277
*
ofproto-dpif: Support differing user/kernel packet parsing support.
Ben Pfaff
2011-11-23
2
-2
/
+19
*
vswitch: Implement dscp column of the Queue table.
Ethan Jackson
2011-11-23
1
-0
/
+27
*
dpif-netdev: Allow enqueue actions.
Ethan Jackson
2011-11-21
1
-2
/
+2
*
ofproto-dpif: Test basic output and flooding.
Ethan Jackson
2011-11-21
1
-0
/
+58
*
tests: Allow unit tests to run as root.
Ethan Jackson
2011-11-18
1
-6
/
+2
*
Implement a new port setting "other-config:priority-tags".
Ben Pfaff
2011-11-17
1
-24
/
+22
*
ofproto-dpif: Get rid of "struct dst".
Ben Pfaff
2011-11-17
1
-7
/
+9
*
tests: Rewrite code for comparing sets of ODP actions.
Ben Pfaff
2011-11-17
3
-69
/
+4
*
odp-util: Add support for named ports to odp_flow_key_from_string().
Ben Pfaff
2011-11-17
1
-1
/
+1
*
datapath: Describe policy for extending flow key, implement needed changes.
Ben Pfaff
2011-11-14
2
-48
/
+50
*
flow: Use FWW_ flags to wildcard IP DSCP and ECN.
Justin Pettit
2011-11-10
1
-12
/
+9
*
Prepend "nw_" to "frag" and "tos" elements.
Justin Pettit
2011-11-10
1
-12
/
+12
*
datapath: Rename ipv6_tos to ipv6_tclass.
Justin Pettit
2011-11-09
1
-11
/
+11
*
Support matching and modifying IP TTL.
Justin Pettit
2011-11-09
4
-27
/
+37
*
Support matching and modifying IP ECN bits.
Justin Pettit
2011-11-09
2
-6
/
+20
[next]