linux/drivers/net/ppp
Xiaodong Xu 2b018d57ff pppoe: drop PPPOX_ZOMBIEs in pppoe_release
When PPPOE is running over a virtual ethernet interface (e.g., a
bonding interface) and the user tries to delete the interface in case
the PPPOE state is ZOMBIE, the kernel will loop forever while
unregistering net_device for the reference count is not decreased to
zero which should have been done with dev_put().

Signed-off-by: Xiaodong Xu <stid.smth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-09-22 15:49:31 -04:00
..
Kconfig ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
Makefile ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
bsd_comp.c ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
ppp_async.c ppp: avoid false drop_monitor false positives 2012-05-19 02:32:30 -04:00
ppp_deflate.c ppp: Change copyright notices from ANU to me 2012-03-04 20:41:38 -05:00
ppp_generic.c ppp: avoid false drop_monitor false positives 2012-05-19 02:32:30 -04:00
ppp_mppe.c ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
ppp_mppe.h ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
ppp_synctty.c ppp: avoid false drop_monitor false positives 2012-05-19 02:32:30 -04:00
pppoe.c pppoe: drop PPPOX_ZOMBIEs in pppoe_release 2012-09-22 15:49:31 -04:00
pppox.c ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> 2012-03-04 20:41:38 -05:00
pptp.c pptp: lookup route with the proper net namespace 2012-08-08 15:57:10 -07:00