ipsec: install iptables rules that set IPsec bit in skb mark
[cascardo/ovs.git] / tests /
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
2013-12-23 Ben Pfaffpcap-file: Add timestamp support for reading and writin...
2013-12-20 Ben Pfaffofp-print: Print durations with at least three decimals.
2013-12-20 YAMAMOTO Takashitests/learn.at: Workaround a race
2013-12-20 YAMAMOTO Takashitests/ofproto-dpif.at: Workaround a race
2013-12-20 YAMAMOTO Takashitests/ofproto.at: Avoid stdout/stderr ordering assumptions
2013-12-20 YAMAMOTO Takashitests/ofproto-dpif.at: Portability improvement
2013-12-20 YAMAMOTO Takashitests/daemon-py.at: Skip if no python
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-19 Joe Stringerunixctl: Make dpif/dump-flows fetch kernel flows.
2013-12-18 Helmut Schaaopenvswitch: Use libtool and allow building shared...
2013-12-17 Joe Stringercfm: Add test for fault_override
2013-12-17 Ben Pfafflacp: Give LACP a moment to initialize before testing...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-14 Joe Stringermonitor: Replace monitor_seq with periodic wakeup
2013-12-13 Ben Pfaffvconn: Reply with OFPBRC_BAD_VERSION for bad version.
2013-12-13 Ben Pfaffjsonrpc-server: Add test for disconnecting connections...
2013-12-13 Ethan Jacksonofproto-dpif: Remove ovs-appctl dpif/del-flows.
2013-12-13 Ethan Jacksonofproto-dpif: Remove avg_subfacet_life.
2013-12-12 Ben Pfaffbridge: Support changing port numbers.
2013-12-11 Ben Pfafflacp: Make lacp negotiation test hard-code aggregation...
2013-12-11 Jarno RajahalmeClassifier: Track address prefixes.
2013-12-11 Jarno Rajahalmedpif-netdev: Properly create exact match masks.
2013-12-10 Alex Wangbfd: Change the update of forwarding flag.
2013-12-07 alex wangbfd: Refine unit tests for forwarding_if_rx and flap_count.
2013-12-06 Jarno Rajahalmelib/flow: Add IPv6 support for flow_compose().
2013-12-04 Ben Pfaffofp-util: Implement OpenFlow 1.1 packet-in message.
2013-12-03 Jarno Rajahalmetests/ofproto-dpif.at: Avoid testing with incomplete...
2013-12-03 Jarno Rajahalmelib/util: Add clz32() and clz64().
2013-12-03 Jarno Rajahalmelib/util: Rename ctz() as ctz32().
2013-12-02 Jarno Rajahalmelib: More intuitive syntax for TCP flags matching.
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-20 Alex Wangbfd: Add new key "flap_count" to "bfd_status".
2013-11-20 Joe Stringercoverage: Synchronize per-thread counters less aggressively
2013-11-20 Ben Pfaffofp-actions: Make ofpacts_check() report consistency...
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-11-19 Ben Pfaffutil: Rename popcount to count_1bits
2013-11-18 Ben Pfaffutil: Make popcount() handle 64-bit integers, not separ...
2013-11-18 Jarno Rajahalmelib/util: Add ctz64() and popcount64().
2013-11-15 Simon Hormanofp-actions: Consider L4 actions after mpls_push as...
2013-11-15 Ben Pfaffutil: New function ovs_scan().
2013-11-13 Simon Hormanofproto-dpif: test ARP SPA and TPA load actions
2013-11-13 Gurucharan Shettydpif-netdev: Introduce a classifier in userspace datapath.
2013-11-11 Ben Pfaffofp-actions: Switch away from odd use of "q" in "enqueu...
2013-11-11 Ben Pfaffofproto-dpif: New unixctl command ofproto/trace-packet...
2013-11-11 Ben Pfaffofproto-dpif: Factor code out of ofproto_unixctl_trace().
2013-11-05 Ben Pfaffofp-util: Report OFPMMFC_BAD_FLAGS for bad band flags.
2013-11-05 Ben Pfaffofp-util: Report OFPMMFC_BAD_COMMAND for bad meter...
2013-11-05 Ben Pfaffofp-util: Report OFPMMFC_BAD_BAND for bad band type...
2013-11-05 Ben Pfaffofp-actions: Allow meter actions in ofpacts_verify().
2013-11-04 alex wangcfm: Add ovsdb column "cfm_flap_count".
2013-11-03 Ben Pfaffovs-controller: Rename test-controller and do not insta...
2013-11-03 Simon Hormanofproto-dpif: Support weight for select groups
2013-11-03 Simon Hormanofproto-dpif: Implement translation of select groups.
2013-11-03 Simon Hormanofproto-dpif: Translation of fast failover groups
2013-11-03 Simon Hormanofproto: Add test for flow mod with groups.
2013-11-03 Simon Hormanofproto: Add del groups test
2013-11-03 Simon Hormanofproto: Add group desc and stats tests
2013-11-02 Simon Hormanofproto-dpif: Translation of indirect and all groups
2013-11-02 Ben Pfaffofproto-dpif-xlate: Handle oversized actions more grace...
2013-11-02 Jarno RajahalmeAdd OF11 SET MPLS LABEL and SET MPLS TC actions.
2013-11-02 Ben Pfaffofp-util: Enforce OpenFlow 1.1+ table_id requirements...
2013-11-01 Jarno Rajahalmeofp-actions: Send deprecated actions as set fields.
2013-11-01 Jarno Rajahalmeofp-actions: Set-Field OF 1.0/1.1 compatibility.
2013-11-01 Jarno RajahalmeOXM inspired match field names.
2013-11-01 Jarno RajahalmeOF 1.1 pop vlan compatibility.
2013-11-01 Jarno RajahalmeOF 1.1 set vlan vid/pcp compatibility.
2013-11-01 Simon Hormanofproto: Add group features test
2013-11-01 Ben Pfaffmeta-flow: Make mf_parse() report bad masks as errors.
2013-10-31 Simon HormanReturn no protocols if mask is supplied for unmaskable...
2013-10-31 Simon Hormanovs-ofctl: Add icmp_code test
2013-10-30 Jarno Rajahalmeclassifier: Rename struct cls_table as cls_subtable.
2013-10-29 Alexandru Copotofproto: Add support for sending OFPTYPE_ROLE_STATUS...
2013-10-29 Venkitachalam Gopa... Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_...
2013-10-29 Jarno RajahalmeTCP flags matching support.
2013-10-25 Ben Pfaffofproto: Avoid abandoning an ofopgroup without committi...
2013-10-25 Ben Pfafftests: Skip Python daemon tests in directory with non...
2013-10-25 Ansis Attekatests: use full table names in ovs-vsctl commands
2013-10-23 Jarno Rajahalmelib/ofp-actions: Enforce action consistency.
2013-10-23 Jarno RajahalmeAdd OF11 SET IP TTL action.
2013-10-23 Jarno RajahalmeAdd OF11 set IPv4 ECN action.
2013-10-23 Ben Pfaffofp-util: Use correct cookie value in "packet_in"s...
2013-10-18 YAMAMOTO Takashisocket-util: Add symlink based workaround for long...
2013-10-17 Justin Pettitvtep: Add vtep-ctl command.
2013-10-17 Jarno RajahalmeMore accurate wildcarding and fragment handling.
2013-10-17 Gurucharan Shettyovs-dpctl: Add a 'filter' option to match wildcarded...
2013-10-17 Alex Wangofproto-dpif-monitor: Run ofproto-dpif-monitor in a...
2013-10-17 Alex Wangtests: Relax the requirement of bfd tests on timing.
2013-10-16 Ben Pfaffoftest: Update default controller port number to match...
2013-10-15 YAMAMOTO Takashitests: fix failure when $PKIDIR contains uuid-like...
2013-10-15 YAMAMOTO Takashitests/test-unix-socket.py: abort on an error
2013-10-15 Alex Wangtests: Make ovsdb-server add/remove remote test faster...
2013-10-14 Simon HormanAdd support for write-actions
2013-10-10 Ben PfaffAdd software switch support for modifying ARP headers...
2013-10-09 YAMAMOTO Takashitests: a comment on OF1.3 table_mod
2013-10-09 Alex Wangofproto-dpif-monitor: Add ofproto-dpif-monitor module.
2013-10-09 Alex Wangtests: Remove the unit test for "ovs-appctl coverage...
2013-10-04 Ben Pfaffofproto-dpif-xlate: Suppress oversize datapath actions.
2013-10-04 Ben Pfaffofproto-dpif-xlate: Limit memory and time that translat...
2013-10-02 Gurucharan Shettyovs-dpctl, ofproto/trace: Show and handle the in_port...
next