summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* gianfar: Fix Wake-on-LAN supportAnton Vorontsov2009-01-301-0/+2
* smsc911x: timeout reaches -1Roel Kluin2009-01-301-1/+1
* smsc9420: fix interrupt signalling test failuresSteve Glendinning2009-01-301-2/+1
* ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang2009-01-304-3/+32
* wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2009-01-302-14/+16
* netxen: fix memory leak in drivers/net/netxen_nic_init.cDaniel Marjamäki2009-01-301-1/+3
* netxen: revert jumbo ringsizeDhananjay Phadke2009-01-301-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-01-303-3/+21
|\
| * ath5k: fix locking in ath5k_configBob Copeland2009-01-291-1/+9
| * iwlwifi: fix kernel oops when ucode DMA memory allocation failureZhu, Yi2009-01-291-0/+4
| * rtl8187: Fix error in setting OFDM power settings for RTL8187LLarry Finger2009-01-291-2/+8
* | e1000: fix bug with shared interrupt during resetJesse Brandeburg2009-01-281-2/+2
* | r6040: Remove unused variable pdev from drivers/net/r6040.cManish Katiyar2009-01-271-1/+0
* | virtio_net: use correct accessors for scatterlistsIra W. Snyder2009-01-271-3/+3
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-01-2711-23/+1277
|\
| * [NET] am79c961a: fix spin_lock usageUwe Kleine-König2009-01-251-10/+10
| * [ARM] omap: watchdog: allow OMAP watchdog driver on OMAP34xx platformsRussell King2009-01-241-3/+3
| * [ARM] 5369/1: omap mmc: Add new omap hsmmc controller for 2430 and 34xx, v3Madhusudhan Chikkature2009-01-243-0/+1253
| * [ARM] 5370/1: at91: fix rm9200 watchdogJean-Christop PLAGNIOL-VILLARD2009-01-241-0/+1
| * [ARM] 5365/1: s3cmci: Use new include path of dma.hRamax Lo2009-01-241-1/+1
| * [ARM] omap: ensure OMAP drivers pass a struct device to clk_get()Russell King2009-01-243-6/+6
| * ARM: OMAP: Fix gpio by switching to generic gpio calls, v2Jarkko Nikula2009-01-151-3/+3
* | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-01-2749-102/+65
|\ \
| * | eeprom: More consistent symbol namesJean Delvare2009-01-262-7/+7
| * | eeprom: Move 93cx6 eeprom driver to /drivers/misc/eepromWolfram Sang2009-01-265-9/+9
| * | spi: Move at25 (for SPI eeproms) to /drivers/misc/eepromWolfram Sang2009-01-265-12/+12
| * | i2c: Move old eeprom driver to /drivers/misc/eepromWolfram Sang2009-01-265-12/+12
| * | i2c: Move at24 to drivers/misc/eepromWolfram Sang2009-01-267-27/+32
| * | i2c: Delete many unused adapter IDsJean Delvare2009-01-2637-42/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-2744-375/+577
|\ \ \
| * | | gianfar: Revive VLAN supportAnton Vorontsov2009-01-261-5/+1
| * | | bnx2x: tx_has_work should not wait for FWVladislav Zolotarov2009-01-261-5/+12
| * | | netxen: reduce memory footprintDhananjay Phadke2009-01-262-7/+10
| * | | netxen: fix vlan tso/checksum offloadDhananjay Phadke2009-01-261-11/+20
| * | | isdn: Fix missing ifdef in isdn_pppDaniele Venzano2009-01-261-0/+2
| * | | e1000e: workaround hw errataJesse Brandeburg2009-01-262-1/+6
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-01-264-7/+29
| |\ \ \
| | * | | rtl8187: Add termination packet to prevent stallLarry Finger2009-01-231-0/+1
| | * | | iwlwifi: fix rs_get_rate WARN_ON()Abbas, Mohamed2009-01-232-5/+23
| | * | | p54usb: fix packet loss with first generation devicesChristian Lamparter2009-01-231-2/+5
| * | | | virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANsAlex Williamson2009-01-261-1/+2
| * | | | lcs: fix compilation for !CONFIG_IP_MULTICASTHeiko Carstens2009-01-261-2/+6
| |/ / /
| * | | phy: Add suspend/resume support to SMSC PHYsSteve Glendinning2009-01-221-0/+12
| * | | phylib: Fix oops in suspend/resume pathsAnton Vorontsov2009-01-221-5/+3
| * | | bnx2x: VersionEilon Greenstein2009-01-221-2/+2
| * | | bnx2x: loopback test failureEilon Greenstein2009-01-221-6/+7
| * | | bnx2x: Missing rmb when waiting for FW responseEilon Greenstein2009-01-221-0/+1
| * | | bnx2x: Calling napi_delEilon Greenstein2009-01-221-0/+6
| * | | bnx2x: Carrier off first callEilon Greenstein2009-01-221-2/+2
| * | | bnx2x: Handling load failuresEilon Greenstein2009-01-221-66/+88