1
0
Files
linux/net
Eric Dumazet dcd7608134 net_sched: fix a regression in tcf_proto_lookup_ops()
list_for_each_entry(t, &tcf_proto_base, head) doesn't
exit with t = NULL if we reached the end of the list.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Fixes: 3627287463 ("net_sched: convert tcf_proto_ops to use struct
list_head")
Cc: Cong Wang <xiyou.wangcong@gmail.com>
Reviewed-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-12-20 17:06:27 -05:00
..
2013-12-09 20:56:12 -05:00
2013-12-19 19:00:07 -05:00
2013-10-19 19:36:19 -04:00
2013-12-11 10:56:21 -05:00
2013-11-21 13:09:42 -05:00
2013-12-09 20:24:18 -05:00