linux/net/netfilter/ipset
Greg Rose c7ac8679be rtnetlink: Compute and store minimum ifinfo dump size
The message size allocated for rtnl ifinfo dumps was limited to
a single page.  This is not enough for additional interface info
available with devices that support SR-IOV and caused a bug in
which VF info would not be displayed if more than approximately
40 VFs were created per interface.

Implement a new function pointer for the rtnl_register service that will
calculate the amount of data required for the ifinfo dump and allocate
enough data to satisfy the request.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-06-09 20:38:07 -07:00
..
Kconfig netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINK 2011-02-10 10:13:07 +01:00
Makefile netfilter: ipset: list:set set type support 2011-02-01 15:54:59 +01:00
ip_set_bitmap_ip.c Merge branch 'master' into for-next 2011-04-26 10:22:59 +02:00
ip_set_bitmap_ipmac.c netfilter: ipset: bitmap:ip,mac type requires "src" for MAC 2011-04-13 13:43:23 +02:00
ip_set_bitmap_port.c netfilter: ipset: references are protected by rwlock instead of mutex 2011-04-04 15:19:25 +02:00
ip_set_core.c rtnetlink: Compute and store minimum ifinfo dump size 2011-06-09 20:38:07 -07:00
ip_set_getport.c netfilter: ipset: SCTP, UDPLITE support added 2011-04-13 13:51:38 +02:00
ip_set_hash_ip.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_hash_ipport.c netfilter: ipset: SCTP, UDPLITE support added 2011-04-13 13:51:38 +02:00
ip_set_hash_ipportip.c netfilter: ipset: SCTP, UDPLITE support added 2011-04-13 13:51:38 +02:00
ip_set_hash_ipportnet.c netfilter: ipset: SCTP, UDPLITE support added 2011-04-13 13:51:38 +02:00
ip_set_hash_net.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_hash_netport.c netfilter: ipset: SCTP, UDPLITE support added 2011-04-13 13:51:38 +02:00
ip_set_list_set.c netfilter: ipset: references are protected by rwlock instead of mutex 2011-04-04 15:19:25 +02:00
pfxlen.c netfilter: ipset: IP set core support 2011-02-01 15:28:35 +01:00