comply with new ofpbuf interface
[sliver-openvswitch.git] / ofproto /
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
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-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
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-09 Giuseppe LettieriMerge branch 'mainstream'
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
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-25 Giuseppe LettieriMerge branch 'mainstream'
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...
2014-02-19 Joe Stringerofproto: Remove 'force-miss-model' configuration.
2014-02-13 Jarno Rajahalmeofproto-dpif: Use adaptive mutex for stats.
2014-02-12 Jarno Rajahalmeofproto: Move 'rule->used' to the provider.
2014-02-12 Jarno Rajahalmeofproto: Optimize the case of a repeated learn action...
2014-02-12 Jarno Rajahalmeofproto: Lock for vlan splinters only if have them.
2014-02-11 Ben Pfafftunnel: Support all combinations of flow-based and...
2014-02-11 Alex Wangbond: Change the way of assigning bond slave for unassi...
2014-02-11 Ben Pfaffofproto-dpif-xlate: Make flows that match ICMP fields...
2014-02-10 Joe Stringerupcall: Add appctl call to set flow_limit.
2014-02-10 Giuseppe LettieriMerge branch 'mainstream'
2014-02-07 Joe Stringerofproto: Update documentation
2014-02-07 Ben Pfaffcollectors: Improve log message to better describe...
2014-02-07 Ben PfaffAlways insert MPLS labels after VLAN tags.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-02-04 Giuseppe LettieriMerge branch 'mainstream'
2014-02-04 Ben PfaffEnhance userspace support for MPLS, for up to 3 labels.
2014-02-03 Simon Hormanofproto-dpif-xlate: Remove unused fitnessp pararameter...
2014-01-29 Ethan Jacksonofproto-dpif-upcall: Hardcode max_idle to 1500ms.
2014-01-29 Joe Stringerupcall: Avoid divide-by-zero calculating flow limit
2014-01-24 Gurucharan Shettyofproto: Handle negative number of threads.
2014-01-21 Joe Stringerupcall: Cache the number of flows from the datapath.
2014-01-21 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-16 Simon Hormanlib: Add tpid parameter to eth_push_vlan()
2014-01-16 Ben Pfaffofproto-dpif-monitor: Change global rwlock into mutex.
2014-01-16 Ben Pfaffofproto-dpif: Add more lock annotations.
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Avoid recursive acquisition of...
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Fix a whitespace error.
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
2014-01-13 Ben Pfaffofproto-dpif: Un-wildcard nw_frag only for protocols...
2014-01-13 Ben Pfafftunnel: Un-wildcard only flags that really exist in...
2014-01-13 Ben Pfaffofproto-dpif-upcall: Avoid unnecessarily installing...
2014-01-10 Ben Pfaffofproto: Add more thread safety annotations.
2014-01-09 Ben Pfaffovs-atomic: Introduce a new 'struct ovs_refcount'.
2014-01-09 Ben Pfaffovs-atomic: Add atomic_destroy() and use everywhere...
2014-01-09 Ben Pfaffofproto-dpif-upcall: Slightly simplify udpif_upcall_han...
2014-01-09 Alex Wangofproto/trace: Show megaflow fields in each resubmit.
next