]> git.proxmox.com Git - mirror_ovs.git/history - include/openvswitch
sparse: Fix typo in DPDK endian conversion macros.
[mirror_ovs.git] / include / openvswitch /
2020-04-29 Yi-Hung Weiofp-actions: Add delete field action
2020-04-07 Archana Hollautil: Update OVS_TYPEOF macro for C++ enabled applications.
2020-03-26 William Tuuserspace: Add GTP-U support.
2020-03-24 William Tufatal-signal: Fix clang error due to lock.
2020-03-23 William Tufatal-signal: Log backtrace when no monitor daemon.
2020-03-19 Usman Ansarihmap: Fix Coverity false positive
2019-12-22 Paul Blakeymatch: Add match_set_ct_zone_masked helper
2019-12-19 Ilya Maximetsovs-thread: Avoid huge alignment on a base spinlock...
2019-12-12 Ben Pfaffofp-monitor: Make OFP_FLOW_REMOVED_REASON_BUFSIZE public.
2019-12-12 Ben Pfaffofp-print: Abbreviate lists of fields in table features...
2019-08-28 William Tuovs-thread: Make struct spin lock cache aligned.
2019-07-19 William Tuovs-thread: Add pthread spin lock support.
2019-07-05 Ben Pfaffrconn: Increase precision of timers.
2019-06-22 Yi-Hung Weiofproto-dpif: Fix continuation with patch port
2019-06-20 Ben PfaffOpenFlow: Enable OpenFlow 1.5 by default.
2019-06-20 Ben Pfaffofp-actions: Support OF1.5 meter action.
2019-06-09 Damijan Skvarcnsh: Fix "shadow" warnings while compiling with clang.
2019-04-22 Numan SiddiqueAdd a new OVS action check_pkt_larger
2019-04-16 Alin Gabriel Serdeancompiler: Fix compilation when using VStudio 2015/2017
2019-03-26 Toms Attekalib: added check to prevent int overflow
2019-03-15 Ashish Varmaofp-protocol: Changed the number of bits in OFPUTIL_P_A...
2019-02-11 Ilya Maximetsautomake: Clean up cxxtest.cc.
2019-02-05 Ben PfaffRemove support for OpenFlow 1.6 (draft).
2019-02-04 Vishal Deep AjmeraSupport for match & set ICMPv6 reserved and options...
2019-02-04 Yifeng Sunofp-actions: Set an action depth limit to prevent stack...
2019-01-25 Ben Pfafftreewide: Get rid of // comments, even inside comments.
2019-01-18 Ben Pfaffofpbuf: Reintroduce assertion on size in ofpbuf_pull().
2019-01-17 Yifeng Sunofp-actions: Avoid overflow for ofpact_learn_spec-...
2019-01-16 Ben Pfaffovs-vswitchd: Implement OFPT_TABLE_FEATURES table modif...
2019-01-11 Ben Pfaffofproto: Handle multipart requests with multiple parts.
2019-01-10 Ilya Maximetsvconn: Allow timeout configuration for blocking connection.
2018-12-10 Ilya Maximetsovs-thread: Add thread safety annotation to cond_wait.
2018-12-03 Ben Pfaffofp-table: Parse table features messages more carefully.
2018-11-19 Ben Pfaffofp-actions: Make all actions a multiple of OFPACT_ALIG...
2018-11-15 Ben Pfaffdocs: Fix cross-references that referred to discussions...
2018-10-31 Ben Pfaffrconn: New function rconn_is_reliable().
2018-10-26 Ben Pfaffofp-table: Always format the table number in table...
2018-10-26 Ben Pfaffofp-table: Better summarize table features and statistics.
2018-10-26 Zak Whittingtonofp-msgs: Added ONF_ and NXT_REQUESTFORWARD for OF1...
2018-10-26 Yifeng SunNSH: Fix NSH-related length macros that cause stack...
2018-09-26 Ben Pfaffofproto: Handle OpenFlow version mismatch for requestfo...
2018-09-20 Ben Pfaffmeta-flow: Make "nw_frag" a synonym for "ip_frag".
2018-09-18 Ben Pfaffutil: Better document ALIGNED_CAST.
2018-08-01 Or Gerlitzlib/tc: Support matching on ip tos
2018-07-31 Ben Pfaffofp-actions: Split ofpacts_check__() into many functions.
2018-07-31 Justin Pettitofproto: Add support for specifying a meter in controll...
2018-07-25 Jianbo Liuflow: Refactor some of VLAN helper functions
2018-06-18 Ben Pfaffofp-print: Move significant formatting code into more...
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-11 Ben Pfafftreewide: Convert leading tabs to spaces.
2018-06-11 Ben Pfaffofp-bundle: Minor style fixes for header.
2018-05-25 Dan Williamsvlog: exit with error if explicitly specified logfile...
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-05-25 Ben Pfaffovs-fields: Correct ideas about which OXM classes are...
2018-05-22 William Tuuserspace: add erspan tunnel support.
2018-05-17 Ben Pfaffofp-print: Handle statistics more systematically.
2018-05-17 Ben Pfaffofp-group: Move formatting code for groups into ofp...
2018-05-17 Ben PfaffAdd OpenFlow extensions for group support in OpenFlow...
2018-05-16 SatyaValliAdd support for OpenFlow 1.5 statistics (OXS).
2018-03-31 Ben Pfaffjson: Avoid extra memory allocation and string copy...
2018-03-31 Ben Pfaffofp-flow: Reduce memory consumption for ofputil_flow_mo...
2018-03-31 Ben Pfaffflow, match, classifier: Add new functions for miniflow...
2018-03-31 Ben Pfaffmatch: Add 'tun_md' member to struct minimatch.
2018-03-14 Ben Pfaffofp-print: Move much of the printing code into message...
2018-03-14 Ben Pfaffofp-match: Make some public functions static.
2018-03-14 Ben Pfaffofp-packet: Better abstract packet-in format.
2018-03-14 Ben Pfaffofp-protocol: Better abstract changing the protocol...
2018-03-01 Ben Pfaffofp-util: Use consistent naming convention.
2018-02-13 Ben Pfaffofp-errors: Add remaining OF1.4 and OF1.5 errors.
2018-02-13 Ben PfaffImplement OF1.3 extension for OF1.4 role status feature.
2018-02-13 Ben Pfaffofp-util, ofp-parse: Break up into many separate modules.
2018-02-13 Ben Pfaffofp-util: Remove prototypes for unimplemented functions.
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-02-01 Ben Pfaffovs-vswitchd: Avoid or suppress memory leak warning...
2018-02-01 Ben Pfaffutil: Document and rely on ovs_assert() always evaluati...
2018-02-01 Ben PfaffSupport accepting and displaying table names in OVS...
2018-01-31 Ben Pfaffofp-util: New data structure for mapping between table...
2018-01-31 Ben Pfaffofp-actions: Make formatting and parsing functions...
2018-01-25 Shashank Ramopenvswitch/types.h: Drop the member name in initialize...
2018-01-11 Yi Yangnsh: add dec_nsh_ttl action
2018-01-11 Yi Yangnsh: add new flow key 'ttl'
2018-01-11 Justin Pettitofp-actions: Add action "debug_slow" for testing slow...
2018-01-10 Michal Weglickinetdev: Custom statistics.
2018-01-10 Ben Pfaffofproto-dpif: Issue clear error messages for unsupporte...
2018-01-08 Yi Yangnsh: rework NSH netlink keys and actions
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-24 Justin Pettitofp-actions: Mention OFPACT_STACK_POP.
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-12-19 Shireesh SinghWindows: Fixing Windows C++ compilation issues with...
2017-11-30 Ben Pfafftypes: Avoid compound literals as initializers.
2017-11-29 Ben Pfafftypes: New macros ETH_ADDR_C and ETH_ADDR64_C.
2017-11-14 Alin Gabriel Serdeanofp-actions: Add compare to offsetof need for MSVC...
2017-11-08 Jan ScheurichNSH: Adjust NSH wire format to the latest IETF draft
2017-11-06 duanjiongpackets: Move declarations inside extern "C".
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-11-02 Yi-Hung Weipackets: Fix C++ compilation issues when include packets.h
2017-10-31 Xiao Lianglib: Move lib/rconn.h to include/openvswitch
2017-10-30 Ben Pfafffaq: Better document how to add vendor extensions.
2017-10-24 Ben Pfaffjson: New function json_object_put_format().
2017-10-24 Ben Pfaffjson: New function json_nullable_clone().
next