summaryrefslogtreecommitdiff
path: root/lib/ofpbuf.h
Commit message (Expand)AuthorAgeFilesLines
* ofpbuf: Correct comments for ofpbuf_tail and ofpbuf_end().Wang Sheng-Hui2014-10-061-3/+3
* netdev-dpdk: Fix race condition with DPDK mempools in non pmd threadsDaniele Di Proietto2014-07-201-1/+0
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-1/+3
* dpif-netdev: Upcall: Remove an extra memcpy of packet data.Ryan Wilson2014-06-041-0/+3
* lib/ofpbuf: Rename private fields to discourage direct use.Jarno Rajahalme2014-04-081-9/+9
* ofpbuf: fix struct commentLorand Jakab2014-04-041-3/+3
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-13/+50
* ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme2014-04-031-17/+17
* netdev-dpdk: Remove alloc from packet recv.Pravin Shelar2014-03-301-1/+5
* ofpbuf: Add DPDK mbuf to ofpbuf.Pravin Shelar2014-03-301-5/+42
* ofpbuf: Add ofpbuf_init_dpdk()Pravin Shelar2014-03-301-0/+2
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-15/+54
* ofpbuf: Add private pointer for dpdkPravin Shelar2014-03-301-0/+4
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-15/+60
* lib/ofpbuf: Remove 'l7' pointer.Jarno Rajahalme2014-03-251-1/+38
* lib/ofpbuf: Inline the trivial ofpbuf functions.Jarno Rajahalme2014-03-251-14/+109
* dpif-netdev: Add DPDK netdev.Pravin2014-03-211-1/+2
* ofpbuf: Add OFPBUF_DPDK type.Pravin2014-03-211-1/+2
* ofpbuf: New function ofpbuf_shift().Ben Pfaff2013-12-231-0/+1
* dpif: Allow execute to modify the packet.Jarno Rajahalme2013-12-161-0/+2
* ofpbuf: New helper ofpbuf_equal().Ethan Jackson2013-05-291-0/+6
* ofpbuf: Remove OFPBUF_STACK_BUFFER.Ben Pfaff2013-03-011-5/+1
* User-Space MPLS actions and matchesSimon Horman2013-02-051-0/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ofpbuf: New functions ofpbuf_use_stub() and ofpbuf_get_uninit_pointer().Ben Pfaff2012-04-181-2/+5
* openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff2011-06-141-0/+1
* ofpbuf: Make ofpbufs initialized with ofpbuf_use_stack() not expandable.Ben Pfaff2011-03-301-2/+1
* ofpbuf: New function ofpbuf_steal_data().Ben Pfaff2011-03-181-1/+3
* ofpbuf: New function ofpbuf_clone_data_with_headroom().Ben Pfaff2011-01-271-0/+2
* ofpbuf: New function ofpbuf_use_stack().Ben Pfaff2011-01-271-1/+15
* ofpbuf: New function ofpbuf_put_hex().Ben Pfaff2010-12-091-0/+1
* ofpbuf: New function ofpbuf_use_const().Ben Pfaff2010-12-071-0/+1
* queue: Get rid of ovs_queue data structure.Ben Pfaff2010-12-061-1/+8
* ofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_with_headroom().Ben Pfaff2010-09-011-0/+3
* ofpbuf: New function ofpbuf_push_zeros().Ben Pfaff2010-04-261-1/+2
* ofpbuf: New function ofpbuf_to_string().Ben Pfaff2010-02-121-0/+2
* ofpbuf: Mark ofpbuf_headroom(), ofpbuf_tailroom() parameters const.Ben Pfaff2010-02-121-2/+2
* ofpbuf: Rename ofpbuf "private" member for C++ header compatibility.Ben Pfaff2010-02-011-1/+9
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+73