summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2015-07-162-1/+10
|\
| * Merge tag 'tpm-fixes-for-4.2-rc2' of https://github.com/PeterHuewe/linux-tpmd...James Morris2015-07-152-1/+10
| |\
| | * tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedJarkko Sakkinen2015-07-131-0/+8
| | * tpm: Fix initialization of the cdevJason Gunthorpe2015-07-131-1/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-07-1633-265/+330
|\ \ \
| * | | IB/core: Destroy ocrdma_dev_id IDR on module exitJohannes Thumshirn2015-07-141-0/+1
| * | | IB/core: Destroy multcast_idr on module exitJohannes Thumshirn2015-07-141-0/+1
| * | | IB/mlx4: Optimize do_slave_initDoug Ledford2015-07-141-7/+9
| * | | IB/mlx4: Fix memory leak in do_slave_initDoug Ledford2015-07-141-0/+2
| * | | IB/mlx4: Optimize freeing of items on error unwindManinder Singh2015-07-141-5/+3
| * | | IB/mlx4: Fix use of flow-counters for process_madOr Gerlitz2015-07-141-10/+19
| * | | IB/ipath: Convert use of __constant_<foo> to <foo>Vaishali Thakkar2015-07-141-2/+2
| * | | IB/ipoib: Set MTU to max allowed by mode when mode changesErez Shitrit2015-07-141-0/+1
| * | | IB/ipoib: Scatter-Gather support in connected modeYuval Shaia2015-07-144-46/+54
| * | | IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICESCarol L Soto2015-07-141-2/+2
| * | | IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flushHaggai Eran2015-07-141-6/+7
| * | | IB/ucma: Fix lockdep warning in ucma_lock_filesHaggai Eran2015-07-141-2/+2
| * | | RDMA/nes: Fix for incorrect recording of the MAC addressTatyana Nikolova2015-07-141-1/+1
| * | | RDMA/nes: Fix for resolving the neighTatyana Nikolova2015-07-141-2/+3
| * | | RDMA/core: Fixes for port mapper client registrationTatyana Nikolova2015-07-143-25/+48
| * | | IB/IPoIB: Fix bad error flow in ipoib_add_port()Amir Vadai2015-07-141-2/+4
| * | | IB/mlx4: Do not attemp to report HCA clock offset on VFsMatan Barak2015-07-141-5/+6
| * | | IB/cm: Do not queue work to a device that's going awayErez Shitrit2015-07-141-6/+55
| * | | IB/srp: Avoid using uninitialized variableSagi Grimberg2015-07-142-8/+6
| * | | IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXXVaishali Thakkar2015-07-141-36/+35
| * | | IB/mad: Remove improper use of BUG_ONIra Weiny2015-07-147-14/+21
| * | | IB/mad: Fix compare between big endian and cpu endianIra Weiny2015-07-141-1/+1
| * | | IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock2015-07-1410-87/+49
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-07-154-8/+39
|\ \ \ \ | |_|/ / |/| | |
| * | | s390/dasd: fix kernel panic when alias is set offlineStefan Haberland2015-07-132-8/+31
| * | | s390/sclp: fix compile errorSebastian Ott2015-07-011-0/+1
| * | | s390/zcrypt: enable s390 hwrng to seed kernel entropyIngo Tuchscherer2015-07-011-0/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-1334-193/+442
|\ \ \ \
| * | | | can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-123-9/+3
| * | | | can: c_can: Fix default pinmux glitch at initJ.D. Schroeder2015-07-121-2/+8
| * | | | can: rcar_can: unify error messagesSergei Shtylyov2015-07-121-2/+3
| * | | | can: rcar_can: print request_irq() error codeSergei Shtylyov2015-07-121-1/+2
| * | | | can: rcar_can: fix typo in error messageSergei Shtylyov2015-07-121-1/+2
| * | | | can: rcar_can: print signed IRQ #Sergei Shtylyov2015-07-121-2/+2
| * | | | can: rcar_can: fix IRQ checkSergei Shtylyov2015-07-121-1/+2
| * | | | net: bcmgenet: fix accounting of packet drops vs errorsPetri Gynther2015-07-121-4/+0
| * | | | cdc_ncm: update specs URLEnrico Mioso2015-07-121-1/+1
| * | | | Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.htmlMasanari Iida2015-07-111-1/+1
| * | | | net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski2015-07-101-4/+4
| * | | | cdc_ncm: Add support for moving NDP to end of NCM frameEnrico Mioso2015-07-093-9/+61
| * | | | drivers: net: cpsw: fix disabling of tx interrupt in rx isrMugunthan V N2015-07-091-16/+3
| * | | | net: systemport: Use eth_hw_addr_randomVaishali Thakkar2015-07-091-1/+1
| * | | | macvtap: Destroy minor_idr on module_exitJohannes Thumshirn2015-07-091-0/+1
| * | | | sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning2015-07-093-1/+18
| * | | | drivers/net/usb: add device id for NVIDIA Tegra USB 3.0 EthernetZheng Liu2015-07-092-0/+10