summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-rid: Fix memory leak.Ben Pfaff2014-11-111-0/+1
* ofproto: Fix supported group types.Shu Shen2014-11-101-0/+1
* netflow: Fix interpretation of flow_seq.Motonori Shindo2014-11-041-1/+1
* ofproto: Take locks before calling classifier_count().Joe Stringer2014-10-311-2/+3
* bridge: Keep bond active slave selection across OVS restartAndy Zhou2014-10-062-0/+92
* ofproto-dpif-rid: correct logic error in rid_pool_alloc_id()Simon Horman2014-09-261-1/+1
* ofproto: Warn about excessive rule counts in OpenFlow tables.Ethan Jackson2014-09-171-0/+8
* ofproto-dpif-xlate: Work around Linux netdev_max_backlog limit.Ben Pfaff2014-09-101-0/+75
* ofproto-dpif: Use DPIF_FP_CREATE but not DPIF_FP_MODIFY.Ben Pfaff2014-08-062-4/+4
* ofproto-dpif: fix an ovs crash when dpif_recv_set returns errorAndy Zhou2014-08-041-9/+5
* connmgr: Make call to connmgr_wants_packet_in_on_miss() thread safe.Alex Wang2014-07-291-1/+5
* connmgr: Fix a typo.Alex Wang2014-07-291-1/+1
* connmgr: Only send role status messages to OpenFlow 1.4+ controllers.Ben Pfaff2014-07-281-2/+3
* connmgr: Demote service controllers too in ofconn_set_role().Ben Pfaff2014-07-281-3/+3
* stp: Make stp-disabled port forward stp bpdu packets.Alex Wang2014-07-161-3/+3
* revalidator: Revalidate missed flows.Joe Stringer2014-07-081-13/+42
* ovs-thread: Implement OVS specific barrier.Alex Wang2014-07-071-7/+6
* revalidator: Improve optimization to skip revalidation.Joe Stringer2014-07-021-5/+12
* netflow: Fold netflow_expire() into netflow_flow_clear().Anoob Soman2014-06-094-20/+2
* ofproto-dpif-rid: Fix memory leak in recirc_id_pool_destroy().Ben Pfaff2014-06-061-0/+1
* ofproto: Fix memory leak in ofproto_destroy().Ben Pfaff2014-06-061-0/+3
* ofproto: Send monitor updates if a flow mod changes a rules actionsSimon Horman2014-06-051-1/+1
* ofproto-dpif: Fix uninitialized data in ofproto_dpif_execute_actions().Ben Pfaff2014-06-051-7/+7
* ofproto: Remove ofproto_refresh_rule().Joe Stringer2014-06-043-55/+0
* ofproto-dpif-xlate: Cache full flowmod for learning.Joe Stringer2014-06-041-29/+29
* bridge: Resend status changes to database if previous transactionRyan Wilson2014-05-304-28/+40
* revalidator: Eliminate duplicate flow handling.Joe Stringer2014-05-281-36/+28
* ofproto-dpif-xlate: Fix a bug.Alex Wang2014-05-211-1/+1
* revalidator: Re-fix a flow duplication bug.Joe Stringer2014-05-221-2/+4
* ofproto-dpif: Install internal rule should not change the match content.Andy Zhou2014-05-162-4/+4
* ofproto-dpif-upcall: Use atomic_long in struct udpifSimon Horman2014-05-161-5/+5
* ofproto-dpif-upcall: Avoid use-after-free in revalidate() corner cases.Ben Pfaff2014-05-151-2/+3
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-141-25/+35
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-141-32/+34
* Implement OpenFlow 1.4 port_mod messages.Ben Pfaff2014-05-141-1/+1
* ofp-msgs: New functions ofpmp_version() and ofpmp_decode_raw().Ben Pfaff2014-05-141-4/+1
* ofproto-dpif-xlate: Fix null pointer dereferenceAnoob Soman2014-05-141-3/+0
* ofproto-dpif.h: Fix a commentYAMAMOTO Takashi2014-05-131-2/+2
* ofproto-dpif: Whitespace fixesYAMAMOTO Takashi2014-05-131-4/+4
* ofproto-dpif-upcall: Do not call dpif_handlers_set() when there is noAlex Wang2014-05-091-9/+9
* tunnel: Fix bug where misconfiguration persists.Joe Stringer2014-05-081-1/+2
* bond: fix a bug that disabled bond stats collectionAndy Zhou2014-05-071-3/+2
* ofproto: Log flow mod statistics per controller rather than per switch.Ben Pfaff2014-05-054-73/+102
* connmgr: Remove prototype for nonexistent function.Ben Pfaff2014-05-051-2/+0
* ofproto-dpif-monitor: Fix deadlock.Alex Wang2014-05-023-50/+92
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-026-1/+392
* ofproto-dpif: Add table_is_internal() helperSimon Horman2014-05-022-0/+9
* ofproto: Fix is_flow_deletion_pending() false positive.Ethan Jackson2014-05-011-1/+2
* ofproto: Fix potential leak during flow mods.Ethan Jackson2014-05-011-4/+3
* ofproto-dpif: Correct check_recirc commentSimon Horman2014-05-011-3/+3