aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-21usb/mcs7830: Don't use buffers from stack for USB transfersGravatar Christian Eggers 1-2/+18
2009-01-21usbnet: allow type check of devdbg arguments in non-debug buildGravatar Steve Glendinning 1-2/+0
2009-01-20via-velocity: fix hot spinGravatar roel kluin 1-1/+1
2009-01-20myri10ge: don't forget pci_disable_device()Gravatar Brice Goglin 1-6/+9
2009-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 7-54/+53
2009-01-19wimax/i2400m: error paths that need to free an skb should use kfree_skb()Gravatar Inaky Perez-Gonzalez 2-4/+7
2009-01-19mv643xx_eth: prevent interrupt storm on ifconfig downGravatar Gabriel Paubert 1-0/+1
2009-01-19mv643xx_eth: fix multicast filter programmingGravatar Lennert Buytenhek 1-1/+1
2009-01-19Revert "mv643xx_eth: use longer DMA bursts".Gravatar Lennert Buytenhek 1-6/+8
2009-01-19tg3: Fix firmware loadingGravatar Matt Carlson 2-31/+51
2009-01-19ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()Gravatar Peter P Waskiewicz Jr 1-3/+3
2009-01-19ixgbe: fix tag stripping for VLAN ID 0Gravatar Don Skidmore 1-26/+27
2009-01-19ixgbe: fix dca issue with relaxed ordering turned onGravatar Don Skidmore 2-0/+6
2009-01-19korina: drop leftover assignmentGravatar Phil Sutter 1-2/+1
2009-01-19korina: adjust headroom for new skb's alsoGravatar Phil Sutter 1-0/+3
2009-01-19korina: fix loop back of receive descriptorsGravatar Phil Sutter 1-4/+5
2009-01-19cxgb3: Fix LRO misalignmentGravatar Divy Le Ray 1-0/+1
2009-01-19macb: avoid lockup when TGO during underrunGravatar Richard Röjfors 1-0/+8
2009-01-19bnx2x: Version updateGravatar Eilon Greenstein 4-6/+6
2009-01-19bnx2x: Barriers for the compilerGravatar Eilon Greenstein 2-19/+27
2009-01-19bnx2x: Driver description updateGravatar Eilon Greenstein 1-1/+1
2009-01-19bnx2x: Handling PHY FW load failureGravatar Eilon Greenstein 1-3/+4
2009-01-19bnx2x: Legacy speeds autoneg failuresGravatar Eilon Greenstein 1-2/+8
2009-01-19bnx2x: Prevent self test loopback failuresGravatar Eilon Greenstein 1-1/+1
2009-01-19bnx2x: 1G-10G toggling raceGravatar Eilon Greenstein 1-11/+32
2009-01-19bnx2x: Overstepping array boundsGravatar Eilon Greenstein 1-0/+4
2009-01-19bnx2x: Block nvram access when the device is inactiveGravatar Eilon Greenstein 1-0/+3
2009-01-19bnx2x: Read chip IDGravatar Eilon Greenstein 1-1/+1
2009-01-19bnx2x: Wrong HDR offset in CAMGravatar Eilon Greenstein 1-3/+6
2009-01-19bnx2x: Potential race after iSCSI bootGravatar Eilon Greenstein 1-5/+9
2009-01-19bnx2x: Handling probe failuresGravatar Eilon Greenstein 1-7/+5
2009-01-19bnx2x: Free IRQGravatar Eilon Greenstein 1-3/+3
2009-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Gravatar Linus Torvalds 17-171/+189
2009-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Gravatar Linus Torvalds 1-1/+1
2009-01-17dell_rbu: use scnprintf() instead of less secure sprintf()Gravatar Pavel Roskin 1-2/+2
2009-01-17move wm8400-regulator's probe function to .devinit.textGravatar Uwe Kleine-König 1-1/+1
2009-01-16Merge branches 'ehca', 'ipoib' and 'mlx4' into for-linusGravatar Roland Dreier 5-28/+46
2009-01-16IB/ehca: Use consistent types for ehca_plpar_hcall9()Gravatar Stephen Rothwell 1-13/+13
2009-01-16IB/ehca: Fix printk format warnings from u64 type changeGravatar Stephen Rothwell 12-130/+130
2009-01-16p54: fix p54_set_key's return codeGravatar Christian Lamparter 1-1/+1
2009-01-16p54: set_tim must be atomic.Gravatar Artur Skawina 1-1/+1
2009-01-16rt2x00: fix a wrong parameter for __test_and_clear_bit() in rt2x00rfkill_free().Gravatar Rami Rosen 1-1/+1
2009-01-16iwlwifi: remove CMD_WANT_SKB flag if send_cmd_sync failureGravatar Zhu Yi 2-2/+2
2009-01-16ath9k: Fix an operator typo in REG_DOMAIN_2GHZ_MASKGravatar Jouni Malinen 1-1/+1
2009-01-16ath9k: Fix an operator typo in phy rate validationGravatar Jouni Malinen 1-1/+1
2009-01-16libertas: Fix alignment issues in libertas coreGravatar Andrey Yurovsky 1-46/+45
2009-01-16p54: fix oops caused by bad eepromsGravatar Christian Lamparter 1-1/+1
2009-01-16IPoIB: Do not print error messages for multicast join retriesGravatar Yossi Etigin 1-1/+1
2009-01-16IB/mlx4: Fix memory ordering problem when posting LSO sendsGravatar Roland Dreier 1-9/+19
2009-01-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 11-204/+830