2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-21 11:44:01 +08:00
linux-next/drivers/net
Ben Hutchings b0cf4dfb7c 3c503: Fix IRQ probing
The driver attempts to select an IRQ for the NIC automatically by
testing which of the supported IRQs are available and then probing
each available IRQ with probe_irq_{on,off}().  There are obvious race
conditions here, besides which:
1. The test for availability is done by passing a NULL handler, which
   now always returns -EINVAL, thus the device cannot be opened:
   <http://bugs.debian.org/566522>
2. probe_irq_off() will report only the first ISA IRQ handled,
   potentially leading to a false negative.

There was another bug that meant it ignored all error codes from
request_irq() except -EBUSY, so it would 'succeed' despite this
(possibly causing conflicts with other ISA devices).  This was fixed
by ab08999d60 'WARNING: some
request_irq() failures ignored in el2_open()', which exposed bug 1.

This patch:
1. Replaces the use of probe_irq_{on,off}() with a real interrupt handler
2. Adds a delay before checking the interrupt-seen flag
3. Disables interrupts on all failure paths
4. Distinguishes error codes from the second request_irq() call,
   consistently with the first

Compile-tested only.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-07 20:55:47 -07:00
..
appletalk net: convert multiple drivers to use netdev_for_each_mc_addr, part3 2010-02-22 15:45:51 -08:00
arcnet drivers/net/: use DEFINE_PCI_DEVICE_TABLE() 2010-01-07 23:54:26 -08:00
arm net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
atl1c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
atl1e net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
atlx Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
benet Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
bonding Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
caif caif: tty's are kref objects so take a reference 2010-04-07 16:50:00 -07:00
can Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
chelsio net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
cris net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
cxgb3 net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
cxgb4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
e1000 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
e1000e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
ehea net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
enic net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
fs_enet net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
hamradio net/various: remove trailing space in messages 2010-03-24 14:10:38 -07:00
ibm_newemac net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
igb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
igbvf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
irda net/irda: Add SuperH IrDA driver support 2010-04-06 19:50:21 -07:00
ixgb net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ixgbe Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
ixgbevf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
ixp2000 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-10-13 12:55:20 -07:00
mlx4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
myri10ge net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
netxen Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
octeon net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
pcmcia Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
phy phylib: Add module table to all existing phy drivers 2010-04-02 14:30:40 -07:00
qlcnic net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
qlge net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sfc net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
skfp net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
stmmac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
tokenring net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
tulip Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
usb NET: usb: Adding URB_ZERO_PACKET flag to usbnet.c 2010-04-06 19:50:22 -07:00
vmxnet3 net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
vxge net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
wan net/various: remove trailing space in messages 2010-03-24 14:10:38 -07:00
wimax net/various: remove trailing space in messages 2010-03-24 14:10:38 -07:00
wireless Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
3c59x.c 3c5xx: use netdev_mc_* helpers 2010-02-18 14:47:48 -08:00
3c501.c 3c5xx: use netdev_mc_* helpers 2010-02-18 14:47:48 -08:00
3c501.h 3com: convert drivers to netdev_tx_t 2009-09-01 01:13:50 -07:00
3c503.c 3c503: Fix IRQ probing 2010-04-07 20:55:47 -07:00
3c503.h
3c505.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
3c505.h
3c507.c Fix MAC address access in 3c507, ibmlana, pcnet32 and libertas 2009-12-26 20:24:45 -08:00
3c509.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
3c515.c 3c5xx: use netdev_mc_* helpers 2010-02-18 14:47:48 -08:00
3c523.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
3c523.h
3c527.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
3c527.h
7990.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
7990.h
8139cp.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
8139too.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
8390.c netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
8390.h netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
8390p.c netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
82596.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
a2065.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
a2065.h
ac3200.c
acenic.c acenic: use the dma state API instead of the pci equivalents 2010-04-01 18:38:33 -07:00
acenic.h acenic: use the dma state API instead of the pci equivalents 2010-04-01 18:38:33 -07:00
amd8111e.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
amd8111e.h net: convert multiple drivers to use netdev_for_each_mc_addr, part3 2010-02-22 15:45:51 -08:00
apne.c
ariadne.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
ariadne.h tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
at1700.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
atarilance.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
atp.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
atp.h
au1000_eth.c au1000-eth: bump to 1.7 2010-04-07 02:07:50 -07:00
au1000_eth.h au1000-eth: implement set/get_msglevel 2010-04-07 02:07:49 -07:00
ax88796.c drivers/net: Correct NULL test 2010-02-08 22:44:18 -08:00
b44.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
b44.h Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2009-06-15 03:02:23 -07:00
bcm63xx_enet.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
bcm63xx_enet.h MIPS: BCM63xx: Add integrated ethernet mac support. 2009-09-17 20:07:53 +02:00
bfin_mac.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
bfin_mac.h
bmac.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
bmac.h
bnx2_fw.h
bnx2.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
bnx2.h bnx2: Adjust flow control water marks. 2010-02-16 15:19:03 -08:00
bnx2x_dump.h bnx2x: Beautify bnx2x_dump.h 2009-08-12 23:03:00 -07:00
bnx2x_fw_defs.h bnx2x: Use firmware 5.2.13 2010-02-17 13:35:44 -08:00
bnx2x_fw_file_hdr.h bnx2x: Separated FW from the source. 2009-04-27 03:27:43 -07:00
bnx2x_hsi.h bnx2x: Use firmware 5.2.13 2010-02-17 13:35:44 -08:00
bnx2x_init_ops.h bnx2x: Use firmware 5.2.13 2010-02-17 13:35:44 -08:00
bnx2x_init.h bnx2x: Re-factor the initialization code 2009-08-12 23:02:59 -07:00
bnx2x_link.c net/various: remove trailing space in messages 2010-03-24 14:10:38 -07:00
bnx2x_link.h bnx2x: Fix CL73 autoneg issues 2009-11-05 20:00:29 -08:00
bnx2x_main.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
bnx2x_reg.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2009-12-09 19:43:33 -08:00
bnx2x.h drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpers 2010-02-17 17:45:20 -08:00
bsd_comp.c
cassini.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
cassini.h
cnic_defs.h cnic: Update version to 2.1.1. 2010-02-26 02:10:14 -08:00
cnic_if.h cnic: Update version to 2.1.1. 2010-02-26 02:10:14 -08:00
cnic.c cnic: Update version to 2.1.1. 2010-02-26 02:10:14 -08:00
cnic.h cnic: Update version to 2.1.1. 2010-02-26 02:10:14 -08:00
cpmac.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
cs89x0.c Merge branch 'for-next' into for-linus 2010-03-08 16:55:37 +01:00
cs89x0.h
davinci_emac.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
de600.c net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 2009-07-05 19:16:04 -07:00
de600.h
de620.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
de620.h
declance.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
defxx.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
defxx.h
depca.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
depca.h
dl2k.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
dl2k.h drivers/net/: use DEFINE_PCI_DEVICE_TABLE() 2010-01-07 23:54:26 -08:00
dm9000.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
dm9000.h DM9000: Wake on LAN support 2009-11-11 19:22:21 -08:00
dnet.c net/various: remove trailing space in messages 2010-03-24 14:10:38 -07:00
dnet.h
dummy.c netdev: convert pseudo drivers to netdev_tx_t 2009-09-01 01:13:40 -07:00
e100.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
e2100.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
eepro.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
eexpress.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
eexpress.h
enc28j60_hw.h
enc28j60.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
epic100.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
eql.c headers: remove sched.h from interrupt.h 2009-10-11 11:20:58 -07:00
es3210.c
eth16i.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
ethoc.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ewrk3.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ewrk3.h
fealnx.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
fec_mpc52xx_phy.c net: Fix OF platform drivers coldplug/hotplug when compiled as modules 2009-10-14 14:54:52 -07:00
fec_mpc52xx.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
fec_mpc52xx.h
fec.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
fec.h fec: fix definition of 5272 version of FEC_X_DES_ACTIVE register 2009-07-06 18:56:11 -07:00
forcedeth.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
fsl_pq_mdio.c fsl_pq_mdio: Fix iomem unmapping for non-eTSEC2.0 controllers 2009-12-30 22:03:43 -08:00
fsl_pq_mdio.h fsl_pq_mdio: Add Suport for etsec2.0 devices. 2009-11-02 23:40:57 -08:00
gianfar_ethtool.c gianfar: Basic Support for programming hash rules 2009-11-02 23:40:59 -08:00
gianfar_sysfs.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
gianfar.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
gianfar.h gianfar: fix undo of reserve() 2010-03-26 20:16:23 -07:00
greth.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
greth.h net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driver 2010-02-17 15:59:40 -08:00
hamachi.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
hp100.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
hp100.h
hp-plus.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
hp.c
hplance.c
hplance.h
hydra.c net: fix hydra printk format warning 2009-09-07 01:56:52 -07:00
ibmlana.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ibmlana.h
ibmveth.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ibmveth.h
ifb.c net: rename skb->iif to skb->skb_iif 2009-11-20 15:35:04 -08:00
ioc3-eth.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ipg.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ipg.h drivers/net/ipg: Remove invalid IPG_DDEBUG_MSG uses, neaten 2010-03-30 23:42:26 -07:00
iseries_veth.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
jazzsonic.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
jme.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
jme.h jme: Advance driver version number 2010-03-18 21:14:00 -07:00
Kconfig au1000-eth: allow driver to be compiled as a module 2010-04-07 02:07:47 -07:00
korina.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ks8842.c drivers/net/ks*: Use netdev_<level>, netif_<level> and pr_<level> 2010-03-16 21:23:25 -07:00
ks8851_mll.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ks8851.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ks8851.h KS8851: Fix MAC address write order 2009-10-20 19:11:06 -07:00
ksz884x.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
lance.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
lasi_82596.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
lib8390.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
lib82596.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
LICENSE.SRC
ll_temac_main.c Add non-Virtex5 support for LL TEMAC driver 2010-04-06 19:50:19 -07:00
ll_temac_mdio.c net: add Xilinx ll_temac device driver 2009-04-27 02:53:52 -07:00
ll_temac.h Add non-Virtex5 support for LL TEMAC driver 2010-04-06 19:50:19 -07:00
lne390.c
loopback.c percpu: add __percpu sparse annotations to net drivers 2010-02-16 23:05:38 -08:00
lp486e.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
mac89x0.c net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 2010-02-26 02:07:30 -08:00
mac8390.c mac8390: Fix build breakage 2010-01-09 23:00:32 -08:00
macb.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
macb.h
mace.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
mace.h
macmace.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
macsonic.c mac68k: move macsonic and macmace platform devices 2010-02-27 18:31:11 +01:00
macvlan.c net: move address list functions to a separate file 2010-04-03 14:22:11 -07:00
macvtap.c macvtap: add GSO/csum offload support 2010-02-18 14:08:38 -08:00
Makefile Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
mdio.c mdio: Expose pause frame advertising flags to ethtool 2009-10-12 23:59:08 -07:00
meth.c netdev: remove HAVE_ leftovers 2010-01-28 06:01:35 -08:00
meth.h
mii.c netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations 2009-09-03 20:02:11 -07:00
mipsnet.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
mv643xx_eth.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
mvme147.c
myri_sbus.c llc: use dev_hard_header 2009-12-26 20:38:23 -08:00
myri_sbus.h
natsemi.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ne2.c
ne2k-pci.c drivers/net/: use DEFINE_PCI_DEVICE_TABLE() 2010-01-07 23:54:26 -08:00
ne3210.c net: remove driver_data direct access of struct device 2009-05-01 15:21:55 -07:00
ne-h8300.c
ne.c ne: Do not use slashes in irq name string 2010-03-16 14:15:42 -07:00
netconsole.c netconsole: take care of NETDEV_UNREGISTER event 2009-05-01 15:24:18 -07:00
netx-eth.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
ni52.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ni52.h
ni65.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
ni65.h
ni5010.c net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 2010-02-26 02:07:30 -08:00
ni5010.h
niu.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
niu.h trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)able 2009-06-12 18:01:45 +02:00
ns83820.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
pasemi_mac_ethtool.c pasemi_mac: ethtool set settings support 2009-10-12 13:26:39 -07:00
pasemi_mac.c drivers/net/: use DEFINE_PCI_DEVICE_TABLE() 2010-01-07 23:54:26 -08:00
pasemi_mac.h net: Rework pasemi_mac driver to use of_mdio infrastructure 2009-04-27 02:53:49 -07:00
pci-skeleton.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
pcnet32.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
plip.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
ppp_async.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
ppp_deflate.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
ppp_generic.c ppp: Add ppp_dev_name() exported function 2010-04-03 14:56:02 -07:00
ppp_mppe.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
ppp_mppe.h
ppp_synctty.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
pppoe.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
pppox.c net: pass kern to net_proto_family create function 2009-11-05 22:18:14 -08:00
ps3_gelic_net.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ps3_gelic_net.h net/ps3: Add support for gelic link negotiation 2009-12-02 00:52:31 -08:00
ps3_gelic_wireless.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 2010-03-29 13:50:10 -07:00
ps3_gelic_wireless.h tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" 2009-11-09 09:40:57 +01:00
qla3xxx.c net/various: remove trailing space in messages 2010-03-24 14:10:38 -07:00
qla3xxx.h
r6040.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
r8169.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
rionet.c trivial: fix typo "for for" in multiple files 2009-09-21 15:14:54 +02:00
rrunner.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-01-10 22:55:03 -08:00
rrunner.h netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
s2io-regs.h s2io: Use generic MDIO definitions 2009-04-29 17:32:34 -07:00
s2io.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
s2io.h s2io: Generate complete messages using single line DBG_PRINTs 2009-08-30 22:35:11 -07:00
s6gmac.c net: remove redundant code 2010-03-30 23:51:10 -07:00
sb1000.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
sb1250-mac.c NET: sb1250: Fix compile warning in driver 2010-04-06 04:03:01 -07:00
sc92031.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
seeq8005.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
seeq8005.h
sgiseeq.c drivers/net: Add missing unlock 2010-03-30 23:03:18 -07:00
sgiseeq.h
sh_eth.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-01-10 22:55:03 -08:00
sh_eth.h net: add Runtime PM to the sh_eth driver 2009-10-13 03:44:05 -07:00
sis190.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sis900.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sis900.h
skge.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
skge.h skge: use unique IRQ name 2009-10-01 15:14:54 -07:00
sky2.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sky2.h sky2: add XL revisions 2010-03-30 19:43:48 -07:00
slhc.c
slip.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
slip.h
smc91x.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
smc91x.h net: add ColdFire support to the smc91x driver 2010-03-10 07:37:06 -08:00
smc911x.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
smc911x.h omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 2010-02-15 09:27:02 -08:00
smc9194.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
smc9194.h
smc-mca.c drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
smc-ultra32.c
smc-ultra.c
smsc911x.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
smsc911x.h tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
smsc9420.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
smsc9420.h
sni_82596.c
sonic.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sonic.h
Space.c
spider_net_ethtool.c
spider_net.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
spider_net.h
starfire.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
stnic.c
sun3_82586.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sun3_82586.h
sun3lance.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
sunbmac.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sunbmac.h
sundance.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sungem_phy.c
sungem_phy.h
sungem.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sungem.h drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00
sunhme.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sunhme.h
sunlance.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sunqe.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sunqe.h
sunvnet.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
sunvnet.h
tc35815.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
tehuti.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
tehuti.h drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpers 2010-02-16 15:45:43 -08:00
tg3.c tg3: Update version to 3.109 2010-04-06 03:58:04 -07:00
tg3.h tg3: Whitespace, constant, and comment updates 2010-04-06 03:58:02 -07:00
tlan.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
tlan.h drivers/net/tlan: Remove TRUE/FALSE defines, use bool 2010-01-13 20:37:01 -08:00
tsi108_eth.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
tsi108_eth.h
tun.c Merge branch 'for-next' into for-linus 2010-03-08 16:55:37 +01:00
typhoon.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
typhoon.h
ucc_geth_ethtool.c ucc_geth: Implement suspend/resume and Wake-On-LAN support 2009-08-30 21:51:47 -07:00
ucc_geth.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ucc_geth.h ucc_geth: Fix the wrong the Rx/Tx FIFO size 2010-01-06 20:32:38 -08:00
veth.c rtnetlink: support specifying device flags on device creation 2010-02-27 02:43:40 -08:00
via-rhine.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
via-velocity.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
via-velocity.h via-velocity: remove private #define 2010-04-06 14:24:53 -07:00
virtio_net.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
wd.c
xen-netfront.c xen: move Xen-testing predicates to common header 2009-11-04 08:47:24 -08:00
xilinx_emaclite.c net: remove redundant code 2010-03-30 23:51:10 -07:00
xtsonic.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
yellowfin.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
znet.c net: convert multiple drivers to use netdev_for_each_mc_addr, part6 2010-02-26 02:07:31 -08:00
zorro8390.c zorro8390: Fix read buffer overflow in zorro8390_init_one() 2009-08-09 21:46:53 -07:00