summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] net: Fix compiler-error on dgrs.c when !CONFIG_PCIRichard Knutsson2005-11-221-0/+2
* [wireless hermes] build fixJeff Garzik2005-11-181-3/+3
* Merge branch 'upstream-fixes' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-183-12/+21
|\
| * [PATCH] ipw2100: Fix 'Driver using old /proc/net/wireless...' messageJames Ketrenos2005-11-182-11/+20
| * [PATCH] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xxJohn W. Linville2005-11-181-1/+1
* | [PATCH] drivers/net/wireless/hermes.c unsigned int comparisionGabriel A. Devenyi2005-11-181-3/+3
* | [PATCH] prism54 : Remove extraneous udelay/register readRoger While2005-11-181-2/+2
* | [PATCH] SAA9730: Add missing header bits.Ralf Baechle2005-11-181-11/+25
* | [PATCH] au1000_eth: Include <linux/config.h>Ralf Baechle2005-11-181-0/+1
* | [PATCH] IOC3: Replace obsolete PCI APIRalf Baechle2005-11-181-1/+1
* | [PATCH] i82593.h: make header comment GPL-compatibleJohn W. Linville2005-11-181-3/+8
* | [PATCH] e100: re-enable microcode with more useful defaultsJesse Brandeburg2005-11-181-18/+257
* | Merge branch 'halasa-hdlc' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-183-0/+16
|\ \
| * | [PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()Krzysztof Halasa2005-11-163-0/+16
| |/
* | Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2005-11-181-4/+2Star
|\ \
| * | r8169: do not abort when the power management capabilities are disabledFrancois Romieu2005-11-161-3/+1Star
| * | r8169: fix printk_ratelimit in the interrupt handlerFrancois Romieu2005-11-161-1/+1
* | | [PATCH] smc91x: fix bank mismatchRussell King2005-11-181-0/+1
* | | [PATCH] smc91x: fix one source of spurious interruptsNicolas Pitre2005-11-181-4/+12
* | | [PATCH] ipw2200: fix error log offset calculationZhu Yi2005-11-171-2/+1Star
* | | [PATCH] ipw2200: disallow direct scanning when device is downPekka Enberg2005-11-171-0/+4
|/ /
* | [PATCH] sdladrv.c build fixToni Mueller2005-11-151-1/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-141-8/+8
|\ \
| * | [ARM] Use correct IO operations for PlebRussell King2005-11-121-8/+8
| |/
* | [PATCH] ppc: add support for new powerbooksOlof Johansson2005-11-141-0/+2
* | [PATCH] Update email address for KumarKumar Gala2005-11-145-5/+5
* | [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2005-11-143-6/+9
|/
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-1112-603/+561Star
|\
| * [PATCH] gt96100eth.c: Don't concatenate __FUNCTION__ with strings.Ralf Baechle2005-11-111-6/+4Star
| * [PATCH] smc91x: DB1200 support.Pete Popov2005-11-112-1/+33
| * [PATCH] SAA9730: Driver overhaulRalf Baechle2005-11-111-283/+250Star
| * [PATCH] SAA9730: Whitespace cleanup.Ralf Baechle2005-11-111-49/+49
| * [netdrvr forcedeth] phy address scan rangeAyaz Abdulla2005-11-111-16/+14Star
| * [netdrvr forcedeth] support for irq mitigationAyaz Abdulla2005-11-111-67/+104
| * [netdrvr forcedeth] remove superfluous rx engine stop/startAyaz Abdulla2005-11-111-12/+22
| * [PATCH] gianfar mii needs to zero out the mii_bus structureKumar Gala2005-11-111-1/+1
| * Merge branch 'atmel'Jeff Garzik2005-11-115-178/+94Star
| |\
| | * [PATCH] Atmel wireless updatesimon@thekelleys.org.uk2005-11-115-178/+94Star
| * | [PATCH] disable DEBUG in ibmvethAnton Blanchard2005-11-111-1/+1
* | | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-11-1111-145/+153
|\ \ \ | |/ / |/| |
| * | [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-0911-145/+153
* | | [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-111-1/+0Star
* | | [BNX2]: simplify parameter checks in bnx2_{get,set}_eepromJohn W. Linville2005-11-101-10/+2Star
* | | [BNX2]: check return of dev_alloc_skb in bnx2_test_loopbackJohn W. Linville2005-11-101-0/+2
* | | [BNX2]: output driver name as prefix in error messageJohn W. Linville2005-11-101-1/+1
* | | [PATCH] fs_enet build fixMarcelo Tosatti2005-11-104-0/+4
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-0924-3276/+7801
|\ \ \
| * | | [PATCH] IOC: And don't mark the things as broken Cowboy.Ralf Baechle2005-11-091-1/+1
| * | | [PATCH] dgrs: fix warnings when CONFIG_ISA and CONFIG_PCI are not enabledAshutosh Naik2005-11-091-9/+7Star
| * | | [PATCH] cris v10 eth: use ethtool_opsChristoph Hellwig2005-11-091-78/+71Star