Merge branch 'mainstream'
[sliver-openvswitch.git] / ofproto /
2013-09-07 Giuseppe LettieriMerge branch 'mainstream'
2013-09-05 Simon Hormanovs-ofctl: Handle any number of buckets in group statistics
2013-09-05 Simon HormanUse enum ofp11_group_type in struct ofgroup
2013-09-05 Simon Hormanofproto-dpif: Correct indentation of rule_dpif_{release...
2013-09-04 Alex Wangtimeval: Remove CACHE_TIME scheme.
2013-09-04 Ethan Jacksonofproto: Rename struct rule's evict lock and use it...
2013-09-04 Ethan Jacksonofproto-dpif: Don't manage eviction groups from threads.
2013-09-04 Ethan Jacksonofproto-dpif: Hide struct rule_dpif internally.
2013-09-04 Ben Pfaffofproto-dpif: Do not dpif_port_del() patch ports in...
2013-09-04 Alex Wangofproto-dpif-xlate: Fix confusion between "no stp port...
2013-09-04 Ben Pfaffofproto: Convert units correctly in ofport_open().
2013-09-04 Ben Pfaffofproto-dpif: Removed unused struct facet 'hmap_node...
2013-09-04 Ben Pfaffofproto: Fix memory leak in add_flow().
2013-09-04 Ben Pfaffofproto-dpif-mirror: Fix memory leak in mbridge_unref().
2013-09-04 Ben Pfaffofproto-dpif: Fix use-after-free deleting a bridge...
2013-09-04 Ethan Jacksonofproto-dpif: Destroy facets on ofproto removal.
2013-09-04 Ethan Jacksonofproto-dpif-xlate: Fix mac learning deadlock.
2013-09-02 Neil ZhuImplement OpenFlow 1.1+ "groups" protocol.
2013-08-29 Ben Pfaffofproto: Avoid removing rules from meter lists twice.
2013-08-29 Ben Pfafflist: New function list_move().
2013-08-28 Giuseppe LettieriMerge branch 'mainstream'
2013-08-28 Ben Pfaffpackets, pktbuf: Align L3 headers on 32-bit boundary.
2013-08-28 Ben Pfaffofproto: Remove obsolete comment and assertion.
2013-08-28 Ben Pfaffofproto: Fully construct rules before putting them...
2013-08-27 Ben Pfaffofproto: Make OFPFC_ADD internally modify a rule instea...
2013-08-27 Ben Pfaffofp-util: Abstract flow_mod OFPFF_* flags.
2013-08-27 Ben Pfaffofproto-dpif-xlate: Fix fin_timeout to make rules expir...
2013-08-28 Jarno Rajahalmeofproto-dpif-upcall: Batch upcalls.
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-23 Alex Wangdpif: Change get_max_ports() to return uint32_t.
2013-08-23 Alex Wangofproto: Change max_ports and alloc_port_no to uint16_t...
2013-08-23 priteshofproto: remove the extra reset to make code clear...
2013-08-23 Ben Pfaffofproto-dpif-xlate: Refactor xlate_table_action() to...
2013-08-23 Ben Pfaffofproto-dpif: Fix thread safety annotation on rule_dpif...
2013-08-23 Jarno Rajahalmeofproto-dpif-upcall.c: Fix indentation.
2013-08-23 Jarno RajahalmeRemove duplicate call to subfacet_create().
2013-08-22 Ben Pfaffofproto: Fix typo in comment.
2013-08-22 Ben Pfaffofproto-dpif: Mark rule_release() as no_thread_safety_a...
2013-08-22 Romain Lengletipfix: implement flow caching and aggregation in exporter
2013-08-21 Gurucharan Shettyofproto: Start ofport allocation from the previous...
2013-08-21 Ethan Jacksonofproto-dpif-upcall: Increase upcall stub size.
2013-08-20 Alex Wangofproto-dpif: Enable smooth transition between CFM...
2013-08-20 Alex Wangbfd: Implement BFD decay.
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-20 Ben Pfaffofproto-dpif-sflow: Fix memory leak.
2013-08-20 Ben Pfaffofproto-dpif-xlate: Add comment on xlate_actions().
2013-08-17 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-16 YAMAMOTO Takashiofproto-dpif-upcall: ofproto_dpif_send_packet_in()...
2013-08-16 Ethan Jacksonofproto-dpif-xlate: Unreference handles on xbridge...
2013-08-16 Ben Pfaffofproto-dpif: Fix bad pointer dereference when deleting...
2013-08-16 Ben Pfaffofproto: Avoid extra O(N) work in common case on flow...
2013-08-15 Alex Wangofproto: Make number of packet handler threads runtime...
2013-08-15 YAMAMOTO Takashiofproto-dpif: move per-backer wait calls from wait...
2013-08-14 Ben Pfaffofproto-dpif: Destroy bundle after moving its last...
2013-08-13 Jesse Grosstunnel: Clear IPSEC_MARK on input rather than output.
2013-08-13 Jesse Grosstunnel: Consolidate action code for tunnel port receive.
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-08-13 Ben Pfaffsparse: Remove support for thread-safety annotations.
2013-08-13 Ben Pfaffofproto-dpif-upcall: Fix sparse warning.
2013-08-13 Jesse Grossofproto: Include classifier wildcards in trace output.
2013-08-12 YAMAMOTO Takashiofproto: make oftable_remove_rule__ release evict lock
2013-08-12 YAMAMOTO Takashiofproto-dpif-upcall: don't forget to initialize mutexes
2013-08-11 Ethan Jacksonofproto-dpif: Implement multi-threaded miss handling.
2013-08-11 Ethan Jacksonofproto-dpif: Lock rules to prevent eviction.
2013-08-10 Ben Pfaffnetdev-vport: Make netdev_vport_patch_peer() return...
2013-08-09 Alex Wangclang: Pass objects, not their addresses, to thread...
2013-08-09 Alex Wangclang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK...
2013-08-09 Ben Pfaffofproto-dpif-xlate: Avoid MAC learning write lock on...
2013-08-09 Ethan Jacksonclassifier: Make use of the classifier thread safe.
2013-08-09 Ethan Jacksonofproto-dpif-xlate: Require a lock for reconfiguration.
2013-08-08 Ethan Jacksonofproto-dpif: Hide rule_dpif_miss_rule().
2013-08-08 Ethan Jacksonofproto-dpif: Lock the expirable list.
2013-08-08 Ethan Jacksonofproto: Lock hard_timeout and idle_timeout of struct...
2013-08-08 Ethan Jacksonofproto-dpif-xlate: Fix rare segfault on switch exit.
2013-08-08 Ethan Jacksonofproto-dpif: Make packet_ins thread safe.
2013-08-08 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Take responsibility for ofproto_rec...
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Cleanup lookup functions.
2013-08-05 Ethan Jacksonofproto-dpif: Make vlan splinters thread safe.
2013-08-05 Ethan Jacksonofproto-dpif: Guard rule statistics with a mutex.
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Maintain a pointer to struct dpif.
2013-08-03 Andy Zhouodp-util: add verbose mode for displaying dp flow.
2013-08-03 Ethan Jacksonofproto-dpif-xlate: Don't trace on deep resubmit.
2013-08-03 Ethan Jacksonofproto-dpif-xlate: Refactor stp_get_port() calls.
2013-08-03 Andy Zhouofproto-dpif: avoid losing track of kernel flows upon...
2013-08-03 Justin Pettitofproto-dpif: Always un-wildcard fields that are being...
2013-08-03 Ethan Jacksonofproto-dpif: Handle learn action flow mods asynchronously.
2013-08-03 Ethan Jacksonofproto-dpif-xlate: Take control of the qdscp map.
2013-08-02 Ethan Jacksonofproto-dpif-xlate: Pull STP xlation into ofproto-dpif...
2013-08-02 Ethan Jacksontag: Retire the venerable tag library.
2013-08-02 Ethan Jacksonbond: Stop using tags.
2013-08-02 Ethan Jacksonmac-learning: Stop using tags.
2013-08-02 Jesse Grossofproto-dpif-xlate: Unmask mark when used for tunnels.
2013-08-01 Ethan Jacksonofproto-dpif: Hide rule_calculate_tag().
2013-08-01 Ethan Jacksonofproto-dpif-xlate: Don't try to optimize goto table.
2013-08-01 Ethan Jacksonmac-learning: Make the mac-learning module thread safe.
2013-08-01 Ethan Jacksoncfm: Make the CFM module thread safe.
2013-08-01 Ethan Jacksonstp: Make the STP module thread safe.
next