aboutsummaryrefslogtreecommitdiff
path: root/ofproto/pktbuf.c
AgeCommit message (Expand)Author
2014-12-15lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf
2014-12-15lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf
2013-08-27packets, pktbuf: Align L3 headers on 32-bit boundary.Ben Pfaff
2013-06-20Create specific types for ofp and odp portAlex Wang
2013-06-04ofproto/pktbuf.c: Fix a typo in the commentAlex Wang
2012-12-03include/openflow: Moved remaining common definitions from openflow-1.0.hJarno Rajahalme
2012-05-22Add support for tracking and logging daemon memory usage.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-10pktbuf: Directly use pointers in pktbuf_save().Ethan Jackson
2011-09-15ofproto: Remove dummy 'in_port' variable.Ben Pfaff
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-09-01ofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_with_headroom().Ben Pfaff
2010-08-27ofproto: Avoid ofpbuf_clone() for OFPAT_CONTROLLER common case.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-06-17vconn: Move OpenFlow utility functions into new file ofp-util.c.Ben Pfaff
2010-02-24Merge "master" into "next".Ben Pfaff
2010-02-20ofproto: Check overlap, emerg flow cache, and error code sync (OpenFlow 0.9)Justin Pettit
2010-02-12pktbuf: Assign UINT16_MAX in place of -1, for clarity.Ben Pfaff
2009-11-04Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff
2009-09-22Merge citrix branch into master.Ben Pfaff
2009-07-08Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).Ben Pfaff