summaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-31/+77
* ofp-print: Fix redundant expression.Joe Stringer2015-08-241-1/+1
* Fix treatment of OpenFlow 1.1+ bucket weights.Ben Pfaff2015-07-291-1/+1
* ofp-print: Abbreviate duplicated table features.Ben Pfaff2015-07-281-38/+128
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-41/+197
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+39
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-20/+70
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+91
* ofproto: Postpone sending flow removed messages.Jarno Rajahalme2015-06-121-0/+1
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-37/+2
* bundles: Validate bundled messages.Jarno Rajahalme2015-06-011-2/+2
* Support encoding of NTR selection methodSimon Horman2015-03-241-6/+26
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-2/+2
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-11/+11
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-0/+9
* Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 552002015-01-131-0/+8
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* ofp-print: Support printing of (draft) OpenFlow 1.5 group messages with bucke...Simon Horman2014-11-111-11/+39
* ofp-print: Print bucket ids of OpenFlow 1.5 group messages.Simon Horman2014-11-111-3/+32
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+6
* ofp-print: Use ds_chomp() in ofp10_match_to_string()Simon Horman2014-11-041-3/+1
* ofp-print-ofctl: Free group buckets.Simon Horman2014-10-311-0/+2
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-276/+132
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-80/+25
* Remove assumption that there are 64 or fewer fields.Ben Pfaff2014-07-261-20/+15
* ofp-print: Merge ofp_print_stats_{reply, request}()Simon Horman2014-05-271-32/+23
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-141-1/+22
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-141-0/+10
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-0/+5
* Implement OpenFlow 1.4 port_mod messages.Ben Pfaff2014-05-141-1/+1
* ofp-util: Remove ofputil_count_phy_ports().Ben Pfaff2014-05-141-11/+16
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+92
* ofp-print: Enable printing OF1.4 versionAlexandru Copot2014-05-011-0/+3
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-0/+6
* ofp-print: Fix misaligned data access in ofp_print_error_msg().Ben Pfaff2014-04-051-0/+1
* packets: Fix misaligned data accesses for MPLS and SCTP fields.Ben Pfaff2014-04-051-1/+2
* ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme2014-04-031-4/+4
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-6/+6
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-3/+3
* lib/ofpbuf: Remove 'l7' pointer.Jarno Rajahalme2014-03-251-14/+12
* ofp-util: Fix inconsistencies in table features type.Jarno Rajahalme2014-03-241-1/+1
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-231-8/+162
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-0/+2
* lib/flow: Retain ODPP_NONE on flow_extract().Jarno Rajahalme2014-03-191-1/+1
* ofp-print: __attribute__ format in visual studio.Gurucharan Shetty2014-03-121-1/+1
* lib: simplify flow_extract() APIAndy Zhou2014-02-281-1/+3
* ofp-print: Print durations with at least three decimals.Ben Pfaff2013-12-201-3/+19
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-4/+4
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-13/+13