1
0
Fork 0
alistair23-linux/net/l2tp
Jiri Pirko 3a73702863 l2tp_eth: fix memory allocation
Since .size is set properly in "struct pernet_operations l2tp_eth_net_ops",
allocating space for "struct l2tp_eth_net" by hand is not correct, even causes
memory leakage.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-23 16:37:33 -07:00
..
Kconfig l2tp: Add debugfs files for dumping l2tp debug info 2010-04-03 14:56:07 -07:00
Makefile l2tp: Add debugfs files for dumping l2tp debug info 2010-04-03 14:56:07 -07:00
l2tp_core.c l2tp: fix memory allocation 2010-04-23 16:37:32 -07:00
l2tp_core.h l2tp: unmanaged L2TPv3 tunnels fixes 2010-04-04 01:02:46 -07:00
l2tp_debugfs.c net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4 2010-04-15 15:37:13 -07:00
l2tp_eth.c l2tp_eth: fix memory allocation 2010-04-23 16:37:33 -07:00
l2tp_ip.c net: replace ipfragok with skb->local_df 2010-04-15 23:36:37 -07:00
l2tp_netlink.c l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.c 2010-04-03 14:58:07 -07:00
l2tp_ppp.c l2tp: Fix L2TP_DEBUGFS ifdef tests. 2010-04-03 15:01:37 -07:00