json: Move from lib to include/openvswitch.
[cascardo/ovs.git] / ofproto / ofproto-dpif.c
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-03 William Tuofproto-dpif-mirror: Add mirror snaplen support.
2016-06-29 Jesse Grossbfd: Allow setting OAM bit when encapsulated in tunnel.
2016-06-24 William Tuofp-actions: Add truncate action.
2016-06-21 Jarno Rajahalmeofproto: Set to revalidate when a new version is available.
2016-06-14 Benli Yeipfix: Add support for exporting ipfix statistics.
2016-06-02 Daniele Di Proiettoofproto-dpif: Cache result of time_msec() for rule_expi...
2016-05-23 Daniele Di Proiettoofproto-dpif: Call dpif_poll_threads_set() before dpif_...
2016-05-23 Daniele Di Proiettohmap: Use struct for hmap_at_position().
2016-05-20 Daniele Di Proiettodpif: Pass flow parameter to dpif_execute().
2016-05-10 Numan Siddiqueofproto-dpif: Restore packet metadata when a continuati...
2016-05-08 Justin Pettitutil: Pass 128-bit arguments directly instead of using...
2016-05-09 Ben Pfaffcmap: New macro CMAP_INITIALIZER, for initializing...
2016-05-09 Ben Pfaffofproto-dpif: Do not count resubmit to later tables...
2016-05-09 Ben Pfaffofproto-dpif: Rename "recurse" to "indentation".
2016-04-27 Pravin B ShelarRemove "VLAN splinters" feature.
2016-04-14 Ben WarrenMove lib/ofp-print.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-actions.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/meta-flow.h to include/openvswitch directory
2016-04-13 Ben Pfaffofp-actions: Make ofpact_finish() harder to misuse.
2016-03-31 Numan Siddiqueovs-vswitchd: Call flow_extract() for resumed packet...
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-30 Ben WarrenMove ofp-parse.h to include/openvswitch directory
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-29 Joe Stringerofp-actions: Fix use-after-free with ofpact_finish().
2016-03-23 YAMAMOTO Takashiofproto/trace: Fix "unchanged" output for Final flow
2016-03-23 Lance Richardsonofproto-dpif: rename wait() to avoid collision with...
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-02-20 Ben PfaffSupport userdata in NXT_PACKET_IN2.
2016-02-05 Ben Pfaffovs-vswitchd: Preserve datapath ports across graceful...
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
2016-01-21 Ben Pfaffofproto-dpif-rid: Use UUID, not pointer, to identify...
2016-01-20 Ben Pfaffconnmgr: Generalize ofproto_packet_in to ofproto_async_msg.
2016-01-20 Ben Pfaffopenflow: Better abstract handling of packet-in messages.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-07 Ben PfaffBetter abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REP...
2016-01-05 Ben Pfaffofp-actions: Make composing actions harder to screw up.
2016-01-04 Ben PfaffUse initializers for struct ofputil_flow_mod instead...
2016-01-04 Ilya Maximetsofproto: Fix using uninitialized delete_reason.
2015-12-07 Ilya Maximetsofproto-dpif: add reply on error in ofproto/tnl-push-pop
2015-12-04 Daniele Di Proiettoofproto-dpif: Validate NAT action support.
2015-12-03 Joe Stringerofproto-dpif: Validate ct action support.
2015-12-01 Joe Stringerofproto-dpif: Shortcut common case in rule_check().
2015-12-01 Joe Stringerofproto-dpif: Validate ct_* field masks.
2015-12-01 Joe Stringerofproto-dpif: Reject partial ct_labels if unsupported.
2015-11-26 YAMAMOTO Takashiofproto-dpif: Remove a debug log
2015-11-25 Jarno Rajahalmeofproto: Allow xlate_actions() to fail.
2015-11-24 Justin Pettitpackets: Change IPv6 functions to more closely resemble...
2015-11-20 Jarno Rajahalmeofproto: Check actions also for packet outs and traces.
2015-10-13 Andy Zhoudpif-netlink: Allow MRU packet attribute.
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-12 Jarno Rajahalmerstp: Properly disable an RSTP port before deleting it.
2015-10-12 Daniele Venturinoofproto-dpif: Add check in rstp_run.
2015-09-25 Zoltan Kissofproto-dpif: Do not block on uninitialized pause barriers.
2015-09-18 Jesse Grosstunneling: Track recursion levels across ARP generation.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-03 Ben Pfaffofproto-dpif: Use a regular ref instead of try_ref...
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-16 Huanle Hanovs-appctl: register unixctl commands in the beginning
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-01 Thadeu Lima de Sou... mcast-snooping: Use IPv6 address for MDB
2015-06-26 Ben Pfaffofproto: Fix use-after-free in bridge destruction with...
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-16 Ben Pfaffofproto-dpif: Allow translation reports to include...
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-12 Jarno Rajahalmeclassifier: Simplify versioning.
2015-06-11 Jarno RajahalmeUse classifier versioning.
2015-06-11 Jarno Rajahalmeofproto: Infra for table versioning.
2015-06-10 Jarno Rajahalmeclassifier: Support table versioning
2015-06-08 Andy Zhoutunneling: Fix a tunnel name display bug
2015-06-06 Sabyasachi Senguptaofproto-dpif: Use xzalloc instead of xmalloc.
2015-06-06 Ben Pfaffofproto-dpif: Avoid creating OpenFlow ports for duplica...
2015-05-29 Joe Stringerofproto-dpif: Refactor feature support structure.
2015-05-27 Joe Stringerofproto-dpif: Make odp/ofp parse errors more clear.
2015-05-18 Daniele Di Proiettodp-packet: Remove 'list' member.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-20 Dennis Flynnauto-attach: Implement interface lldp disable and re...
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-06 Jarno Rajahalmelib/list: Add LIST_FOR_EACH_POP.
2015-03-28 Alex Wangofproto-dpif: Set need_revalidate when removing cfm...
2015-03-26 Jarno Rajahalmeofproto-dpif: Restore metadata and registers on recircu...
2015-03-24 Simon HormanImplement hash fields select group
2015-03-24 Simon HormanSupport translation of NTR selection method
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-13 Jarno Rajahalmeofproto-dpif-xlate: Honor skip_wildcards in translation.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-04 Dennis Flynnauto-attach: Add auto-attach support to ofproto layer
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-02-27 Joe Stringerofproto-dpif: Fix UFID typo.
next