aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2016-06-07netdev-odp: use new init APIZoltan Kiss
2015-11-26revalidator: fix segfault with other_config:odp=falseIlya Maximets
2015-11-16revalidator: call odp_{init, term}_local() for threadsIlya Maximets
2015-10-22ofproto-dpif-xlate: Fix small typo.Justin Pettit
2015-10-13dpif-netlink: Allow MRU packet attribute.Andy Zhou
2015-10-13Add support for connection tracking helper/ALGs.Joe Stringer
2015-10-13Add connection tracking label support.Joe Stringer
2015-10-13Add connection tracking mark support.Joe Stringer
2015-10-13Add support for connection tracking.Joe Stringer
2015-10-13tnl-arp-cache: add IPv6 Neighbor Discovery supportThadeu Lima de Souza Cascardo
2015-10-13route: support IPv6 and use IPv4-mapped addressesThadeu Lima de Souza Cascardo
2015-10-12rstp: Properly disable an RSTP port before deleting it.Jarno Rajahalme
2015-10-12ofproto-dpif: Add check in rstp_run.Daniele Venturino
2015-09-29ofproto-dpif-upcall: Use flow_wildcards_has_extra().Jarno Rajahalme
2015-09-25ofproto-dpif: Do not block on uninitialized pause barriers.Zoltan Kiss
2015-09-22ofproto/bond: simplify rebalancing logicAndy Zhou
2015-09-17tunneling: Track recursion levels across ARP generation.Jesse Gross
2015-09-16ofproto-dpif-sflow: Use xzalloc() instead of calloc() to allocate memory.Ben Pfaff
2015-09-16ofproto: Reduce log level from WARN to INFO.Ben Pfaff
2015-09-11ipfix: Fix SIGFPE in bridge exporter sampling.Joe Stringer
2015-09-11ipfix: Add bridge_exporter_enabled().Joe Stringer
2015-09-11ofproto-dpif-xlate: Introduce xlate_commit_actions().Joe Stringer
2015-09-09ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla
2015-09-09tnl-arp-cache: Add a command to add or modify an ARP cache entry.Ben Pfaff
2015-09-09ofproto-dpif-xlate: Lower missing netdev_max_backlog from WARN to INFO.Ben Pfaff
2015-09-02dpif-netdev: Purge all ukeys when reconfigure pmd.Alex Wang
2015-09-02ofproto-dpif-upcall: Allow main thread to pause all revalidators.Alex Wang
2015-08-28tunnel: Support matching on the presence of Geneve options.Jesse Gross
2015-08-29ofproto-dpif-upcall: Do not attribute stats when flow_del returns error.Alex Wang
2015-08-28userspace: Define and use struct eth_addr.Jarno Rajahalme
2015-08-26meta-flow: Minor refactoring.Jarno Rajahalme
2015-08-26ofproto-dpif-rid: Make lookups cheaper.Jarno Rajahalme
2015-08-20tunneling: Remove gre64 tunnel support.Pravin B Shelar
2015-08-13ofproto: Allow in-place modifications of datapath flows.Ethan Jackson
2015-08-13ofproto-dpif-upcall: Make ukey actions modifiable with RCU.Ethan Jackson
2015-08-11ofproto-dpif-upcall: Add VLOG_WARN_RL logs for upcall_cb() error.Alex Wang
2015-08-05dpif-netdev: Translate Geneve options per-flow, not per-packet.Jesse Gross
2015-08-03treewide: Fix doubled "the".Ben Pfaff
2015-08-03ofproto-dpif: Use a regular ref instead of try_ref for rule translation.Ben Pfaff
2015-07-31ofproto-dpif-xlate: Fix mirroring interaction with recirculation.Ben Pfaff
2015-07-31ofproto-dpif-xlate: Add recirculation information to "ofproto/trace".Ben Pfaff
2015-07-31ofp-actions: Add action "debug_recirc" for testing recirculation.Ben Pfaff
2015-07-31ofproto-dpif-rid: Factor recirculation state out as new structure.Ben Pfaff
2015-07-31ofproto-dpif-xlate: Rewrite mirroring to better fit flow translation.Ben Pfaff
2015-07-31ofproto-dpif-xlate: Drop packets received from mirror output ports earlier.Ben Pfaff
2015-07-31ofproto-dpif-xlate: Move initialization of 'in_port' closer to first use.Ben Pfaff
2015-07-31ofproto-dpif-xlate: Move 'nf_output_iface' from xlate_out to xlate_ctx.Ben Pfaff
2015-07-31ofproto-dpif-xlate: Remove multiple members from struct xlate_out.Ben Pfaff
2015-07-31ofproto-dpif-xlate: Move 'mirrors' from xlate_out to xlate_ctx.Ben Pfaff
2015-07-31ofproto-dpif-xlate: Set up 'base_flow' when we initialize 'ctx'.Ben Pfaff