summaryrefslogtreecommitdiff
path: root/lib/unaligned.h
Commit message (Expand)AuthorAgeFilesLines
* Move lib/type-props.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* unaligned: Make get_unaligned_be64() compatible on GCC and non-GCC.Ben Pfaff2014-10-091-23/+35
* packets: Do not assume that IPv4, TCP, or ARP headers are 32-bit aligned.Ben Pfaff2013-08-271-0/+41
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff2012-03-231-7/+7
* dpif-linux: Fix build with certain 64-bit kernel/userspace combinations.Ben Pfaff2011-10-141-4/+37
* Make the source tree sparse clean.Ben Pfaff2011-05-161-0/+7
* Add types and accessors for working with half-aligned 64-bit values.Ben Pfaff2011-02-051-1/+40
* unaligned: Add unaligned accessors for ovs_be<N> data.Ben Pfaff2010-11-291-23/+45
* xtoxll: Rename "byte-order" since it now include more than xtoxll.Ben Pfaff2010-10-291-1/+1
* Add header for access to potentially unaligned data.Ben Pfaff2010-05-071-0/+122