summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] orinoco: simplify 802.3 encapsulation codePavel Roskin2006-04-242-38/+20
* [PATCH] orinoco: refactor and clean up Tx error handlingPavel Roskin2006-04-241-16/+13
* [PATCH] orinoco: don't use any padding for Tx framesPavel Roskin2006-04-243-58/+7
* [PATCH] orinoco replace hermes_write_words() with hermes_write_bytes()Pavel Roskin2006-04-243-15/+16
* [PATCH] orinoco: orinoco_xmit() should only return valid symbolic constantsPavel Roskin2006-04-241-6/+6
* [PATCH] orinoco: optimize Tx exception handling in orinocoPavel Roskin2006-04-241-36/+6
* [PATCH] orinoco: Symbol card supported by spectrum_cs is LA4137, not LA4100Pavel Roskin2006-04-241-2/+2
* [PATCH] orinoco: remove debug buffer code and userspace include supportPavel Roskin2006-04-242-53/+0
* [PATCH] orinoco: remove tracing code, it's unusedPavel Roskin2006-04-242-86/+0
* [PATCH] orinoco: remove underscores from little-endian field namesPavel Roskin2006-04-241-14/+14
* [PATCH] orinoco: remove PCMCIA audio support, it's useless for wireless cardsPavel Roskin2006-04-242-12/+0
* [PATCH] orinoco: Remove useless CIS validationPavel Roskin2006-04-242-6/+0
* [PATCH] bcm43xx: make PIO mode usableMichael Buesch2006-04-243-32/+84
* [PATCH] Fix crash on big-endian systems during scanPavel Roskin2006-04-241-2/+2
* [PATCH] pcmcia: add new ID to pcnet_csDominik Brodowski2006-04-221-0/+1
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-04-2016-160/+210
|\
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-04-2015-159/+209
| |\
| | * [PATCH] bcm43xx: iw_priv_args names should be <16 charactersErik Mouw2006-04-191-4/+4
| | * [PATCH] bcm43xx: sysfs code cleanupMichael Buesch2006-04-194-67/+82
| | * [PATCH] bcm43xx: fix pctl slowclock limit calculationMichael Buesch2006-04-192-47/+77
| | * [PATCH] bcm43xx: fix dyn tssi2dbm memleakAdrian Bunk2006-04-191-0/+1
| | * [PATCH] bcm43xx: fix config menu alignmentRandy Dunlap2006-04-191-0/+3
| | * [PATCH] bcm43xx wireless: fix printk format warningsRandy Dunlap2006-04-192-10/+11
| | * [PATCH] bcm43xx: set trans_start on TX to prevent bogus timeoutsMichael Buesch2006-04-191-0/+1
| | * [PATCH] orinoco: fix truncating commsquality RID with the latest Symbol firmwarePavel Roskin2006-04-191-1/+1
| | * [PATCH] Revert NET_RADIO Kconfig title changeJean Tourrilhes2006-04-191-1/+1
| | * [PATCH] wireless/atmel: send WEXT scan completion eventsDan Williams2006-04-191-0/+11
| | * [PATCH] wireless/airo: clean up WEXT association and scan eventsDan Williams2006-04-191-29/+17
| * | [PATCH] NEx000: fix RTL8019AS base address for RBTX4938Sergei Shtylyov2006-04-201-1/+1
| |/
* | [SUNGEM]: Marvell PHY suspend.Johannes Berg2006-04-191-5/+6
|/
* [IRDA]: smsc-ircc2, smcinit support for ALi ISA bridgesLinus Walleij2006-04-141-52/+264
* [IRDA]: irda-usb, unregister netdev when patch upload failsSamuel Ortiz2006-04-141-2/+4
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-04-1213-233/+67
|\
| * [PATCH] Use pci_set_consistent_dma_mask in ixgb driverAndreas Schwab2006-04-121-4/+9
| * [PATCH] sky2: bad memory reference on dual port cardsStephen Hemminger2006-04-122-3/+3
| * [PATCH] mv643xx_eth: Fix tx_timeout to only conditionally wake tx queueDale Farnsworth2006-04-121-3/+14
| * [PATCH] mv643xx_eth: Always free completed tx descs on tx interruptBrent Cook2006-04-121-1/+1
| * [PATCH] net drivers: fix section attributes for gccRandy Dunlap2006-04-124-4/+4
| * [PATCH] remove drivers/net/hydra.hAdrian Bunk2006-04-121-177/+0
| * [PATCH] drivers/net/via-rhine.c: make a function staticAdrian Bunk2006-04-121-1/+1
| * [netdrvr b44] trim trailing whitespaceJeff Garzik2006-04-121-19/+19
| * [PATCH] b44: increase version to 1.00Gary Zambrano2006-04-121-2/+3
| * [PATCH] b44: disable default tx pauseGary Zambrano2006-04-121-19/+12
| * [PATCH] via-rhine: execute bounce buffers code on Rhine-I onlyRoger Luethi2006-04-121-2/+3
| * [PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrunKomuro2006-04-121-1/+1
| * [PATCH] dlink pci cards using wrong driverStephen Hemminger2006-04-122-2/+2
* | [WAN]: Remove broken and unmaintained Sangoma drivers.Adrian Bunk2006-04-1110-24889/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-04-111-1/+1
|\
| * kbuild: fix unneeded rebuilds in drivers/net/chelsio after moving source treeCarl-Daniel Hailfinger2006-04-041-1/+1
* | [TG3]: Speed up SRAM access (2nd version)Michael Chan2006-04-092-27/+43