/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_dev.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | enic_dev.h | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/adaptec/ |
H A D | starfire.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/via/ |
H A D | via-velocity.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | via-rhine.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | netdev.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_drv.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/team/ |
H A D | team.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_l2_main.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qeth_l3_main.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ |
H A D | macvlan.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | virtio_net.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | diff 8e586137e6b63af1e881b328466ab5ffbe562510 Thu Dec 08 18:52:37 CST 2011 Jiri Pirko <jpirko@redhat.com> net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Let caller know the result of adding/removing vlan id to/from vlan filter.
In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately.
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|