summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | via-velocity: fix hot spinroel kluin2009-01-201-1/+1
| * | | myri10ge: don't forget pci_disable_device()Brice Goglin2009-01-201-6/+9
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-01-207-54/+53
| |\ \ \
| | * | | p54: fix p54_set_key's return codeChristian Lamparter2009-01-161-1/+1
| | * | | p54: set_tim must be atomic.Artur Skawina2009-01-161-1/+1
| | * | | rt2x00: fix a wrong parameter for __test_and_clear_bit() in rt2x00rfkill_free().Rami Rosen2009-01-161-1/+1
| | * | | iwlwifi: remove CMD_WANT_SKB flag if send_cmd_sync failureZhu Yi2009-01-162-2/+2
| | * | | ath9k: Fix an operator typo in REG_DOMAIN_2GHZ_MASKJouni Malinen2009-01-161-1/+1
| | * | | ath9k: Fix an operator typo in phy rate validationJouni Malinen2009-01-161-1/+1
| | * | | libertas: Fix alignment issues in libertas coreAndrey Yurovsky2009-01-161-46/+45
| | * | | p54: fix oops caused by bad eepromsChristian Lamparter2009-01-161-1/+1
| * | | | wimax/i2400m: error paths that need to free an skb should use kfree_skb()Inaky Perez-Gonzalez2009-01-192-4/+7
| * | | | mv643xx_eth: prevent interrupt storm on ifconfig downGabriel Paubert2009-01-191-0/+1
| * | | | mv643xx_eth: fix multicast filter programmingLennert Buytenhek2009-01-191-1/+1
| * | | | Revert "mv643xx_eth: use longer DMA bursts".Lennert Buytenhek2009-01-191-6/+8
| * | | | tg3: Fix firmware loadingMatt Carlson2009-01-192-31/+51
| * | | | ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()Peter P Waskiewicz Jr2009-01-191-3/+3
| * | | | ixgbe: fix tag stripping for VLAN ID 0Don Skidmore2009-01-191-26/+27
| * | | | ixgbe: fix dca issue with relaxed ordering turned onDon Skidmore2009-01-192-0/+6
| * | | | korina: drop leftover assignmentPhil Sutter2009-01-191-2/+1
| * | | | korina: adjust headroom for new skb's alsoPhil Sutter2009-01-191-0/+3
| * | | | korina: fix loop back of receive descriptorsPhil Sutter2009-01-191-4/+5
| * | | | cxgb3: Fix LRO misalignmentDivy Le Ray2009-01-191-0/+1
| * | | | macb: avoid lockup when TGO during underrunRichard Röjfors2009-01-191-0/+8
| * | | | bnx2x: Version updateEilon Greenstein2009-01-194-6/+6
| * | | | bnx2x: Barriers for the compilerEilon Greenstein2009-01-192-19/+27
| * | | | bnx2x: Driver description updateEilon Greenstein2009-01-191-1/+1
| * | | | bnx2x: Handling PHY FW load failureEilon Greenstein2009-01-191-3/+4
| * | | | bnx2x: Legacy speeds autoneg failuresEilon Greenstein2009-01-191-2/+8
| * | | | bnx2x: Prevent self test loopback failuresEilon Greenstein2009-01-191-1/+1
| * | | | bnx2x: 1G-10G toggling raceEilon Greenstein2009-01-191-11/+32
| * | | | bnx2x: Overstepping array boundsEilon Greenstein2009-01-191-0/+4
| * | | | bnx2x: Block nvram access when the device is inactiveEilon Greenstein2009-01-191-0/+3
| * | | | bnx2x: Read chip IDEilon Greenstein2009-01-191-1/+1
| * | | | bnx2x: Wrong HDR offset in CAMEilon Greenstein2009-01-191-3/+6
| * | | | bnx2x: Potential race after iSCSI bootEilon Greenstein2009-01-191-5/+9
| * | | | bnx2x: Handling probe failuresEilon Greenstein2009-01-191-7/+5
| * | | | bnx2x: Free IRQEilon Greenstein2009-01-191-3/+3
| | |/ / | |/| |
* | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-01-261-1/+1
|\ \ \ \
| * | | | power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLEDPhilipp Zabel2009-01-261-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-261-0/+6
|\ \ \ \
| * | | | driver core: Convert '/' to '!' in dev_set_name()Roland Dreier2009-01-201-0/+6
| |/ / /
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-01-268-11/+42
|\ \ \ \
| * | | | drm/i915: Fix cursor physical address choice to match the 2D driver.Jesse Barnes2009-01-221-1/+4
| * | | | drm: stash AGP include under the do-we-have-AGP ifdefEric Anholt2009-01-221-1/+2
| * | | | drm: don't whine about not reading EDID dataJesse Barnes2009-01-221-1/+1
| * | | | drm/i915: hook up LVDS DPMS propertyJesse Barnes2009-01-221-0/+13
| * | | | drm/i915: remove unnecessary debug output in KMS initJesse Barnes2009-01-221-2/+0
| * | | | i915: fix freeing path for gem phys objects.Dave Airlie2009-01-221-1/+1
| * | | | drm: create mode_config idr lockJesse Barnes2009-01-221-5/+9