index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
netlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ofpbuf: Simplify ofpbuf API.
Pravin B Shelar
2015-03-03
1
-13
/
+13
*
netlink: Refine calculation of maximum-length attributes.
Ben Pfaff
2015-01-11
1
-3
/
+3
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
netlink-socket: Simplify multithreaded dumping to match Linux reality.
Ben Pfaff
2014-07-16
1
-1
/
+2
*
Fix log message weird suffixes.
Ben Pfaff
2014-06-11
1
-1
/
+1
*
ofpbuf: Introduce access api for base, data and size.
Pravin Shelar
2014-03-30
1
-13
/
+13
*
lib/ofpbuf: Compact
Jarno Rajahalme
2014-03-29
1
-1
/
+1
*
util: New macro PAD_SIZE.
Ben Pfaff
2014-03-13
1
-3
/
+3
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-2
/
+2
*
Avoid printf type modifiers not supported by MSVC C runtime library.
Alin Serdean
2013-11-25
1
-4
/
+4
*
netlink: New function nl_msg_put_unspec_zero().
Ben Pfaff
2013-11-11
1
-0
/
+12
*
ofproto-dpif-xlate: Suppress oversize datapath actions.
Ben Pfaff
2013-10-04
1
-1
/
+11
*
clang: Fix the alignment warning.
Alex Wang
2013-07-23
1
-4
/
+2
*
netlink: Avoid designated initializers because MSVC does not support them.
Ben Pfaff
2013-07-18
1
-13
/
+37
*
Create specific types for ofp and odp port
Alex Wang
2013-06-20
1
-1
/
+20
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-10
/
+9
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
netlink: Postpone choosing sequence numbers until send time.
Ben Pfaff
2012-04-18
1
-24
/
+5
*
netlink: Refactor and simplify nl_policy_parse().
Ben Pfaff
2011-11-11
1
-47
/
+58
*
netlink: Use NL_ATTR_FOR_EACH in nl_policy_parse().
Ben Pfaff
2011-11-11
1
-28
/
+13
*
netlink: New functions for putting attributes at the beginning of a buffer.
Ben Pfaff
2011-10-14
1
-0
/
+122
*
netlink: Expose version of nl_attr_find for key and len.
Jesse Gross
2011-09-23
1
-1
/
+1
*
netlink: Use proper types and functions for half-aligned 64-bit values.
Ben Pfaff
2011-02-05
1
-2
/
+5
*
netlink: Log duplicate attributes in nl_policy_parse().
Ben Pfaff
2011-01-27
1
-0
/
+3
*
netlink: New functions for finding a specific attribute.
Ben Pfaff
2011-01-27
1
-1
/
+37
*
netlink: New function nl_attr_type().
Ben Pfaff
2010-12-10
1
-2
/
+10
*
netlink: Add functions for working with big-endian attribute values.
Ben Pfaff
2010-12-10
1
-9
/
+60
*
netlink: Split into generic and Linux-specific parts.
Ben Pfaff
2010-12-10
1
-800
/
+22
*
ofpbuf: New function ofpbuf_use_const().
Ben Pfaff
2010-12-07
1
-8
/
+4
*
Implement stress option framework.
Ben Pfaff
2010-11-30
1
-0
/
+17
*
coverage: Make the coverage counters catalog program-specific.
Ben Pfaff
2010-11-30
1
-0
/
+6
*
vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.
Ben Pfaff
2010-10-29
1
-1
/
+1
*
Avoid shadowing local variable names.
Ben Pfaff
2010-09-20
1
-5
/
+5
*
treewide: Remove trailing whitespace
Joe Perches
2010-08-30
1
-36
/
+36
*
vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.
Ben Pfaff
2010-07-21
1
-2
/
+2
*
netlink: Improve support for nested Netlink attributes.
Ben Pfaff
2010-06-17
1
-6
/
+28
*
netlink: Add support for Netlink table dumping.
Ben Pfaff
2010-06-17
1
-0
/
+164
*
netlink: Add functions for handling nested attributes.
Ben Pfaff
2010-06-17
1
-0
/
+23
*
netlink: Make nl_sock_transact() always return a reply on success.
Ben Pfaff
2010-06-17
1
-1
/
+8
*
netlink: Fix bad assumption about nested Netlink attributes.
Ben Pfaff
2010-06-17
1
-1
/
+1
*
netlink: Make nl_sock_transact() discard reply if 'replyp' is null.
Ben Pfaff
2010-06-17
1
-5
/
+14
*
netlink: Drop sock parameter from nl_msg_put_(ge)nlmsghdr().
Ben Pfaff
2010-06-17
1
-22
/
+30
*
timeval: Use monotonic time where appropriate.
Jesse Gross
2010-06-08
1
-1
/
+1
*
Update primary code license to Apache 2.0.
Ben Pfaff
2009-06-15
1
-10
/
+10
*
Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.
v0.90.0
Ben Pfaff
2009-07-08
1
-0
/
+1077