summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* style: Replace TODO with XXX.Ethan Jackson2014-08-051-2/+2
* Fix strict aliasing violations with GCC 4.1 and 4.4.Jarno Rajahalme2014-08-053-11/+20
* dpctl: add ovs-appctl dpctl/* commands to talk to dpif-netdevDaniele Di Proietto2014-08-041-3/+6
* ofproto-dpif: fix an ovs crash when dpif_recv_set returns errorAndy Zhou2014-08-041-9/+5
* ofproto-dpif: Use DPIF_FP_CREATE but not DPIF_FP_MODIFY.Ben Pfaff2014-08-042-4/+4
* 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
* ofproto-dpif-upcall: Fix sparse warnings.Ben Pfaff2014-07-281-2/+2
* dpif-netdev: Polling threads directly call ofproto upcall functions.Ryan Wilson2014-07-252-85/+161
* stp: Add more logging points for debug.Alex Wang2014-07-221-0/+1
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-212-4/+4
* ofproto: Report controller rate limiting statistics in database.Ben Pfaff2014-07-173-8/+47
* Simplify ofproto_controller_info by using a struct smap in place of array.Ben Pfaff2014-07-172-23/+11
* pinsched: Report queued packet count correctly.Ben Pfaff2014-07-171-7/+3
* stp: Make stp-disabled port forward stp bpdu packets.Alex Wang2014-07-161-3/+3
* Drop assignments whose values are never used.Ben Pfaff2014-07-151-1/+0
* ofproto: Avoid theoretical double free of large rule collections.Ben Pfaff2014-07-151-0/+3
* revalidator: Revalidate missed flows.Joe Stringer2014-07-151-5/+29
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-114-57/+27
* lib/classifier: RCUify prefix trie code.Jarno Rajahalme2014-07-111-2/+4
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-112-41/+8
* ofproto-dpif: Use ovs_refcount_try_ref_rcu().Jarno Rajahalme2014-07-074-19/+40
* Use ovs_refcount_unref_relaxed.Jarno Rajahalme2014-07-075-5/+5
* lib/hash: Abstract hash interface.Jarno Rajahalme2014-07-041-9/+9
* revalidator: Simplify push_dump_ops__().Joe Stringer2014-07-031-21/+18
* revalidator: Improve optimization to skip revalidation.Joe Stringer2014-07-021-5/+12
* udpif: Add command to wait for revalidation.Joe Stringer2014-06-303-0/+47
* ofproto-dpif: MPLS recirculationSimon Horman2014-06-251-2/+164
* dpif-xlate: Snoop multicast packets and send them properlyFlavio Leitner2014-06-241-15/+221
* ofproto-dpif: Add mcast snooping db show and flush cmdsFlavio Leitner2014-06-241-0/+89
* ofproto: Add functions to configure multicast snoopingFlavio Leitner2014-06-244-0/+117
* ofproto-dpif: Introduce multicast snooping handlerFlavio Leitner2014-06-243-6/+34
* flow: extend it to carry IGMP protocol informationFlavio Leitner2014-06-241-1/+1
* ofproto: Break out monitor deletion codeSimon Horman2014-06-231-8/+19
* Revert "revalidator: Use xcache when revalidation is required."Joe Stringer2014-06-241-10/+6
* dpif-netdev: batch packet processingDaniele Di Proietto2014-06-231-1/+1
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-5/+6
* ofproto: Honour out_port of flow monitorsSimon Horman2014-06-234-7/+19
* ofproto: Add separate functions for checking bfd/cfm status change.Alex Wang2014-06-134-30/+63
* cfm: Extracts the cfm status in one function.Alex Wang2014-06-134-32/+5
* ovs-thread: Implement OVS specific barrier.Alex Wang2014-06-131-7/+6
* ofproto: Honour NXFMF_OWN flag of flow monitorsSimon Horman2014-06-131-1/+2
* ofp-errors: Add OFPET_FLOW_MONITOR_FAILEDSimon Horman2014-06-132-2/+2
* ofproto: Initialise return value of modify_flows__Simon Horman2014-06-131-4/+4
* Implement learned flow deletion.Ben Pfaff2014-06-122-1/+177
* ofproto: Reduce duplication in deletion logic.Ben Pfaff2014-06-121-34/+27
* ofproto: Shrink struct rule_actions slightly.Ben Pfaff2014-06-122-15/+16
* ofproto: Additional simplifications.Ben Pfaff2014-06-123-649/+173