summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-12-2121-214/+2233
|\
| *-. Merge branches 'cxgb4', 'ipoib' and 'mlx4' into for-nextRoland Dreier2012-12-198-45/+133
| |\ \
| | | * mlx4_core: Allow choosing flow steering modeJack Morgenstein2012-12-193-16/+49
| | | * mlx4_core: Adjustments to Flow Steering activation logic for SR-IOVJack Morgenstein2012-12-193-25/+62
| | | * mlx4_core: Fix error flow in the flow steering wrapperHadar Hen Zion2012-12-191-1/+1
| | | * mlx4_core: Add QPN enforcement for flow steering rules set by VFsHadar Hen Zion2012-12-191-6/+20
| | * | IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier2012-12-192-1/+5
| | |/
| * | RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-197-88/+376
| * | RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-194-55/+497
| * | RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2012-12-196-47/+315
| * | cxgb4: Add LE hash collision bug fix path in LLD driverVipul Pandya2012-12-194-10/+193
| * | cxgb4: Add T4 filter supportVipul Pandya2012-12-198-7/+757
| |/
* | Merge tag 'vfio-for-v3.8-v2' of git://github.com/awilliam/linux-vfioLinus Torvalds2012-12-202-53/+64
|\ \
| * | vfio-pci: Enable device before attempting resetAlex Williamson2012-12-071-13/+10
| * | VFIO: fix out of order labels for error recovery in vfio_pci_init()Jiang Liu2012-12-071-2/+2
| * | VFIO: use ACCESS_ONCE() to guard access to dev->driverJiang Liu2012-12-071-1/+2
| * | VFIO: unregister IOMMU notifier on error recovery pathJiang Liu2012-12-071-16/+15
| * | vfio-pci: Re-order device resetAlex Williamson2012-12-071-12/+31
| * | vfio: simplify kmalloc+copy_from_user to memdup_userFengguang Wu2012-12-071-9/+4
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-204-20/+94
|\ \ \
| * | | SGI-XP: handle non-fatal trapsRobin Holt2012-12-201-2/+32
| * | | revert "rtc: recycle id when unloading a rtc driver"Andrew Morton2012-12-201-1/+0
| * | | drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare2012-12-201-0/+1
| * | | drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan2012-12-201-15/+47
| * | | drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan2012-12-201-3/+15
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-1/+1
|\ \ \ \
| * | | | vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-201-1/+1
* | | | | Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-203-3/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'v3.8-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-12-203-3/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | pinctrl: exynos5440/samsung: Staticize pcfgsAxel Lin2012-12-182-2/+2
| | * | | | pinctrl: samsung: Fix a typo in pinctrl-samsung.hSachin Kamat2012-12-181-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-202-428/+963
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | rbd: get rid of rbd_{get,put}_dev()Alex Elder2012-12-201-12/+2
| * | | | | rbd: don't use ENOTSUPPAlex Elder2012-12-171-1/+1
| * | | | | rbd: get rid of RBD_MAX_SEG_NAME_LENAlex Elder2012-12-172-5/+3
| * | | | | rbd: do not allow remove of mounted-on imageAlex Elder2012-12-171-0/+13
| * | | | | rbd: get additional info in parent specAlex Elder2012-11-011-0/+133
| * | | | | rbd: get parent spec for version 2 imagesAlex Elder2012-11-011-0/+131
| * | | | | rbd: allow null image nameAlex Elder2012-11-011-1/+4
| * | | | | rbd: allow null image nameAlex Elder2012-11-011-0/+8
| * | | | | rbd: encapsulate last part of probeAlex Elder2012-11-011-75/+86
| * | | | | rbd: define rbd_dev_{create,destroy}() helpersAlex Elder2012-11-011-21/+41
| * | | | | rbd: consolidate rbd_dev init in rbd_add()Alex Elder2012-11-011-19/+18
| * | | | | rbd: don't pass rbd_dev to rbd_get_client()Alex Elder2012-11-011-18/+15
| * | | | | rbd: fill rbd_spec in rbd_add_parse_args()Alex Elder2012-11-011-38/+75
| * | | | | rbd: add reference counting to rbd_specAlex Elder2012-11-011-10/+42
| * | | | | rbd: define image specification structureAlex Elder2012-10-301-68/+90
| * | | | | rbd: have rbd_add_parse_args() return errorAlex Elder2012-10-301-17/+20
| * | | | | rbd: pass and populate rbd_options structureAlex Elder2012-10-301-11/+19
| * | | | | rbd: remove snap_name arg from rbd_add_parse_args()Alex Elder2012-10-301-13/+10