linux/drivers/net/ethernet
Heiner Kallweit d6836ef02c r8169: use fsleep in polling functions
Use new flexible sleep function fsleep() to merge the udelay and msleep
polling functions. We can safely do this because no polling function
is used in atomic context in this driver.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-05-06 17:03:34 -07:00
..
3com docs: networking: device drivers: convert 3com/vortex.txt to ReST 2020-05-01 12:24:41 -07:00
8390
adaptec drivers: Remove inclusion of vermagic header 2020-04-21 13:27:37 -07:00
aeroflex net/aeroflex: Don't assign FW if it is not available 2020-02-24 11:23:37 -08:00
agere net: agere: use true,false for bool variable 2020-05-05 11:39:42 -07:00
alacritech net/alacritech: Delete driver version 2020-02-24 11:23:37 -08:00
allwinner net: allwinner: Fix use correct return type for ndo_start_xmit() 2020-05-05 11:14:40 -07:00
alteon net/alteon: Properly report FW version 2020-02-24 11:23:37 -08:00
altera net: altera: Fix use correct return type for ndo_start_xmit() 2020-05-05 11:15:41 -07:00
amazon net: ena: cosmetic: extract code to ena_indirection_table_set() 2020-05-03 15:59:30 -07:00
amd net: 7990: Fix use correct return type for ndo_start_xmit() 2020-05-06 14:26:14 -07:00
apm net/apm: Properly mark absence of FW 2020-02-24 11:24:47 -08:00
apple
aquantia net: atlantic: A2 ingress / egress hw configuration 2020-05-01 15:37:59 -07:00
arc net/arc: Delete driver version 2020-02-24 11:24:47 -08:00
atheros net: atheros: remove conversion to bool in atl1c_start_mac() 2020-05-05 11:39:42 -07:00
aurora
broadcom bnx2x: Remove unused inline function bnx2x_vf_vlan_credit 2020-05-05 12:07:43 -07:00
brocade net: bna: reject unsupported coalescing params 2020-03-10 16:28:53 -07:00
cadence net: macb: Fix handling of fixed-link node 2020-03-31 10:06:27 -07:00
calxeda
cavium liquidio: remove unused inline functions 2020-04-25 20:42:57 -07:00
chelsio cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() call 2020-05-05 13:16:26 -07:00
cirrus docs: networking: device drivers: convert cirrus/cs89x0.txt to ReST 2020-05-01 12:24:41 -07:00
cisco enic: let core reject the unsupported coalescing parameters 2020-03-05 12:12:34 -08:00
cortina net: cortina: Fix use correct return type for ndo_start_xmit() 2020-05-06 13:57:30 -07:00
davicom net/davicom: Delete ethtool version assignment 2020-03-03 17:54:54 -08:00
dec docs: networking: device drivers: convert dec/dmfe.txt to ReST 2020-05-01 12:24:42 -07:00
dlink docs: networking: device drivers: convert dlink/dl2k.txt to ReST 2020-05-01 12:24:42 -07:00
emulex net: be2net: reject unsupported coalescing params 2020-03-12 11:32:35 -07:00
ezchip
faraday net/faraday: Fix unnecessary check in ftmac100_probe() 2020-04-30 12:20:54 -07:00
freescale net: enetc: Make some symbols static 2020-05-06 14:19:42 -07:00
fujitsu
google
hisilicon net: hns3: adds support for reading module eeprom info 2020-04-29 11:41:33 -07:00
huawei hinic: Use kmemdup instead of kzalloc and memcpy 2020-04-30 20:59:34 -07:00
i825xx
ibm Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-03-12 22:34:48 -07:00
intel ice: Fix error return code in ice_add_prof() 2020-04-30 20:29:09 -07:00
marvell net: mv643xx_eth: Remove unused inline function sum16_as_be 2020-05-05 12:07:43 -07:00
mediatek net: mediatek: Fix use correct return type for ndo_start_xmit() 2020-05-06 14:19:42 -07:00
mellanox net: mlx4: remove unneeded variable "err" in mlx4_en_get_rxfh() 2020-05-06 13:57:30 -07:00
micrel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2020-03-29 21:25:29 -07:00
microchip net: microchip: Remove unused inline function is_bits_set 2020-05-05 12:07:43 -07:00
moxa net: moxa: Fix use correct return type for ndo_start_xmit() 2020-05-06 14:24:06 -07:00
mscc net: mscc: ocelot: lift protocol restriction for flow_match_eth_addrs keys 2020-04-22 11:40:51 -07:00
myricom myri10ge: Remove unused inline function myri10ge_vlan_ip_csum 2020-05-05 12:07:43 -07:00
natsemi net/macsonic: Remove interrupt handler wrapper 2020-02-16 19:48:22 -08:00
neterion docs: networking: device drivers: convert neterion/vxge.txt to ReST 2020-05-01 12:24:42 -07:00
netronome net: partially revert dynamic lockdep key changes 2020-05-04 12:05:56 -07:00
ni net: ni: Fix use correct return type for ndo_start_xmit() 2020-05-05 11:39:43 -07:00
nvidia
nxp net: nxp: Fix use correct return type for ndo_start_xmit() 2020-05-05 11:17:56 -07:00
oki-semi
packetengines
pasemi
pensando drivers: Remove inclusion of vermagic header 2020-04-21 13:27:37 -07:00
qlogic net: qede: Use true for bool variable in qede_init_fp() 2020-05-05 11:39:42 -07:00
qualcomm net: emac: Fix use correct return type for ndo_start_xmit() 2020-05-05 11:20:23 -07:00
rdc
realtek r8169: use fsleep in polling functions 2020-05-06 17:03:34 -07:00
renesas net: renesas: Fix use correct return type for ndo_start_xmit() 2020-05-06 14:13:39 -07:00
rocker
samsung net: sxgbe: reject unsupported coalescing params 2020-03-14 21:13:55 -07:00
seeq
sfc sfc: falcon: convert to use i2c_new_client_device() 2020-03-26 19:31:21 -07:00
sgi net: meth: remove spurious copyright text 2020-04-23 15:59:43 -07:00
silan
sis
smsc docs: networking: device drivers: convert smsc/smc9.txt to ReST 2020-05-01 12:24:42 -07:00
socionext net: socionext: Fix use correct return type for ndo_start_xmit() 2020-05-06 14:19:42 -07:00
stmicro net: stmmac: Remove unused inline function stmmac_rx_threshold_count 2020-05-05 12:07:43 -07:00
sun net: sun: cassini: Remove unused inline functions 2020-05-05 12:07:43 -07:00
synopsys net: dwc-xlgmac: let core reject the unsupported coalescing parameters 2020-03-17 20:56:57 -07:00
tehuti net: tehuti: remove unused inline function bdx_tx_db_size 2020-05-05 12:07:42 -07:00
ti net: cpmac: Fix use correct return type for ndo_start_xmit() 2020-05-06 14:24:06 -07:00
toshiba docs: networking: convert netconsole.txt to ReST 2020-04-30 12:56:36 -07:00
tundra
via net: via: reject unsupported coalescing params 2020-03-14 21:13:55 -07:00
wiznet
xilinx net: ll_temac: Fix return value check in temac_probe() 2020-04-30 20:39:22 -07:00
xircom
xscale net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe() 2020-04-23 15:32:45 -07:00
dnet.c net: ethernet: dnet: convert to devm_platform_get_and_ioremap_resource 2020-04-20 12:18:13 -07:00
dnet.h net/dnet: Delete static version from the driver 2020-03-03 17:54:55 -08:00
ec_bhf.c
ethoc.c
fealnx.c net/fealnx: Delete driver version 2020-03-03 17:54:55 -08:00
jme.c net: jme: reject unsupported coalescing params 2020-03-14 21:13:54 -07:00
jme.h
Kconfig
korina.c
lantiq_etop.c
lantiq_xrx200.c net: lantiq: Fix use correct return type for ndo_start_xmit() 2020-05-06 14:24:06 -07:00
Makefile