classifier: Use array for subtables instead of a list.
[sliver-openvswitch.git] / ofproto /
2014-04-29 Jarno Rajahalmeofproto: Use classifer cursor API to collect vlan usage.
2014-04-29 Jarno Rajahalmeofproto: Inline trivial functions.
2014-04-29 Jarno Rajahalmeofproto: Inline actions in struct rule_actions.
2014-04-29 Andy Zhouofproto-dpif: restore bond rebalance for non-recirc...
2014-04-29 Andy Zhouofproto-bond: do not allow recirculation when we failed...
2014-04-28 Ben Pfaffovs-thread: Make caller provide thread name when creati...
2014-04-28 Alex Wangofproto-dpif: Use sequence number to wake up main threa...
2014-04-25 Joe Stringerrevalidator: Fix ukey stats cache updating.
2014-04-25 Alex Wangofproto-dpif-upcall: Fix a bug.
2014-04-25 Gurucharan Shettyofproto: Don't destroy mutex before its use.
2014-04-24 Alex Wangbfd/cfm: Check status change before update status to...
2014-04-24 Padmanabhan Krishnanofproto-dpif-xlate: Identify STP BPDUs more specifically.
2014-04-24 Jarno Rajahalmeofproto: Reduce taking rule references.
2014-04-24 Jarno Rajahalmeofproto: Make taking rule reference conditional on...
2014-04-24 Jarno Rajahalmeofproto: RCU postpone rule destruction.
2014-04-24 Ethan Jacksonofproto-dpif-upcall: Remove the flow_dumper thread.
2014-04-23 Joe Stringerrevalidator: Prevent handling the same flow twice.
2014-04-23 Andy Zhouofproto-dpif: Improve code clarity and comments on...
2014-04-22 Alex Wangofproto-dpif-upcall: Fix logic error in handler/revalid...
2014-04-22 Alex Wangofproto-dpif-upcall: Fix ovs-vswitchd crash.
2014-04-21 Andy Zhouopenvswitch.h: rename hash action definition
2014-04-21 Andy Zhouodp-util: Always generate key/mask pair in netlink...
2014-04-21 Andy Zhouofproto-dpif: Rule lookup starts from table zero for...
2014-04-20 YAMAMOTO Takashiofproto-dpif-upcall: Don't use stack garbage
2014-04-19 Alex Wangofproto-dpif-upcall: Remove the dispatcher thread.
2014-04-18 Jarno Rajahalmelib/flow: Add miniflow accessors and miniflow_get_tcp_f...
2014-04-18 Jarno Rajahalmelib/flow: Introduce miniflow_extract().
2014-04-18 ejjMerge pull request #3 from joestringer/submit/xlate_cac...
2014-04-18 Joe Stringerrevalidator: Only revalidate high-throughput flows.
2014-04-18 Joe Stringerofproto-dpif-xlate: Cache xlate_actions() effects.
2014-04-18 Joe Stringerofproto: New function ofproto_refresh_rule().
2014-04-16 Andy Zhoudpif-netdev: Move hash function out of the recirc actio...
2014-04-16 Andy Zhouofproto-dpif: xlate should not attribute stats to bond...
2014-04-16 Andy Zhouofproto/bond: properly maintain hash entry pr_rule
2014-04-16 Andy Zhouofproto/bond: Keep hash entry slave valid.
2014-04-16 Andy Zhouofproto/bond: only display hash entries with tx_byptes...
2014-04-15 Joe Stringerofproto/bond: Protect statistics with writelock.
2014-04-15 Joe Stringerofproto/bond: Minor cleanups.
2014-04-14 Simon Hormanofproto-dpif: Correct typo in documentation of rule_dpi...
2014-04-14 Simon Hormanofproto-dpif: Correct documentation of rule_dpif_lookup...
2014-04-11 Jarno RajahalmeClarify tunnel wildcarding.
2014-04-10 Alex Wangofproto: Use netdev's 'change_seq' to reduce port modif...
2014-04-10 Ben Pfaffnetflow: Correctly track flow creation time.
2014-04-09 Jarno Rajahalmeofproto/xlate: Fix set field unwildcarding.
2014-04-09 Jarno RajahalmeTests: Fix ofproto/trace and expose megaflows when...
2014-04-09 Jarno Rajahalmeofproto: Fix wildcard masking with nw_tos.
2014-04-09 Andy Zhoudpif: Wildcard bond output port with recirculation
2014-04-08 Jarno Rajahalmeofproto/ofproto-dpif: Use ofpbuf API to access 'data...
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-04-06 YAMAMOTO Takashiofproto-dpif-upcall: Expire netflow flow when revalidat...
2014-04-03 Simon Hormanofproto: Support OF version-specific table-miss behaviours
2014-04-03 Jarno Rajahalmeofpbuf: Abstract 'l2' pointer and document usage conven...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
2014-03-28 YAMAMOTO Takashirecirculation: Some cosmetic fixes
2014-03-28 Andy Zhoulib/packet.h: add hash_mac()
2014-03-28 Andy Zhoulib/hash.h: add hash_uint64()
2014-03-28 Alex Wangofproto-dpif-upcall: Fix a race.
2014-03-25 Andy Zhoudpif-netdev: user space datapath recirculation
2014-03-25 Andy Zhouofproto-dpif: Added Per backer recirculation ID management
2014-03-25 Andy Zhoulib/flow: add dp_hash and recirc_id to struct flow
2014-03-21 Pravinnetdev: Extend rx_recv to pass multiple packets.
2014-03-24 Gurucharan Shettypackets: packet metadata from flow function instead...
2014-03-24 Jarno Rajahalmeofp-util: Fix inconsistencies in table features type.
2014-03-20 Simon Hormanofproto-dpif: Differentiate between different miss...
2014-03-20 Simon Hormanofproto: Honour Table Mod settings for table-miss handling
2014-03-20 Alex Wangdpif: Change dpif API to allow multiple handler threads...
2014-03-20 Ben PfaffCodingStyle: Allow designated initializers.
2014-03-19 Jarno Rajahalmelib: Use tcp_flags from flow.
2014-03-19 Jarno Rajahalmelib/flow: Retain ODPP_NONE on flow_extract().
2014-03-18 Ben Pfaffofproto: Use RCU to protect rule_actions.
2014-03-18 Ben Pfaffovs-rcu: New library.
2014-03-17 Gurucharan Shettyofproto: Don't use DELETE inside enumerator list.
2014-03-17 Ben Pfaffofproto-dpif: Revalidate flows when the group table...
2014-03-16 Andy Zhouudpif: Bug fix updif_flush
2014-03-15 kmindgstp: Fix bpdu tx problem in listening state
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-03-13 Gurucharan Shettyconfigure: Include pthread-win32 libraries for Windows...
2014-03-12 kmindgofproto: Update rule's priority in eviction group.
2014-03-11 Joe Stringerofproto-dpif: Use 'struct dpif_stats' for stats.
2014-03-11 Joe Stringermirror: Use 'struct ref_count' for refcounting.
2014-03-11 Joe Stringernetflow: Make netflow_flow_update() parameter const.
2014-03-08 Joe Stringerupcall: Configure datapath max-idle through ovs-vsctl.
2014-03-02 Ben Pfafftunnel: Do not set padding bits in tunnel mask.
2014-03-01 Andy Zhoulib: simplify flow_extract() API
2014-02-27 Joe Stringerdpif: Don't synchronize flow_dump_next() status.
2014-02-27 Joe Stringerdpif: Make dpif_flow_dump_next() thread-safe.
2014-02-26 Ben Pfaffofproto: Send port status message for port-mods, right...
2014-02-26 Ben Pfaffofproto-dpif-upcall: Fix null dereference in push_dump_...
2014-02-26 Joe Stringerupcall: Remove datapath flows when setting n-threads.
2014-02-26 Joe Stringerupcall: Delete flows that were not recently dumped.
2014-02-26 Joe Stringerupcall: Refactor ukey creation and dump handling
2014-02-25 Joe Stringerupcall: Defer ukey deletion until after pushing stats.
2014-02-25 Ben Pfaffofproto-dpif: Complete all packet translations before...
2014-02-22 Ben Pfaffofproto-dpif-xlate: Avoid recursively taking read side...
2014-02-21 Ben Pfaffofproto-dpif: Fix segfault removing port when STP is...
2014-02-20 Ben Pfaffofproto: Update only OFPUTIL_PS_LINK_DOWN (not STP...
2014-02-19 Joe Stringerofproto-provider: Update documentation.
2014-02-19 Romain Lengletipfix: add SCTP, ICMP, and ICMPv6 flow reporting
2014-02-19 Romain Lengletipfix: fix upcall cookie size checks to support 8 byte...
next