netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ofproto /
2015-10-13 Joe StringerAdd support for connection tracking helper/ALGs.
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-10-13 Thadeu Lima de Sou... tnl-arp-cache: add IPv6 Neighbor Discovery support
2015-10-13 Thadeu Lima de Sou... route: support IPv6 and use IPv4-mapped addresses
2015-10-12 Jarno Rajahalmerstp: Properly disable an RSTP port before deleting it.
2015-10-12 Daniele Venturinoofproto-dpif: Add check in rstp_run.
2015-09-29 Jarno Rajahalmeofproto-dpif-upcall: Use flow_wildcards_has_extra().
2015-09-25 Zoltan Kissofproto-dpif: Do not block on uninitialized pause barriers.
2015-09-23 Andy Zhouofproto/bond: simplify rebalancing logic
2015-09-18 Jesse Grosstunneling: Track recursion levels across ARP generation.
2015-09-16 Ben Pfaffofproto-dpif-sflow: Use xzalloc() instead of calloc...
2015-09-16 Ben Pfaffofproto: Reduce log level from WARN to INFO.
2015-09-11 Joe Stringeripfix: Fix SIGFPE in bridge exporter sampling.
2015-09-11 Joe Stringeripfix: Add bridge_exporter_enabled().
2015-09-11 Joe Stringerofproto-dpif-xlate: Introduce xlate_commit_actions().
2015-09-09 Niti Rohillaofproto: Implement OF1.4 Group & Meter change notificat...
2015-09-09 Ben Pfafftnl-arp-cache: Add a command to add or modify an ARP...
2015-09-09 Ben Pfaffofproto-dpif-xlate: Lower missing netdev_max_backlog...
2015-09-02 Alex Wangdpif-netdev: Purge all ukeys when reconfigure pmd.
2015-09-02 Alex Wangofproto-dpif-upcall: Allow main thread to pause all...
2015-08-29 Jesse Grosstunnel: Support matching on the presence of Geneve...
2015-08-29 Alex Wangofproto-dpif-upcall: Do not attribute stats when flow_d...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-26 Jarno Rajahalmemeta-flow: Minor refactoring.
2015-08-26 Jarno Rajahalmeofproto-dpif-rid: Make lookups cheaper.
2015-08-20 Pravin B Shelartunneling: Remove gre64 tunnel support.
2015-08-13 Ethan Jacksonofproto: Allow in-place modifications of datapath flows.
2015-08-13 Ethan Jacksonofproto-dpif-upcall: Make ukey actions modifiable with...
2015-08-11 Alex Wangofproto-dpif-upcall: Add VLOG_WARN_RL logs for upcall_c...
2015-08-06 Jesse Grossdpif-netdev: Translate Geneve options per-flow, not...
2015-08-03 Ben Pfafftreewide: Fix doubled "the".
2015-08-03 Ben Pfaffofproto-dpif: Use a regular ref instead of try_ref...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Fix mirroring interaction with...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Add recirculation information to...
2015-07-31 Ben Pfaffofp-actions: Add action "debug_recirc" for testing...
2015-07-31 Ben Pfaffofproto-dpif-rid: Factor recirculation state out as...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Rewrite mirroring to better fit...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Drop packets received from mirror...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Move initialization of 'in_port...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Move 'nf_output_iface' from xlate_o...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Remove multiple members from struct...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Move 'mirrors' from xlate_out to...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Set up 'base_flow' when we initiali...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Clean up sFlow and IPFIX sampling...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Factor wildcard processing out...
2015-07-31 Ben Pfafftunnel: Break tnl_xlate_init() into two separate functions.
2015-07-31 Ben Pfaffofproto-dpif-xlate: Simplify 'sample_actions_len' calcu...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Move declaration of 'orig_flow...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Eliminate 'is_icmp' from xlate_acti...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Simplify invocation of process_spec...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Eliminate 'rule' local variable.
2015-07-31 Ben Pfaffofproto-dpif-xlate: Calculate 'ofpacts' in more restric...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Make xlate_actions() caller supply...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Make xlate_actions() caller supply...
2015-07-31 Ben Pfaffofproto-dpif: Fix inaccurate wildcard output in ofproto...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Initialize 'ctx' all in one place.
2015-07-31 Ben Pfaffofproto-dpif-xlate: Initialize '*xout' all together...
2015-07-29 Ben Pfaffofproto: Ignore generation ID for role change to "equal".
2015-07-27 Gurucharan Shettycollectors: Use closesocket() to close sockets.
2015-07-27 Ben Pfaffofproto-dpif-mirror: Fix insane waste of memory and...
2015-07-27 Niti Rohillaofproto: Implement OF1.4 Set/Get asynchronous configura...
2015-07-24 Ben Pfafftunnel: Drop 'base_flow' parameter from tnl_xlate_init().
2015-07-24 Ben Pfaffofproto-dpif-xlate: Fix handling of write_actions(group...
2015-07-24 Ben Pfaffofproto-dpif-upcall: Fix typo in comment.
2015-07-24 Ben Pfaffofproto-dpif-upcall: Indentation fix.
2015-07-24 Ben Pfaffofproto-dpif-xlate: Remove unused function xlate_out_co...
2015-07-23 Ben Pfaffnetflow: Mark some function parameters 'const'.
2015-07-22 Ben Pfafftreewide: Change doubled ";;" to single ";" in C code.
2015-07-21 Neil McKeeExtend sFlow agent to report tunnel and MPLS structures
2015-07-20 Ben Pfaffofproto-dpif: Remove prototype for unimplemented function.
2015-07-16 Huanle Hanovs-appctl: register unixctl commands in the beginning
2015-07-16 Jesse Grosstunneling: Allow matching and setting tunnel 'OAM'...
2015-07-15 Jarno Rajahalmeflow: Always inline miniflows.
2015-07-06 Jarno Rajahalmeclassifier: Make versioning more explicit.
2015-07-06 Jarno Rajahalmeofproto: Add struct ofproto_flow_mod.
2015-07-06 Joe Stringerodp-util: Share fields between odp and dpif_backer.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPMP_TABLE_DESC message.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPTC_EVICTION.
2015-07-03 Ben Pfaffofproto: Use OF1.4+ "importance" as part of eviction...
2015-07-03 Ben Pfaffofproto: Make 'importance' immutable.
2015-07-02 Ben Pfaffofproto: Hold ofproto_mutex when enabling or disabling...
2015-07-02 Thadeu Lima de Sou... mcast-snooping: Add Multicast Listener Discovery support
2015-07-01 Thadeu Lima de Sou... mcast-snooping: Use IPv6 address for MDB
2015-07-01 Jesse Grosstunnels: Don't initialize unnecessary packet metadata.
2015-06-26 Ben Pfaffofproto: Fix use-after-free in bridge destruction with...
2015-06-26 Ben Pfaffofp-actions: Support mixing "conjunction" and "note...
2015-06-25 Jesse Grosstunneling: Don't match on source IP address for native...
2015-06-25 Jesse Grosstunnel: Geneve TLV handling support for OpenFlow.
2015-06-25 Jesse Grossodp-util: Pass down flow netlink attributes when transl...
2015-06-25 Jesse Grossopenflow: Table maintenance commands for Geneve options.
2015-06-25 Thadeu Lima de Sou... ofproto-dpif: Fix coding style.
2015-06-22 Ben Pfaffofproto-dpif-xlate: Add support for OpenFlow group...
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-18 Jesse Grossodp-util: Convert flow serialization parameters to...
2015-06-17 Thadeu Lima de Sou... Add IGMPv3 support.
2015-06-17 Thadeu Lima de Sou... ofproto-dpif-xlate: Make IGMP packets always take slow...
2015-06-16 Ben Pfaffofproto-dpif-xlate: Add native tunnel information to...
2015-06-16 Ben Pfaffofproto-dpif: Allow translation reports to include...
next