linux-stable/drivers/net/ethernet/broadcom
Jason A. Donenfeld 8032bf1233 treewide: use get_random_u32_below() instead of deprecated function
This is a simple mechanical transformation done by:

@@
expression E;
@@
- prandom_u32_max
+ get_random_u32_below
  (E)

Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Darrick J. Wong <djwong@kernel.org> # for xfs
Reviewed-by: SeongJae Park <sj@kernel.org> # for damon
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> # for infiniband
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> # for arm
Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # for mmc
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2022-11-18 02:15:15 +01:00
..
bnx2x Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-10-03 17:44:18 -07:00
bnxt bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer 2022-11-04 19:29:03 -07:00
genet net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
Kconfig net: broadcom: Fix BCMGENET Kconfig 2022-11-07 17:58:11 -08:00
Makefile net: ethernet: bgmac: Remove -Warray-bounds exception 2022-10-07 08:50:07 +01:00
b44.c net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
b44.h
bcm63xx_enet.c net: ethernet: move from strlcpy with unused retval to strscpy 2022-08-31 14:11:26 -07:00
bcm63xx_enet.h
bcm4908_enet.c net: broadcom: bcm4908_enet: update TX stats after actual transmission 2022-10-27 10:27:53 -07:00
bcm4908_enet.h
bcmsysport.c net: bcmsysport: Indicate MAC is in charge of PHY PM 2022-10-27 15:56:07 +02:00
bcmsysport.h net: systemport: Enable all RX descriptors for SYSTEMPORT Lite 2022-10-10 18:00:15 -07:00
bgmac-bcma-mdio.c net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_register 2022-06-06 14:38:15 -07:00
bgmac-bcma.c net: bgmac: Fix an erroneous kfree() in bgmac_remove() 2022-06-14 19:16:36 -07:00
bgmac-platform.c
bgmac.c net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
bgmac.h net: bgmac: remove a copy of the NAPI_POLL_WEIGHT define 2022-04-29 11:56:41 +01:00
bnx2.c bnx2: Fix spelling mistake "bufferred" -> "buffered" 2022-09-30 12:38:58 +01:00
bnx2.h
bnx2_fw.h
cnic.c treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
cnic.h
cnic_defs.h
cnic_if.h
sb1250-mac.c eth: switch to netif_napi_add_weight() 2022-05-08 11:33:57 +01:00
tg3.c net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
tg3.h
unimac.h