aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-09-13drivers/atm/he.c: convert to module_pci_driverGravatar Libo Chen 1-12/+1
2013-09-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...Gravatar David S. Miller 7-9/+61
2013-09-13e1000e: fix overrun of PHY RAR arrayGravatar David Ertman 3-6/+17
2013-09-13e1000e: cleanup boolean comparison to trueGravatar David Ertman 1-1/+1
2013-09-13ixgbe: fix ethtool reporting of supported links for SFP modulesGravatar Emil Tantilov 1-0/+7
2013-09-13ixgbe: limit setting speed to only one at a time for QSFP modulesGravatar Emil Tantilov 2-1/+22
2013-09-13ixgbe: fix ethtool loopback diagnostic with DCB enabledGravatar Emil Tantilov 1-0/+5
2013-09-13ixgbe: fully disable hardware RSC logic when disabling RSCGravatar Jacob Keller 2-1/+9
2013-09-12net/irda/mcs7780: fix memory leaks in mcs_net_open()Gravatar Alexey Khoroshilov 1-17/+23
2013-09-12net/mlx4_en: Check device state when setting coalescingGravatar Eugenia Emantayev 1-6/+10
2013-09-12net: tulip: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-1/+1
2013-09-12ethernet: amd: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-1/+1
2013-09-12ehea: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-4/+3
2013-09-12bfin_mac: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-2/+2
2013-09-12xen-netback: count number required slots for an skb more carefullyGravatar David Vrabel 1-30/+64
2013-09-12tg3: Expand led off fix to include 5720Gravatar Nithin Sujir 1-0/+1
2013-09-12tuntap: correctly handle error in tun_set_iff()Gravatar Jason Wang 1-3/+8
2013-09-12xen-netback: fix possible format string flawGravatar Kees Cook 1-1/+1
2013-09-12igb: Read flow control for i350 from correct EEPROM sectionGravatar Fujinaka, Todd 1-1/+9
2013-09-12igb: Add additional get_phy_id call for i354 devicesGravatar Carolyn Wyborny 1-0/+4
2013-09-12Merge tag 'master-2013-09-09' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar David S. Miller 8-21/+67
2013-09-12r8169: enforce RX_MULTI_EN for the 8168f.Gravatar françois romieu 1-0/+1
2013-09-11Bye, bye, WfW flagGravatar Linus Torvalds 1-880/+1601
2013-09-11Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux...Gravatar Linus Torvalds 1-2/+0
2013-09-11Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-bufGravatar Linus Torvalds 1-0/+32
2013-09-11Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 51-728/+3544
2013-09-11drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-09-11drivers/w1/w1.c: replace strict_strtol() with kstrtol()Gravatar Jingoo Han 1-4/+8
2013-09-11memstick: add support for legacy memorysticksGravatar Maxim Levitsky 4-1/+2688
2013-09-11drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-09-11drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Gravatar Joe Perches 1-3/+3
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Gravatar Joe Perches 1-15/+16
2013-09-11pktcdvd: convert pr_info to pkt_infoGravatar Joe Perches 1-6/+8
2013-09-11pktcdvd: convert pr_notice to pkt_noticeGravatar Joe Perches 1-10/+12
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleGravatar Joe Perches 1-20/+24
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgGravatar Joe Perches 1-48/+42
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosGravatar Joe Perches 1-54/+53
2013-09-11pktcdvd: convert printk to pr_<level>Gravatar Joe Perches 1-61/+61
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Gravatar Joe Perches 1-10/+10
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationGravatar Ed Cashin 1-1/+0
2013-09-11aoe: suppress compiler warningsGravatar Andy Shevchenko 1-4/+0
2013-09-11aoe: remove custom implementation of kbasename()Gravatar Andy Shevchenko 1-6/+3
2013-09-11aoe: update internal version number to 85Gravatar Ed Cashin 1-1/+1
2013-09-11aoe: update copyright dateGravatar Ed Cashin 1-1/+1
2013-09-11aoe: fill in per-AoE-target information for debugfs fileGravatar Ed Cashin 1-1/+32
2013-09-11aoe: provide file operations for debugfs filesGravatar Ed Cashin 1-1/+24
2013-09-11aoe: add AoE-target files to debugfsGravatar Ed Cashin 3-0/+38
2013-09-11aoe: create and destroy debugfs directory for aoeGravatar Ed Cashin 1-1/+9
2013-09-11s390/vmcore: use vmcore for zfcpdumpGravatar Michael Holzheu 1-3/+3