aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2014-04-27ofproto-dpif: Use sequence number to wake up main thread forAlex Wang
2014-04-25revalidator: Fix ukey stats cache updating.Joe Stringer
2014-04-25ofproto-dpif-upcall: Fix a bug.Alex Wang
2014-04-25ofproto: Don't destroy mutex before its use.Gurucharan Shetty
2014-04-24bfd/cfm: Check status change before update status to database.Alex Wang
2014-04-24ofproto-dpif-xlate: Identify STP BPDUs more specifically.Padmanabhan Krishnan
2014-04-24ofproto: Reduce taking rule references.Jarno Rajahalme
2014-04-24ofproto: Make taking rule reference conditional on lookup.Jarno Rajahalme
2014-04-24ofproto: RCU postpone rule destruction.Jarno Rajahalme
2014-04-24ofproto-dpif-upcall: Remove the flow_dumper thread.Ethan Jackson
2014-04-24revalidator: Prevent handling the same flow twice.Joe Stringer
2014-04-23ofproto-dpif: Improve code clarity and comments on recirc changes to rule_dpi...Andy Zhou
2014-04-21ofproto-dpif-upcall: Fix logic error in handler/revalidator threadsAlex Wang
2014-04-21ofproto-dpif-upcall: Fix ovs-vswitchd crash.Alex Wang
2014-04-20openvswitch.h: rename hash action definitionAndy Zhou
2014-04-20odp-util: Always generate key/mask pair in netlink for recirc_idAndy Zhou
2014-04-20ofproto-dpif: Rule lookup starts from table zero for non-recirc datapathAndy Zhou
2014-04-20ofproto-dpif-upcall: Don't use stack garbageYAMAMOTO Takashi
2014-04-18ofproto-dpif-upcall: Remove the dispatcher thread.Alex Wang
2014-04-18lib/flow: Add miniflow accessors and miniflow_get_tcp_flags().Jarno Rajahalme
2014-04-18lib/flow: Introduce miniflow_extract().Jarno Rajahalme
2014-04-18revalidator: Only revalidate high-throughput flows.Joe Stringer
2014-04-18ofproto-dpif-xlate: Cache xlate_actions() effects.Joe Stringer
2014-04-18ofproto: New function ofproto_refresh_rule().Joe Stringer
2014-04-16dpif-netdev: Move hash function out of the recirc action, into its own actionAndy Zhou
2014-04-16ofproto-dpif: xlate should not attribute stats to bond entry when using recircAndy Zhou
2014-04-16ofproto/bond: properly maintain hash entry pr_ruleAndy Zhou
2014-04-16ofproto/bond: Keep hash entry slave valid.Andy Zhou
2014-04-16ofproto/bond: only display hash entries with tx_byptes > 1KBAndy Zhou
2014-04-14ofproto/bond: Protect statistics with writelock.Joe Stringer
2014-04-14ofproto/bond: Minor cleanups.Joe Stringer
2014-04-14ofproto-dpif: Correct typo in documentation of rule_dpif_lookup()Simon Horman
2014-04-14ofproto-dpif: Correct documentation of rule_dpif_lookup_from_table()Simon Horman
2014-04-11Clarify tunnel wildcarding.Jarno Rajahalme
2014-04-10ofproto: Use netdev's 'change_seq' to reduce port modification check.Alex Wang
2014-04-10netflow: Correctly track flow creation time.Ben Pfaff
2014-04-09ofproto/xlate: Fix set field unwildcarding.Jarno Rajahalme
2014-04-09Tests: Fix ofproto/trace and expose megaflows when having a set action.Jarno Rajahalme
2014-04-09ofproto: Fix wildcard masking with nw_tos.Jarno Rajahalme
2014-04-08dpif: Wildcard bond output port with recirculationAndy Zhou
2014-04-08ofproto/ofproto-dpif: Use ofpbuf API to access 'data' and 'size'.Jarno Rajahalme
2014-04-07ofproto/bond: Implement bond megaflow using recirculationAndy Zhou
2014-04-06ofproto-dpif-upcall: Expire netflow flow when revalidate_ukey failedYAMAMOTO Takashi
2014-04-03ofproto: Support OF version-specific table-miss behavioursSimon Horman
2014-04-03ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme
2014-03-30ofpbuf: Introduce access api for base, data and size.Pravin Shelar
2014-03-29lib/ofpbuf: CompactJarno Rajahalme
2014-03-28recirculation: Some cosmetic fixesYAMAMOTO Takashi
2014-03-28lib/packet.h: add hash_mac()Andy Zhou
2014-03-28lib/hash.h: add hash_uint64()Andy Zhou