aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/atm/he.c: convert to module_pci_driverLibo Chen2013-09-131-12/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-09-137-9/+61
|\
| * e1000e: fix overrun of PHY RAR arrayDavid Ertman2013-09-133-6/+17
| * e1000e: cleanup boolean comparison to trueDavid Ertman2013-09-131-1/+1
| * ixgbe: fix ethtool reporting of supported links for SFP modulesEmil Tantilov2013-09-131-0/+7
| * ixgbe: limit setting speed to only one at a time for QSFP modulesEmil Tantilov2013-09-132-1/+22
| * ixgbe: fix ethtool loopback diagnostic with DCB enabledEmil Tantilov2013-09-131-0/+5
| * ixgbe: fully disable hardware RSC logic when disabling RSCJacob Keller2013-09-132-1/+9
* | net/irda/mcs7780: fix memory leaks in mcs_net_open()Alexey Khoroshilov2013-09-121-17/+23
|/
* net/mlx4_en: Check device state when setting coalescingEugenia Emantayev2013-09-121-6/+10
* net: tulip: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-121-1/+1
* ethernet: amd: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-121-1/+1
* ehea: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-121-4/+3
* bfin_mac: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-121-2/+2
* xen-netback: count number required slots for an skb more carefullyDavid Vrabel2013-09-121-30/+64
* tg3: Expand led off fix to include 5720Nithin Sujir2013-09-121-0/+1
* tuntap: correctly handle error in tun_set_iff()Jason Wang2013-09-121-3/+8
* xen-netback: fix possible format string flawKees Cook2013-09-121-1/+1
* igb: Read flow control for i350 from correct EEPROM sectionFujinaka, Todd2013-09-121-1/+9
* igb: Add additional get_phy_id call for i354 devicesCarolyn Wyborny2013-09-121-0/+4
* Merge tag 'master-2013-09-09' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2013-09-128-21/+67
|\
| * rt2800: change initialization sequence to fix system freezeStanislaw Gruszka2013-09-091-5/+6
| * bcma: fix error code handling on 64 Bit systemsHauke Mehrtens2013-09-091-5/+7
| * rtl8187: fix use after free on failure path in rtl8187_init_urbs()Alexey Khoroshilov2013-09-091-5/+10
| * brcmfmac: fix bus interface selection in KconfigArend van Spriel2013-09-091-2/+2
| * cw1200: Prevent a lock-related hang in the cw1200_spi driverSolomon Peachy2013-09-091-0/+9
| * cw1200: Don't perform SPI transfers in interrupt contextSolomon Peachy2013-09-094-4/+33
* | r8169: enforce RX_MULTI_EN for the 8168f.françois romieu2013-09-121-0/+1
* | Bye, bye, WfW flagLinus Torvalds2013-09-111-880/+1601
* | Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds2013-09-111-2/+0
|\ \
| * | drivers: of: fix build break if asm/dma-contiguous.h is missingMarek Szyprowski2013-09-101-2/+0
* | | Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-bufLinus Torvalds2013-09-111-0/+32
|\ \ \
| * | | dma-buf: Expose buffer size to userspace (v2)Christopher James Halse Rogers2013-09-101-0/+29
| * | | dma-buf: Check return value of anon_inode_getfileTuomas Tynkkynen2013-09-101-1/+4
| |/ /
* | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-1151-728/+3544
|\ \ \
| * | | drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-2/+0
| * | | drivers/w1/w1.c: replace strict_strtol() with kstrtol()Jingoo Han2013-09-111-4/+8
| * | | memstick: add support for legacy memorysticksMaxim Levitsky2013-09-114-1/+2688
| * | | drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-2/+0
| * | | drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-1/+0
| * | | pktcdvd: fix defective misuses of pkt_<level>Joe Perches2013-09-111-3/+3
| * | | pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches2013-09-111-15/+16
| * | | pktcdvd: convert pr_info to pkt_infoJoe Perches2013-09-111-6/+8
| * | | pktcdvd: convert pr_notice to pkt_noticeJoe Perches2013-09-111-10/+12
| * | | pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches2013-09-111-20/+24
| * | | pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches2013-09-111-48/+42
| * | | pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches2013-09-111-54/+53
| * | | pktcdvd: convert printk to pr_<level>Joe Perches2013-09-111-61/+61
| * | | pktcdvd: convert ZONE macro to static function get_zone()Joe Perches2013-09-111-10/+10
| * | | aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin2013-09-111-1/+0