Home
last modified time | relevance | path

Searched hist:bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 (Results 1 – 25 of 75) sorted by relevance

123

/openbmc/linux/drivers/net/
H A Dnlmon.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Ddummy.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Difb.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/
H A Dec_bhf.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/fjes/
H A Dfjes_main.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/openvswitch/
H A Dvport-internal_dev.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/sched/
H A Dsch_teql.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dvmxnet3_int.hdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/slip/
H A Dslip.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-rhine.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/l2tp/
H A Dl2tp_eth.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Db44.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.cdiff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> net: make ndo_get_stats64 a void function

The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

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

123