summaryrefslogtreecommitdiff
path: root/lib/ofpbuf.c
Commit message (Expand)AuthorAgeFilesLines
* ofpbuf: Fix offsetting a NULL pointer in ofpbuf_reserve.Ilya Maximets2022-06-241-0/+4
* ofp-actions: Use aligned structures when decoding ofp actions.Dumitru Ceara2022-05-171-0/+39
* treewide: Avoid offsetting NULL pointers.Dumitru Ceara2022-05-171-0/+4
* treewide: Don't pass NULL to library functions that expect non-NULL.Dumitru Ceara2022-02-141-0/+4
* treewide: Clean up inclusions of netdev-dpdk header.Ilya Maximets2019-03-141-1/+0
* ofpbuf: Fix arithmetic error in ofpbuf_insert().Toms Atteka2019-01-181-2/+2
* ofpbuf: New function ofpbuf_insert().Ben Pfaff2017-06-271-0/+18
* treewide: Avoid undefined behavior passing null in nonnull parameters.Lance Richardson2017-06-131-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofpbuf: Fix setting of 'msg' in ofpbuf_clone_with_headroom()Jarno Rajahalme2016-03-071-1/+5
* ofpbuf: Rename 'data_delta' to 'xxx_offset'Jarno Rajahalme2016-03-071-12/+10
* ofpbuf: Make offset calculation more consistent.Jarno Rajahalme2016-03-071-2/+2
* ofpbuf: Use ptrdiff_t for pointer delta.Joe Stringer2016-03-031-4/+3
* ofpbuf: Make ofpbuf_put_hex() accept period between hex bytes also.Ben Pfaff2016-02-191-6/+6
* lib/ofpbuf: make ofpbuf_use() staticAndy Zhou2015-09-011-1/+1
* lib/ofpbuf: add ofpbuf_use_ds() APIAndy Zhou2015-09-011-0/+10
* lib/ofpbuf: refactor ofpbuf_use__() APIAndy Zhou2015-09-011-7/+6
* ofpbuf: Update msg when resizing ofpbuf.Alex Wang2015-07-201-4/+21
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-061-3/+2
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-127/+46
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-2/+2
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* miniflow_extract: Properly handle small IP packets.Jarno Rajahalme2014-11-101-0/+2
* ofpbuf: Correct the comment for ofpbuf_trim().Wang Sheng-Hui2014-10-061-2/+2
* ofpbuf: Correct comment for ofpbuf_reserve_with_tailroom().Wang Sheng-Hui2014-10-061-2/+3
* netdev-dpdk: Fix race condition with DPDK mempools in non pmd threadsDaniele Di Proietto2014-07-201-4/+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-1/+10
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-11/+12
* netdev-dpdk: Remove alloc from packet recv.Pravin Shelar2014-03-301-3/+1
* ofpbuf: Add ofpbuf_init_dpdk()Pravin Shelar2014-03-301-5/+23
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-39/+43
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-24/+48
* lib/ofpbuf: Remove 'l7' pointer.Jarno Rajahalme2014-03-251-7/+1
* lib/ofpbuf: Inline the trivial ofpbuf functions.Jarno Rajahalme2014-03-251-98/+0
* dpif-netdev: Add DPDK netdev.Pravin2014-03-211-2/+8
* ofpbuf: Add OFPBUF_DPDK type.Pravin2014-03-211-0/+7
* ofpbuf: New function ofpbuf_shift().Ben Pfaff2013-12-231-0/+18
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-2/+2
* dpif: Allow execute to modify the packet.Jarno Rajahalme2013-12-161-0/+11
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-1/+1
* ofpbuf: Allow whitespace other than spaces in hex data.Ben Pfaff2013-11-051-1/+1
* ofpbuf: Fix small typo.Justin Pettit2013-05-091-1/+1
* ofpbuf: Remove OFPBUF_STACK_BUFFER.Ben Pfaff2013-03-011-3/+3
* User-Space MPLS actions and matchesSimon Horman2013-02-051-1/+7
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-4/+3
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-2/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1