summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-3178-432/+769
|\
| * bnx2x: Correct the ndo_poll_controller callMerav Sicron2012-08-301-3/+5
| * bnx2x: Move netif_napi_add to the open callMerav Sicron2012-08-305-13/+10
| * e1000e: DoS while TSO enabled caused by link partner with small MSSBruce Allan2012-08-302-25/+24
| * gianfar: fix default tx vlan offload feature flagClaudiu Manoil2012-08-301-1/+1
| * xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell2012-08-301-29/+10
| * netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang2012-08-292-2/+6
| * Merge branch 'sfc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2012-08-241-2/+2
| |\
| | * sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings2012-08-241-2/+2
| * | Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-08-242-4/+7
| |\ \
| | * | can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharingSven Schmitt2012-08-241-1/+3
| | * | can: softing: Fix potential memory leak in softing_load_fw()Alexey Khoroshilov2012-08-241-3/+4
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-248-18/+28
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-248-18/+28
| | |\ \ \ | | | |/ / | | |/| |
| | | * | brcm80211: smac: set interface down on resetVladimir Zapolskiy2012-08-221-0/+3
| | | * | iwlwifi: protect SRAM debugfsJohannes Berg2012-08-211-0/+3
| | | * | iwlwifi: fix flow handler debug codeJohannes Berg2012-08-213-16/+18
| | | * | drivers/net/wireless/ipw2x00/ipw2100.c: introduce missing initializationJulia Lawall2012-08-211-1/+2
| | | * | ath5k: fix wrong max power per rate eeprom reads for 802.11aThomas Huehn2012-08-212-1/+2
| * | | | stmmac: add header inclusion protectionRayagond Kokatanur2012-08-249-0/+43
| |/ / /
| * | | stmmac: fix a typo in the macro used to mask the mmc irqGiuseppe CAVALLARO2012-08-231-3/+3
| * | | stmmac: fix GMAC syn IDGiuseppe CAVALLARO2012-08-231-1/+1
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-08-2227-179/+419
| |\ \ \
| | * | | fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie2012-08-221-1/+8
| | * | | drm: Add missing static storage class specifiers in drm_proc.c fileSachin Kamat2012-08-221-2/+2
| | * | | drm/udl: dpms off the crtc when disabled.Dave Airlie2012-08-221-2/+1
| | * | | drm: Remove two unused fields from struct drm_display_modeDamien Lespiau2012-08-221-3/+0
| | * | | drm: stop vmgfx driver explosionAlan Cox2012-08-221-1/+5
| | * | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-08-2210-64/+141
| | |\ \ \
| | | * | | drm/i915: use hsw rps tuning values everywhere on gen6+Daniel Vetter2012-08-201-11/+4
| | | * | | drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID readsJani Nikula2012-08-171-3/+33
| | | * | | drm/i915: extract connector update from intel_ddc_get_modes() for reuseJani Nikula2012-08-172-9/+24
| | | * | | drm/i915: fix hsw uncached pteDaniel Vetter2012-08-174-37/+75
| | | * | | drm/i915/contexts: fix list corruptionBen Widawsky2012-08-171-4/+4
| | | * | | drm/i915: fix EDID memory leak in SDVOJani Nikula2012-08-171-0/+1
| | * | | | Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-08-2212-107/+267
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | drm/radeon/ss: use num_crtc rather than hardcoded 6Alex Deucher2012-08-221-1/+1
| | | * | | Revert "drm/radeon: fix bo creation retry path"Alex Deucher2012-08-211-2/+1
| | | * | | drm/radeon: split ATRM support out from the ATPX handler (v3)Alex Deucher2012-08-203-74/+77
| | | * | | drm/radeon: convert radeon vfct code to use acpi_get_table_with_sizeAlex Deucher2012-08-201-4/+2
| | | * | | ACPI: export symbol acpi_get_table_with_sizeAlex Deucher2012-08-201-0/+1
| | | * | | drm/radeon: implement ACPI VFCT vbios fetch (v3)David Lamparter2012-08-201-0/+60
| | | * | | drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover la...Tvrtko Ursulin2012-08-201-1/+1
| | | * | | drm/radeon: fix checking of MSAA renderbuffers on r600-r700Marek Olšák2012-08-201-5/+6
| | | * | | drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700Marek Olšák2012-08-204-21/+101
| | | * | | drm/radeon: init lockup timeout on ring initChristian König2012-08-201-0/+1
| | | * | | drm/radeon: avoid turning off spread spectrum for used pllJerome Glisse2012-08-201-4/+21
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-08-227-106/+146
| |\ \ \ \ \
| | * | | | | target: Remove unused se_cmd.cmd_spdtlRoland Dreier2012-08-211-2/+0
| | * | | | | tcm_fc: rcu_deref outside rcu lock/unlock sectionDenis Efremov2012-08-201-1/+3