summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-1416-37/+112
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-134-12/+32
| |\
| | * net: igb: fix the start time for periodic output signalsRichard Cochran2015-06-121-2/+2
| | * enic: fix memory leak in rq_cleanGovindarajulu Varadarajan2015-06-111-5/+4
| | * enic: check return value for stat dumpGovindarajulu Varadarajan2015-06-112-4/+25
| | * enic: unlock napi busy poll before unmasking intrGovindarajulu Varadarajan2015-06-111-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-121-0/+1
| |\ \
| | * | block: pmem: Add dependency on HAS_IOMEMRichard Weinberger2015-06-111-0/+1
| * | | Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds2015-06-123-6/+10
| |\ \ \
| | * | | md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown2015-06-123-0/+3
| | * | | md: Close race when setting 'action' to 'idle'.NeilBrown2015-06-121-5/+6
| | * | | md: don't return 0 from array_state_storeNeilBrown2015-06-121-1/+1
| * | | | Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-06-121-3/+15
| |\ \ \ \
| | * | | | iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse2015-06-121-3/+15
| * | | | | Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-06-122-4/+18
| |\ \ \ \ \
| | * | | | | drm/i915: Fix DDC probe for passive adaptersJani Nikula2015-06-091-3/+17
| | * | | | | drm/i915: Properly initialize SDVO analog connectorsAnder Conselvan de Oliveira2015-06-081-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-06-123-11/+28
| |\ \ \ \ \
| | * | | | | drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BOMichel Dänzer2015-06-111-5/+12
| | * | | | | Revert "drm/radeon: adjust pll when audio is not enabled"Alex Deucher2015-06-111-3/+0
| | * | | | | Revert "drm/radeon: don't share plls if monitors differ in audio support"Alex Deucher2015-06-111-3/+1
| | * | | | | drm/radeon: fix freeze for laptop with Turks/Thames GPU.Jérôme Glisse2015-06-111-0/+15
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-111-0/+2
| |\ \ \ \ \ \
| | * | | | | | zram: clear disk io accounting when reset zram deviceWeijie Yang2015-06-111-0/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-101-1/+6
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Input: synaptics - add min/max quirk for Lenovo S540Peter Hutterer2015-06-081-1/+6
* | | | | | | Fix Cavium Liquidio build related errors and warningsRaghu Vatsavayi2015-06-138-19/+26
* | | | | | | bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera2015-06-124-55/+36
* | | | | | | bna: fix timeout API argument typeIvan Vecera2015-06-123-19/+13
* | | | | | | bna: use list_for_each_entry where appropriateIvan Vecera2015-06-124-149/+37
* | | | | | | bna: get rid of private macros for manipulation with listsIvan Vecera2015-06-127-308/+130
* | | | | | | bna: remove useless pointer assignmentIvan Vecera2015-06-121-1/+0
* | | | | | | bna: use memdup_user to copy userspace buffersIvan Vecera2015-06-121-19/+8
* | | | | | | bna: correct comparisons/assignments to boolIvan Vecera2015-06-121-4/+4
* | | | | | | bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2015-06-122-19/+4
* | | | | | | bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2015-06-122-41/+1
* | | | | | | bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2015-06-122-77/+0
* | | | | | | bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera2015-06-122-16/+0
* | | | | | | bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera2015-06-123-25/+0
* | | | | | | bna: remove pause_cbfn from struct bna_enetIvan Vecera2015-06-122-18/+0
* | | | | | | bna: remove unused cbfn parameterIvan Vecera2015-06-125-59/+25
* | | | | | | bna: use BIT(x) instead of (1 << x)Ivan Vecera2015-06-126-83/+83
* | | | | | | bna: get rid of duplicate and unused macrosIvan Vecera2015-06-128-163/+9
* | | | | | | bna: replace pragma(pack) with attribute __packedIvan Vecera2015-06-126-127/+103
* | | | | | | bna: get rid of mac_tIvan Vecera2015-06-1212-32/+26
* | | | | | | bna: use ether_addr_copy instead of memcpyIvan Vecera2015-06-122-18/+16
* | | | | | | net/mlx5e: Add transport domain to the ethernet TIRs/TISsAchiad Shochat2015-06-122-1/+16
* | | | | | | net/mlx5_core: Add transport domain alloc/dealloc supportAchiad Shochat2015-06-122-0/+37
* | | | | | | net/mlx5e: Support NETIF_F_SGSaeed Mahameed2015-06-123-24/+40
* | | | | | | net/mlx5e: Enforce max flow-tables level >= 3Gal Pressman2015-06-121-1/+4