Home
last modified time | relevance | path

Searched hist:"656299 f706e52e0409733d704c2761f1b12d6954" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/8021q/
H A Dvlan_dev.cdiff f7d1b9f5aafa371d7f51f644aa3c38bc914e9205 Thu Dec 25 18:45:19 CST 2008 Eric Dumazet <dada1@cosmosbay.com> vlan: fix convertion to net_device_ops

commit 656299f706e52e0409733d704c2761f1b12d6954
(vlan: convert to net_device_ops) added a net_device_ops
with a NULL ndo_start_xmit field.

This gives a crash in dev_hard_start_xmit()

Fix it using two net_device_ops structures, one for hwaccel vlan,
one for non hwaccel vlan.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
diff 656299f706e52e0409733d704c2761f1b12d6954 Wed Nov 19 23:53:47 CST 2008 Stephen Hemminger <shemminger@vyatta.com> vlan: convert to net_device_ops

Convert vlan devices and function pointers to net_device_ops.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dvlan.cdiff 656299f706e52e0409733d704c2761f1b12d6954 Wed Nov 19 23:53:47 CST 2008 Stephen Hemminger <shemminger@vyatta.com> vlan: convert to net_device_ops

Convert vlan devices and function pointers to net_device_ops.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>