summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-05-1335-238/+394
|\
| * bna: add missing iounmap() on error in bnad_init()Wei Yongjun2013-05-131-2/+3
| * qlge: fix dma map leak when the last chunk is not allocatedThadeu Lima de Souza Cascardo2013-05-131-0/+7
| * virtio_net: use default napi weight by defaultAmerigo Wang2013-05-111-1/+1
| * emac: Fix EMAC soft reset on 460EX/GTPetri Gynther2013-05-111-8/+28
| * 3c59x: fix PCI resource managementSergei Shtylyov2013-05-111-12/+13
| * caif: CAIF_VIRTIO should depend on HAS_DMAGeert Uytterhoeven2013-05-111-1/+1
| * net/ethernet: MACB should depend on HAS_DMAGeert Uytterhoeven2013-05-111-0/+1
| * net/ethernet: ARM_AT91_ETHER should depend on HAS_DMAGeert Uytterhoeven2013-05-111-1/+1
| * net/wireless: ATH9K should depend on HAS_DMAGeert Uytterhoeven2013-05-111-1/+1
| * net/ethernet: STMMAC_ETH should depend on HAS_DMAGeert Uytterhoeven2013-05-111-1/+1
| * net/ethernet: NET_CALXEDA_XGMAC should depend on HAS_DMAGeert Uytterhoeven2013-05-111-1/+1
| * macvlan: fix passthru mode race between dev removal and rx pathJiri Pirko2013-05-111-3/+4
| * net/mlx4: Strengthen VLAN tags/priorities enforcement in VST modeRony Efraim2013-05-112-4/+18
| * net/mlx4_core: Add missing report on VST and spoof-checking dev capsOr Gerlitz2013-05-112-10/+3
| * net: fec: enable hardware checksum only on imx6q-fecShawn Guo2013-05-111-7/+13
| * qlcnic: Fix validation of link event command.Rajesh Borundia2013-05-111-3/+0
| * qlcnic: Fix mailbox response handling.Rajesh Borundia2013-05-114-15/+10
| * qlcnic: Fix bug in diagnostics test reset recovery pathManish Chopra2013-05-111-3/+11
| * qlcnic: Fix reset recovery after transmit timeoutSony Chacko2013-05-112-14/+23
| * qlcnic: Fix ethtool supported port status for 83xxHimanshu Madhani2013-05-114-27/+94
| * qlcnic: Fix missing bracket in module parameter.Himanshu Madhani2013-05-111-5/+5
| * qlcnic: Fix ethtool stringsShahed Shaikh2013-05-111-2/+3
| * qlcnic: Fix setting MAC addressManish Chopra2013-05-111-0/+21
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-1011-117/+131
| |\
| | * mwifiex: fix setting of multicast filterDaniel Drake2013-05-081-15/+6
| | * mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar2013-05-082-3/+1
| | * mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao2013-05-081-0/+1
| | * ath9k: Update initvals for AR9565Sujith Manoharan2013-05-081-68/+70
| | * ath9k: Fix beacon reconfigurationSujith Manoharan2013-05-081-2/+2
| | * iwl4965: workaround connection regression on passive channelStanislaw Gruszka2013-05-081-2/+1
| | * B43: Handle DMA RX descriptor underrunThommy Jakobsson2013-05-083-26/+40
| | * ath5k: do not reschedule tx_complete_work on stopStanislaw Gruszka2013-05-031-0/+5
| | * ath9k: fix key allocation error handling for powersave keysFelix Fietkau2013-05-031-1/+5
* | | Merge tag 'spi-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2013-05-133-15/+47
|\ \ \
| * \ \ Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown2013-05-133-6/+9
| |\ \ \
| | * \ \ Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux into spi-fix-grantMark Brown2013-05-063-6/+9
| | |\ \ \
| | | * | | spi/davinci: fix module build errorManjunathappa, Prakash2013-04-071-1/+1
| | | * | | spi: Return error from of_spi_register_master on bad "cs-gpios" propertyAndreas Larsson2013-04-071-1/+4
| | | * | | spi: Initialize cs_gpio and cs_gpios with -ENOENTAndreas Larsson2013-04-071-2/+2
| | | * | | spi/atmel: fix speed_hz check in atmel_spi_transfer()Joachim Eastwood2013-04-071-2/+2
| * | | | | Merge remote-tracking branch 'spi/fix/atmel' into spi-linusMark Brown2013-05-131-9/+38
| |\ \ \ \ \
| | * | | | | spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIORichard Genoud2013-05-021-9/+38
* | | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-1315-148/+203
|\ \ \ \ \ \ \
| * | | | | | | drm/mgag200: Fix framebuffer base address programmingChristopher Harvey2013-05-131-3/+24
| * | | | | | | drm/mgag200: Convert counter delays to jiffiesChristopher Harvey2013-05-131-9/+6
| * | | | | | | drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL registerChristopher Harvey2013-05-131-21/+21
| * | | | | | | drm/mgag200: Don't change unrelated registers during modesetChristopher Harvey2013-05-131-5/+1
| * | | | | | | drm: Only print a debug message when the polled connector has changedLespiau, Damien2013-05-131-6/+13
| * | | | | | | drm: Make the HPD status updates debug logs more readableLespiau, Damien2013-05-132-4/+7