summaryrefslogtreecommitdiff
path: root/include/openvswitch/types.h
Commit message (Expand)AuthorAgeFilesLines
* netlink: Add support for parsing link layer address.Frode Nordahl2021-08-201-0/+8
* openvswitch/types.h: Drop the member name in initializer macroShashank Ram2018-01-251-3/+2
* types: Avoid compound literals as initializers.Ben Pfaff2017-11-301-2/+2
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-291-0/+11
* Add 'extern "C"' for all relevant public header files, plus a build check.Ben Pfaff2017-07-311-0/+8
* unaligned: Introduce helpers for 32-bit aligned 128-bit integers.Ben Pfaff2017-06-141-0/+12
* types: New struct eth_addr64 for EUI-64 identifiers.Ben Pfaff2017-04-071-1/+9
* conntrack: New userspace connection tracker.Daniele Di Proietto2016-07-271-0/+4
* Introduce 128-bit xxregs.Justin Pettit2016-07-121-0/+1
* types: Change ofp_port_t from uint16_t to uint32_t.Ben Pfaff2016-06-031-5/+16
* types: Fix defined but not used warning.William Tu2016-02-191-1/+2
* types: Define OVS_*128_MAX statically.Joe Stringer2015-12-221-2/+7
* types: Correct typo in comment above eth_addr.Simon Horman2015-12-011-1/+1
* types: Add big-endian 128-bit types and helpers.Joe Stringer2015-10-131-0/+14
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-0/+10
* types: Rename and move ovs_u128_equal().Joe Stringer2015-06-091-7/+0
* hash: Add 128-bit murmurhash.Joe Stringer2014-11-251-0/+14
* Do not seemingly #include Linux-specific headers on other platforms.Ben Pfaff2014-08-041-10/+5
* openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff2013-09-171-0/+4
* packets: Do not assume that IPv4, TCP, or ARP headers are 32-bit aligned.Ben Pfaff2013-08-271-2/+30
* Create specific types for ofp and odp portAlex Wang2013-06-201-1/+13
* 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-3/+3
* datapath-protocol: Use Linux kernel types directly.Ben Pfaff2011-10-121-5/+7
* Remove unnecessary #include directives.Ben Pfaff2011-05-161-1/+0
* Add types and accessors for working with half-aligned 64-bit values.Ben Pfaff2011-02-051-1/+24
* flow: Fully separate flow_wildcards from OpenFlow wildcard bits.Ben Pfaff2010-11-221-0/+2
* Make the ovs_be<N> types generally available.Ben Pfaff2010-10-291-0/+37