summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-21usb/mcs7830: Don't use buffers from stack for USB transfersChristian Eggers1-2/+18
2009-01-21usbnet: allow type check of devdbg arguments in non-debug buildSteve Glendinning1-2/+0
2009-01-20via-velocity: fix hot spinroel kluin1-1/+1
2009-01-20myri10ge: don't forget pci_disable_device()Brice Goglin1-6/+9
2009-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-54/+53
2009-01-19wimax/i2400m: error paths that need to free an skb should use kfree_skb()Inaky Perez-Gonzalez2-4/+7
2009-01-19mv643xx_eth: prevent interrupt storm on ifconfig downGabriel Paubert1-0/+1
2009-01-19mv643xx_eth: fix multicast filter programmingLennert Buytenhek1-1/+1
2009-01-19Revert "mv643xx_eth: use longer DMA bursts".Lennert Buytenhek1-6/+8
2009-01-19tg3: Fix firmware loadingMatt Carlson2-31/+51
2009-01-19ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()Peter P Waskiewicz Jr1-3/+3
2009-01-19ixgbe: fix tag stripping for VLAN ID 0Don Skidmore1-26/+27
2009-01-19ixgbe: fix dca issue with relaxed ordering turned onDon Skidmore2-0/+6
2009-01-19korina: drop leftover assignmentPhil Sutter1-2/+1
2009-01-19korina: adjust headroom for new skb's alsoPhil Sutter1-0/+3
2009-01-19korina: fix loop back of receive descriptorsPhil Sutter1-4/+5
2009-01-19cxgb3: Fix LRO misalignmentDivy Le Ray1-0/+1
2009-01-19macb: avoid lockup when TGO during underrunRichard Röjfors1-0/+8
2009-01-19bnx2x: Version updateEilon Greenstein4-6/+6
2009-01-19bnx2x: Barriers for the compilerEilon Greenstein2-19/+27
2009-01-19bnx2x: Driver description updateEilon Greenstein1-1/+1
2009-01-19bnx2x: Handling PHY FW load failureEilon Greenstein1-3/+4
2009-01-19bnx2x: Legacy speeds autoneg failuresEilon Greenstein1-2/+8
2009-01-19bnx2x: Prevent self test loopback failuresEilon Greenstein1-1/+1
2009-01-19bnx2x: 1G-10G toggling raceEilon Greenstein1-11/+32
2009-01-19bnx2x: Overstepping array boundsEilon Greenstein1-0/+4
2009-01-19bnx2x: Block nvram access when the device is inactiveEilon Greenstein1-0/+3
2009-01-19bnx2x: Read chip IDEilon Greenstein1-1/+1
2009-01-19bnx2x: Wrong HDR offset in CAMEilon Greenstein1-3/+6
2009-01-19bnx2x: Potential race after iSCSI bootEilon Greenstein1-5/+9
2009-01-19bnx2x: Handling probe failuresEilon Greenstein1-7/+5
2009-01-19bnx2x: Free IRQEilon Greenstein1-3/+3
2009-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds17-171/+189
2009-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds1-1/+1
2009-01-17dell_rbu: use scnprintf() instead of less secure sprintf()Pavel Roskin1-2/+2
2009-01-17move wm8400-regulator's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-01-16Merge branches 'ehca', 'ipoib' and 'mlx4' into for-linusRoland Dreier5-28/+46
2009-01-16IB/ehca: Use consistent types for ehca_plpar_hcall9()Stephen Rothwell1-13/+13
2009-01-16IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell12-130/+130
2009-01-16p54: fix p54_set_key's return codeChristian Lamparter1-1/+1
2009-01-16p54: set_tim must be atomic.Artur Skawina1-1/+1
2009-01-16rt2x00: fix a wrong parameter for __test_and_clear_bit() in rt2x00rfkill_free().Rami Rosen1-1/+1
2009-01-16iwlwifi: remove CMD_WANT_SKB flag if send_cmd_sync failureZhu Yi2-2/+2
2009-01-16ath9k: Fix an operator typo in REG_DOMAIN_2GHZ_MASKJouni Malinen1-1/+1
2009-01-16ath9k: Fix an operator typo in phy rate validationJouni Malinen1-1/+1
2009-01-16libertas: Fix alignment issues in libertas coreAndrey Yurovsky1-46/+45
2009-01-16p54: fix oops caused by bad eepromsChristian Lamparter1-1/+1
2009-01-16IPoIB: Do not print error messages for multicast join retriesYossi Etigin1-1/+1
2009-01-16IB/mlx4: Fix memory ordering problem when posting LSO sendsRoland Dreier1-9/+19
2009-01-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds11-204/+830