summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* Add connection tracking label support.Joe Stringer2015-10-134-2/+38
* Add connection tracking mark support.Joe Stringer2015-10-134-2/+38
* Add support for connection tracking.Joe Stringer2015-10-136-6/+160
* tnl-arp-cache: add IPv6 Neighbor Discovery supportThadeu Lima de Souza Cascardo2015-10-131-0/+1
* route: support IPv6 and use IPv4-mapped addressesThadeu Lima de Souza Cascardo2015-10-132-2/+2
* rstp: Properly disable an RSTP port before deleting it.Jarno Rajahalme2015-10-121-1/+4
* ofproto-dpif: Add check in rstp_run.Daniele Venturino2015-10-121-3/+8
* ofproto-dpif-upcall: Use flow_wildcards_has_extra().Jarno Rajahalme2015-09-291-16/+11
* ofproto-dpif: Do not block on uninitialized pause barriers.Zoltan Kiss2015-09-253-4/+16
* ofproto/bond: simplify rebalancing logicAndy Zhou2015-09-221-18/+19
* tunneling: Track recursion levels across ARP generation.Jesse Gross2015-09-174-20/+54
* ofproto-dpif-sflow: Use xzalloc() instead of calloc() to allocate memory.Ben Pfaff2015-09-161-1/+1
* ofproto: Reduce log level from WARN to INFO.Ben Pfaff2015-09-161-2/+2
* ipfix: Fix SIGFPE in bridge exporter sampling.Joe Stringer2015-09-111-0/+4
* ipfix: Add bridge_exporter_enabled().Joe Stringer2015-09-111-2/+8
* ofproto-dpif-xlate: Introduce xlate_commit_actions().Joe Stringer2015-09-111-26/+16
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-093-5/+53
* tnl-arp-cache: Add a command to add or modify an ARP cache entry.Ben Pfaff2015-09-091-0/+4
* ofproto-dpif-xlate: Lower missing netdev_max_backlog from WARN to INFO.Ben Pfaff2015-09-091-1/+1
* dpif-netdev: Purge all ukeys when reconfigure pmd.Alex Wang2015-09-021-0/+35
* ofproto-dpif-upcall: Allow main thread to pause all revalidators.Alex Wang2015-09-021-0/+63
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-0/+5
* ofproto-dpif-upcall: Do not attribute stats when flow_del returns error.Alex Wang2015-08-291-0/+5
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-2813-97/+93
* meta-flow: Minor refactoring.Jarno Rajahalme2015-08-261-5/+5
* ofproto-dpif-rid: Make lookups cheaper.Jarno Rajahalme2015-08-262-34/+60
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-202-19/+3
* ofproto: Allow in-place modifications of datapath flows.Ethan Jackson2015-08-131-59/+106
* ofproto-dpif-upcall: Make ukey actions modifiable with RCU.Ethan Jackson2015-08-131-9/+33
* ofproto-dpif-upcall: Add VLOG_WARN_RL logs for upcall_cb() error.Alex Wang2015-08-111-0/+4
* dpif-netdev: Translate Geneve options per-flow, not per-packet.Jesse Gross2015-08-052-2/+2
* treewide: Fix doubled "the".Ben Pfaff2015-08-031-1/+1
* ofproto-dpif: Use a regular ref instead of try_ref for rule translation.Ben Pfaff2015-08-033-40/+13
* ofproto-dpif-xlate: Fix mirroring interaction with recirculation.Ben Pfaff2015-07-313-0/+8
* ofproto-dpif-xlate: Add recirculation information to "ofproto/trace".Ben Pfaff2015-07-311-4/+25
* ofp-actions: Add action "debug_recirc" for testing recirculation.Ben Pfaff2015-07-311-0/+6
* ofproto-dpif-rid: Factor recirculation state out as new structure.Ben Pfaff2015-07-313-145/+117
* ofproto-dpif-xlate: Rewrite mirroring to better fit flow translation.Ben Pfaff2015-07-311-63/+50
* ofproto-dpif-xlate: Drop packets received from mirror output ports earlier.Ben Pfaff2015-07-311-15/+14
* ofproto-dpif-xlate: Move initialization of 'in_port' closer to first use.Ben Pfaff2015-07-311-5/+5
* ofproto-dpif-xlate: Move 'nf_output_iface' from xlate_out to xlate_ctx.Ben Pfaff2015-07-312-18/+18
* ofproto-dpif-xlate: Remove multiple members from struct xlate_out.Ben Pfaff2015-07-312-10/+0
* ofproto-dpif-xlate: Move 'mirrors' from xlate_out to xlate_ctx.Ben Pfaff2015-07-312-11/+11
* ofproto-dpif-xlate: Set up 'base_flow' when we initialize 'ctx'.Ben Pfaff2015-07-311-28/+22
* ofproto-dpif-xlate: Clean up sFlow and IPFIX sampling code.Ben Pfaff2015-07-311-158/+97
* ofproto-dpif-xlate: Factor wildcard processing out of xlate_actions().Ben Pfaff2015-07-311-44/+58
* tunnel: Break tnl_xlate_init() into two separate functions.Ben Pfaff2015-07-313-49/+42
* ofproto-dpif-xlate: Simplify 'sample_actions_len' calculation.Ben Pfaff2015-07-311-5/+1
* ofproto-dpif-xlate: Move declaration of 'orig_flow' near its first use.Ben Pfaff2015-07-311-1/+1
* ofproto-dpif-xlate: Eliminate 'is_icmp' from xlate_actions().Ben Pfaff2015-07-311-3/+1