summaryrefslogtreecommitdiff
path: root/lib/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: No clone when tunnel push is last action.Rosemarie O'Riorden2022-06-291-0/+7
* netlink-socket: Log extack error messages in netlink transactions.Paolo Valerio2022-01-161-2/+33
* netlink: Add support for parsing link layer address.Frode Nordahl2021-08-201-0/+16
* odp-util: Fix overflow of nested netlink attributes.Ilya Maximets2020-11-161-0/+1
* netlink: Correct comment for nl_msg_put_unspec().Justin Pettit2017-07-271-2/+1
* netlink: Introduce helpers for 128-bit integer attributes.Ben Pfaff2017-06-141-0/+54
* treewide: Avoid undefined behavior passing null in nonnull parameters.Lance Richardson2017-06-131-1/+4
* netlink: Simplify nl_msg_start_nested().Jarno Rajahalme2017-03-081-1/+1
* lib: Refactor nested netlink APIs.Andy Zhou2017-03-061-3/+16
* lib: Add nl_msg_end_non_empty_nested()Andy Zhou2017-01-231-0/+13
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-0/+1
* netlink: Avoid passing NULL pointer to memcpy(), even with zero length.William Tu2016-07-021-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Add support for connection tracking helper/ALGs.Joe Stringer2015-10-131-0/+11
* netlink: helper functions for ipv6 address in netlink attrsJiri Benc2015-10-051-0/+20
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-13/+13
* netlink: Refine calculation of maximum-length attributes.Ben Pfaff2015-01-111-3/+3
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* netlink-socket: Simplify multithreaded dumping to match Linux reality.Ben Pfaff2014-07-161-1/+2
* Fix log message weird suffixes.Ben Pfaff2014-06-111-1/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-13/+13
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-1/+1
* util: New macro PAD_SIZE.Ben Pfaff2014-03-131-3/+3
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-2/+2
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-4/+4
* netlink: New function nl_msg_put_unspec_zero().Ben Pfaff2013-11-111-0/+12
* ofproto-dpif-xlate: Suppress oversize datapath actions.Ben Pfaff2013-10-041-1/+11
* clang: Fix the alignment warning.Alex Wang2013-07-231-4/+2
* netlink: Avoid designated initializers because MSVC does not support them.Ben Pfaff2013-07-181-13/+37
* Create specific types for ofp and odp portAlex Wang2013-06-201-1/+20
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-10/+9
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* netlink: Postpone choosing sequence numbers until send time.Ben Pfaff2012-04-181-24/+5
* netlink: Refactor and simplify nl_policy_parse().Ben Pfaff2011-11-111-47/+58
* netlink: Use NL_ATTR_FOR_EACH in nl_policy_parse().Ben Pfaff2011-11-111-28/+13
* netlink: New functions for putting attributes at the beginning of a buffer.Ben Pfaff2011-10-141-0/+122
* netlink: Expose version of nl_attr_find for key and len.Jesse Gross2011-09-231-1/+1
* netlink: Use proper types and functions for half-aligned 64-bit values.Ben Pfaff2011-02-051-2/+5
* netlink: Log duplicate attributes in nl_policy_parse().Ben Pfaff2011-01-271-0/+3
* netlink: New functions for finding a specific attribute.Ben Pfaff2011-01-271-1/+37
* netlink: New function nl_attr_type().Ben Pfaff2010-12-101-2/+10
* netlink: Add functions for working with big-endian attribute values.Ben Pfaff2010-12-101-9/+60
* netlink: Split into generic and Linux-specific parts.Ben Pfaff2010-12-101-800/+22
* ofpbuf: New function ofpbuf_use_const().Ben Pfaff2010-12-071-8/+4
* Implement stress option framework.Ben Pfaff2010-11-301-0/+17
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+6
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* Avoid shadowing local variable names.Ben Pfaff2010-09-201-5/+5
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-36/+36
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2