summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-15dummy: documentation is staleAlan Cox1-4/+1
2012-05-15pch_gbe: fix transmit racesEric Dumazet2-16/+11
2012-05-15cdc_ether: add Novatel USB551L device IDs for FLAG_WWANDan Williams1-0/+16
2012-05-15usbnet: fix skb traversing races during unlink(v2)Ming Lei1-16/+38
2012-05-15qlcnic-ethtool: set the ethtool_dump flag by ETH_FW_DUMP_DISABLE value that i...Manish chopra1-1/+6
2012-05-15stmmac: fix suspend/resume lockingGiuseppe CAVALLARO1-4/+6
2012-05-15stmmac: add mixed burst for DMAGiuseppe CAVALLARO5-5/+12
2012-05-15stmmac: extend mac addr reg and fix perfect fileringGiuseppe CAVALLARO7-10/+29
2012-05-15dm9000: some coldfire boards need thisSteven King1-1/+1
2012-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller26-220/+471
2012-05-14Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-117/+135
2012-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+8
2012-05-14rtlwifi: fix for race condition when firmware is cachedLarry Finger2-13/+13
2012-05-14tty: Fix LED error returnAlan Cox1-1/+1
2012-05-14remoteproc: fix off-by-one bug in __rproc_free_vringsSubramaniam Chanderashekarapuram1-1/+1
2012-05-13bonding: Fix LACPDU rx_dropped commit.David S. Miller2-6/+8
2012-05-13Merge tag 'for-linus-3.4-20120513' of git://git.infradead.org/linux-mtdLinus Torvalds2-12/+7
2012-05-13Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-35/+40
2012-05-13igb: Add Support for new i210/i211 devices.Carolyn Wyborny16-110/+1205
2012-05-13igb: Add function and pointers for 82580 low power state settings.Carolyn Wyborny2-0/+101
2012-05-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-18/+57
2012-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds26-93/+181
2012-05-12Merge tag 'dm-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds2-6/+14
2012-05-12rndis_wlan: cleanup: change oid from __le32 to u32 in various placesJussi Kivilinna1-49/+49
2012-05-12rndis_host: cleanup: change oid from __le32 to u32 in rndis_query()Jussi Kivilinna1-6/+6
2012-05-12rndis_wlan: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna1-13/+13
2012-05-12rndis_host: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna1-25/+28
2012-05-12usb/net: rndis: fixup a few name prefixesLinus Walleij1-2/+2
2012-05-12usb/net: rndis: merge command codesLinus Walleij2-40/+39
2012-05-12usb/net: rndis: merge media type definitionsLinus Walleij2-7/+7
2012-05-12usb/net: rndis: merge duplicate 802_* OIDsLinus Walleij2-125/+161
2012-05-12usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij3-100/+100
2012-05-12usb/net: rndis: remove ambigous status codesLinus Walleij1-2/+2
2012-05-12usb/net: rndis: break out <linux/rndis.h> definesLinus Walleij4-549/+2
2012-05-12usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij2-131/+135
2012-05-12dm mpath: check if scsi_dh module already loaded before trying to loadMike Snitzer1-2/+2
2012-05-12dm thin: correct module descriptionAlasdair G Kergon1-1/+1
2012-05-12dm thin: fix unprotected use of prepared_discards listMike Snitzer1-0/+5
2012-05-12dm thin: reinstate missing mempool_free in cell_release_singletonMike Snitzer1-3/+6
2012-05-12gpio/exynos: Fix compiler warnings when non-exynos machines are selectedSachin Kamat1-6/+12
2012-05-12gpio: pch9: Use proper flow type handlersThomas Gleixner1-29/+28
2012-05-12Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+3
2012-05-12Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/na...Linus Torvalds1-22/+0
2012-05-12ks8851: Update link status during link change interruptStephen Boyd1-3/+4
2012-05-12macvtap: restore vlan header on user readBasil Gor1-5/+38
2012-05-12vhost-net: fix handle_rx buffer sizeBasil Gor1-1/+6
2012-05-12net: of/phy: fix build error when phylib is built as a moduleBjørn Mork1-1/+1
2012-05-12target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversionNicholas Bellinger1-22/+0
2012-05-11net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches2-33/+32
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches31-86/+85