]> git.proxmox.com Git - mirror_iproute2.git/commit
netlink: extend buffers to 16K
authorEric Dumazet <edumazet@google.com>
Sat, 11 Oct 2014 16:43:13 +0000 (09:43 -0700)
committerStephen Hemminger <shemming@brocade.com>
Thu, 30 Oct 2014 05:43:04 +0000 (22:43 -0700)
commite557212edafa069eea27022c9331fd30b9fac067
tree9ad3f2d79946e74fcd361effcd4ed06cc8a2b4c7
parent907e1aca5f6d55275d93049330a8036262233612
netlink: extend buffers to 16K

Starting from linux-3.15 (commit 9063e21fb026, "netlink: autosize skb
lengths"), kernel is able to send up to 16K in netlink replies.

This change enables iproute2 commands to get bigger chunks,
without breaking compatibility with old kernels.

Signed-off-by: Eric Dumazet <edumazet@google.com>
lib/libnetlink.c
misc/ss.c