linux/drivers/net/ppp
Gao feng ece31ffd53 net: proc: change proc_net_remove to remove_proc_entry
proc_net_remove is only used to remove proc entries
that under /proc/net,it's not a general function for
removing proc entries of netns. if we want to remove
some proc entries which under /proc/net/stat/, we still
need to call remove_proc_entry.

this patch use remove_proc_entry to replace proc_net_remove.
we can remove proc_net_remove after this patch.

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-18 14:53:08 -05:00
..
bsd_comp.c
Kconfig
Makefile
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 net: Add skb_unclone() helper function. 2013-02-15 15:10:37 -05:00
ppp_mppe.c
ppp_mppe.h
ppp_synctty.c ppp: avoid false drop_monitor false positives 2012-05-19 02:32:30 -04:00
pppoe.c net: proc: change proc_net_remove to remove_proc_entry 2013-02-18 14:53:08 -05: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