summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: davinci_emac: Replace devm_request_irq with request_irqChristian Riesch2014-03-241-4/+21
* net: micrel : ks8851-ml: add vdd-supply supportNishanth Menon2014-03-241-1/+29
* via-rhine: Disable device in error pathRoger Luethi2014-03-191-3/+5
* ATHEROS-ATL1E: Convert iounmap to pci_iounmapPeter Senna Tschudin2014-03-181-2/+2
* vxlan: fix potential NULL dereference in arp_reduce()David Stevens2014-03-181-0/+3
* cnic: Update version to 2.5.20 and copyright year.Michael Chan2014-03-184-6/+6
* cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan2014-03-186-114/+129
* cnic: Use proper ulp_ops for per device operations.Michael Chan2014-03-181-2/+3
* net: cdc_ncm: fix control message orderingBjørn Mork2014-03-181-25/+23
* isdn/capi: Make Middleware depend on CAPI2.0Paul Bolle2014-03-181-9/+9
* net: cpsw: do not register cpts twiceBenedikt Spranger2014-03-171-4/+0
* ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bugPeter Senna Tschudin2014-03-171-10/+4
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-144-8/+9
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-144-8/+9
| |\
| | * Revert "rt2x00: rt2800lib: Update BBP register initialization for RT53xx"Stanislaw Gruszka2014-03-131-3/+3
| | * ath9k: Fix sequence number assignment for non-data framesHelmut Schaa2014-03-131-2/+2
| | * ath9k_hw: fix unreachable code in baseband hang detection codeFelix Fietkau2014-03-131-2/+1
| | * brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path.Dave Jones2014-03-131-1/+3
* | | net: phy: fix uninitalized ethtool_wolinfo in phy_suspendSebastian Hesselbarth2014-03-141-2/+1
* | | Merge tag 'pm+acpi-3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-03-143-22/+29
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pnp', 'acpi-init', 'acpi-sleep' and 'pm-cpufreq'Rafael J. Wysocki2014-03-132-19/+17
| |\ \ \ \ \
| | | | * | | cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki2014-03-131-2/+2
| | | |/ / / | | |/| | |
| | | * | | ACPI / sleep: Add extra checks for HW Reduced ACPI mode sleep statesRafael J. Wysocki2014-03-131-17/+15
| | |/ / /
| * / / / PNP / ACPI: proper handling of ACPI IO/Memory resource parsing failuresZhang Rui2014-03-111-3/+12
| |/ / /
* | | | Merge tag 'dm-3.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-03-141-6/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | dm cache: fix access beyond end of origin deviceHeinz Mauelshagen2014-03-121-5/+3
| * | | dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen2014-03-121-1/+2
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-03-136-17/+50
|\ \ \ \
| * \ \ \ Merge tag 'ttm-fixes-3.14-2014-03-12' of git://people.freedesktop.org/~thomas...Dave Airlie2014-03-132-8/+12
| |\ \ \ \
| | * | | | drm/ttm: don't oops if no invalidate_caches()Rob Clark2014-03-121-3/+5
| | * | | | drm/ttm: Work around performance regression with VM_PFNMAPThomas Hellstrom2014-03-121-5/+7
| * | | | | Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-03-133-9/+20
| |\ \ \ \ \
| | * | | | | drm/radeon/cik: properly set compute ring status on disableAlex Deucher2014-03-121-1/+4
| | * | | | | drm/radeon/cik: stop the sdma engines in the enable() functionAlex Deucher2014-03-121-7/+5
| | * | | | | drm/radeon/cik: properly set sdma ring status on disableAlex Deucher2014-03-121-0/+2
| | * | | | | drm/radeon: fix runpm disabling on non-PX harderAlex Deucher2014-03-121-1/+9
| | |/ / / /
| * | | | | Merge tag 'vmwgfx-fixes-3.14-2014-03-13' of git://people.freedesktop.org/~tho...Dave Airlie2014-03-131-0/+18
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | drm/vmwgfx: Fix a surface reference corner-case in legacy emulation modeThomas Hellstrom2014-03-131-0/+18
| | |/ / /
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-03-131-1/+1
|\ \ \ \ \
| * | | | | i2c: Remove usage of orphaned symbol OF_I2CRichard Weinberger2014-03-131-1/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-1335-405/+267
|\ \ \ \ \
| * | | | | eth: fec: Fix lost promiscuous mode after reconnecting cableStefan Wahren2014-03-131-7/+7
| * | | | | bonding: set correct vlan id for alb xmit pathdingtianhong2014-03-131-1/+1
| * | | | | at86rf230: fix lockdep splatsAlexander Aring2014-03-131-5/+6
| * | | | | net/mlx4_en: Deregister multicast vxlan steering rules when going downOr Gerlitz2014-03-131-0/+2
| * | | | | vmxnet3: fix building without CONFIG_PCI_MSIArnd Bergmann2014-03-131-2/+5
| * | | | | net/mlx4_core: Load the IB driver when the device supports IBoEOr Gerlitz2014-03-121-1/+1
| * | | | | net/mlx4_en: Handle vxlan steering rules for mac address changesOr Gerlitz2014-03-121-0/+8
| * | | | | net/mlx4_core: Fix wrong dump of the vxlan offloads device capabilityOr Gerlitz2014-03-121-2/+3
| * | | | | xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu2014-03-121-2/+1