summaryrefslogtreecommitdiffstats
path: root/net/packet/af_packet.c
diff options
context:
space:
mode:
authorDenis V. Lunev2007-12-11 13:19:17 +0100
committerDavid S. Miller2008-01-28 23:57:14 +0100
commita0a53c8ba95451feef6c1975016f0a1eb3044ad4 (patch)
tree0b64ce018878cbaa0bf5cdfa308d4a7e71218914 /net/packet/af_packet.c
parent[AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen. (diff)
downloadkernel-qcow2-linux-a0a53c8ba95451feef6c1975016f0a1eb3044ad4.tar.gz
kernel-qcow2-linux-a0a53c8ba95451feef6c1975016f0a1eb3044ad4.tar.xz
kernel-qcow2-linux-a0a53c8ba95451feef6c1975016f0a1eb3044ad4.zip
[NETNS]: struct net content re-work (v3)
Recently David Miller and Herbert Xu pointed out that struct net becomes overbloated and un-maintainable. There are two solutions: - provide a pointer to a network subsystem definition from struct net. This costs an additional dereferrence - place sub-system definition into the structure itself. This will speedup run-time access at the cost of recompilation time The second approach looks better for us. Other sub-systems will follow. Signed-off-by: Denis V. Lunev <den@openvz.org> Acked-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/packet/af_packet.c')
0 files changed, 0 insertions, 0 deletions