summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge tag 'drm-intel-fixes-2014-02-14' of ssh://git.freedesktop.org/git/drm-i...Dave Airlie2014-02-184-6/+49
| |\ \ \ \ \
| | * | | | | drm/i915/dp: add native aux defer retry limitJani Nikula2014-02-131-4/+11
| | * | | | | drm/i915/dp: increase native aux defer retry timeoutJani Nikula2014-02-131-2/+2
| | * | | | | drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVBVille Syrjälä2014-02-111-0/+14
| | * | | | | drm/i915: Add intel_ring_cachline_align()Ville Syrjälä2014-02-112-0/+22
| * | | | | | Merge branch 'tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox i...Dave Airlie2014-02-181-1/+3
| |\ \ \ \ \ \
| | * | | | | | drm/i2c: tda998x: Fix memory leak in tda998x_encoder_init error path.Dave Jones2014-02-131-1/+3
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-02-1910-5/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | HID: hyperv: make sure input buffer is big enoughDavid Herrmann2014-02-171-3/+8
| * | | | | | | | HID: hid-sensor-hub: quirk for STM Sensor hubArchana Patni2014-02-172-0/+6
| * | | | | | | | HID: apple: add Apple wireless keyboard 2011 JIS model supportHuei-Horng Yo2014-02-063-0/+5
| * | | | | | | | HID: fix buffer allocationsBenjamin Tissoires2014-02-032-2/+2
| * | | | | | | | HID: multitouch: add FocalTech FTxxxx supportBenjamin Tissoires2014-01-282-0/+6
| * | | | | | | | HID: microsoft: Add ID's for Surface Type/Touch Cover 2Reyad Attiyat2014-01-283-0/+8
| * | | | | | | | HID: usbhid: quirk for CY-TM75 75 inch Touch OverlayYufeng Shen2014-01-282-0/+2
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-02-1956-128/+618
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | of_mdio: fix phy interrupt passingBen Dooks2014-02-191-7/+9
| * | | | | | | | | net: ethernet: update dependency and help text of mvnetaThomas Petazzoni2014-02-191-3/+3
| * | | | | | | | | NET: fec: only enable napi if we are successfulRussell King2014-02-191-2/+2
| * | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-02-189-16/+75
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-179-16/+75
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | hostap: fix "hostap: proc: Use remove_proc_subtree()"Russell King - ARM Linux2014-02-131-1/+1
| | | * | | | | | | | | rtl8187: fix regression on MIPS without coherent DMAStanislaw Gruszka2014-02-131-2/+8
| | | * | | | | | | | | ath5k: shifting the wrong variable for AR5K_AR5210Dan Carpenter2014-02-131-1/+1
| | | * | | | | | | | | rtlwifi: Fix incorrect return from rtl_ps_enable_nic()Olivier Langlois2014-02-131-1/+1
| | | * | | | | | | | | rtlwifi: rtl8192ce: Fix too long disable of IRQsOlivier Langlois2014-02-131-2/+16
| | | * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixesJohn W. Linville2014-02-134-9/+48
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | iwlwifi: disable TX AMPDU by default for iwldvmEmmanuel Grumbach2014-02-134-9/+48
| * | | | | | | | | | | | irtty-sir.c: Do not set_termios() on irtty_close()Tommie Gannert2014-02-171-1/+0
| * | | | | | | | | | | | bonding: 802.3ad: make aggregator_identifier bond-privateJiri Bohac2014-02-172-4/+3
| |/ / / / / / / / / / /
| * | | | | | | | | | | usbnet: remove generic hard_header_len checkEmil Goode2014-02-1710-21/+45
| * | | | | | | | | | | netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-1714-18/+18
| * | | | | | | | | | | drivers/net: tulip_remove_one needs to call pci_disable_device()Ingo Molnar2014-02-171-0/+1
| * | | | | | | | | | | hyperv: Fix the carrier status settingHaiyang Zhang2014-02-171-15/+38
| * | | | | | | | | | | net,bonding: fix bond_options.c direct rwlock.h includeMike Galbraith2014-02-141-1/+1
| * | | | | | | | | | | net: of_mdio: fix of_set_phy_supported after driver probingFlorian Fainelli2014-02-141-1/+5
| * | | | | | | | | | | net: asix: add missing flag to struct driver_infoEmil Goode2014-02-141-1/+2
| * | | | | | | | | | | net:phy:dp83640: Move all HW initialization to dp83640_config_initStefan Sørensen2014-02-141-5/+8
| * | | | | | | | | | | drivers: net: cpsw: fix buggy loop conditionHeiko Schocher2014-02-141-3/+3
| * | | | | | | | | | | vhost: fix a theoretical race in device cleanupMichael S. Tsirkin2014-02-141-0/+6
| * | | | | | | | | | | vhost: fix ref cnt checking deadlockMichael S. Tsirkin2014-02-141-21/+20
| * | | | | | | | | | | USB2NET: Fix Default to 'y' for SR9800 Device Driver, setting to 'n'Liu Junliang2014-02-141-1/+0
| * | | | | | | | | | | USB2NET: SR9800: use %zu for size_tJingoo Han2014-02-141-1/+1
| * | | | | | | | | | | net: cpsw: catch of_get_phy_mode failing and propagate errorUwe Kleine-König2014-02-141-0/+5
| * | | | | | | | | | | net: qmi_wwan: add support for Cinterion PXS8 and PHS8Aleksander Morgado2014-02-141-0/+1
| * | | | | | | | | | | Merge tag 'linux-can-fixes-for-3.14-20140212' of git://gitorious.org/linux-ca...David S. Miller2014-02-141-0/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | can: kvaser_usb: check number of channels returned by HWOlivier Sobrie2014-02-121-0/+2
| * | | | | | | | | | | | net: axienet: Fix compilation warningsMichal Simek2014-02-141-4/+8
| * | | | | | | | | | | | net: axienet: Fix compilation errorMichal Simek2014-02-141-0/+1
| * | | | | | | | | | | | bonding: Fix deadlock in bonding driver when using netpolldingtianhong2014-02-131-0/+7