summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1944-121/+360
|\
| * ag71xx: fix return value check in ag71xx_probe()Wei Yongjun2019-07-191-2/+2
| * ag71xx: fix error return code in ag71xx_probe()Wei Yongjun2019-07-191-1/+3
| * usb: qmi_wwan: add D-Link DWM-222 A2 device IDRogan Dawes2019-07-191-0/+1
| * bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan2019-07-191-2/+5
| * gve: replace kfree with kvfreeChuhong Yuan2019-07-192-13/+13
| * net/mlx5: Replace kfree with kvfreeChuhong Yuan2019-07-181-1/+1
| * Merge tag 'wireless-drivers-for-davem-2019-07-18' of git://git.kernel.org/pub...David S. Miller2019-07-186-6/+93
| |\
| | * rt2x00usb: fix rx queue hangSoeren Moch2019-07-151-6/+6
| | * ath10k: work around uninitialized vht_pfr variableArnd Bergmann2019-07-151-0/+2
| | * iwlwifi: pcie: add support for qu c-step devicesLuca Coelho2019-07-154-0/+83
| | * iwlwifi: add new cards for 9000 and 20000 seriesIhab Zhaika2019-07-151-0/+2
| * | liquidio: Replace vmalloc + memset with vzallocChuhong Yuan2019-07-181-4/+2
| * | net: bcmgenet: use promisc for unsupported filtersJustin Chen2019-07-181-31/+26
| * | mlxsw: spectrum: Do not process learned records with a dummy FIDIdo Schimmel2019-07-183-0/+17
| * | mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removedPetr Machata2019-07-181-8/+8
| * | net: ag71xx: Add missing headerRosen Penev2019-07-181-0/+1
| * | caif-hsi: fix possible deadlock in cfhsi_exit_module()Taehee Yoo2019-07-171-1/+1
| * | be2net: Signal that the device cannot transmit during reconfigurationBenjamin Poirier2019-07-161-1/+5
| * | net: ethernet: mediatek: mtk_eth_soc: Add of_node_put() before gotoNishka Dasgupta2019-07-161-1/+3
| * | net: ethernet: mscc: ocelot_board: Add of_node_put() before returnNishka Dasgupta2019-07-161-1/+4
| * | net: ethernet: ti: cpsw: Add of_node_put() before return and breakNishka Dasgupta2019-07-161-8/+18
| * | net/mlx5e: Allow dissector meta key in tc flowerVlad Buslov2019-07-151-1/+2
| * | net/mlx5e: Rely on filter_dev instead of dissector keys for tunnelsVlad Buslov2019-07-151-5/+1
| * | net/mlx5e: Verify encapsulation is supportedEli Cohen2019-07-151-0/+4
| * | ISDN: hfcsusb: checking idx of ep configurationPhong Tran2019-07-151-0/+3
| * | vmxnet3: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-151-1/+0
| * | hippi: Remove call to memset after pci_alloc_consistentFuqian Huang2019-07-151-2/+0
| * | ethernet: remove redundant memsetFuqian Huang2019-07-1514-27/+0
| * | atm: idt77252: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-151-1/+0
| |/
| * sky2: Disable MSI on P5W DH DeluxeTasos Sahanidis2019-07-141-0/+7
| * sis900: correct a few typosSergej Benilov2019-07-141-3/+3
| * gve: Remove the exporting of gve_probeDenis Efremov2019-07-141-1/+0
| * r8169: fix issue with confused RX unit after PHY power-down on RTL8411bHeiner Kallweit2019-07-141-0/+137
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1911-228/+197
|\ \
| * | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-195-25/+15
| * | libnvdimm/pfn: stop padding pmem namespaces to section alignmentDan Williams2019-07-192-78/+13
| * | libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fieldsDan Williams2019-07-193-4/+17
| * | drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand2019-07-191-26/+14
| * | mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand2019-07-191-0/+42
| * | mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-192-17/+7
| * | mm: make register_mem_sect_under_node() staticDavid Hildenbrand2019-07-191-1/+2
| * | drivers/base/memory: use "unsigned long" for block idsDavid Hildenbrand2019-07-191-11/+11
| * | mm: section numbers use the type "unsigned long"David Hildenbrand2019-07-191-14/+13
| * | mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand2019-07-191-13/+5
| * | mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2019-07-192-24/+24
| * | mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand2019-07-191-28/+54
| * | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-191-2/+0
| * | drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand2019-07-191-16/+11
* | | Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-184-34/+62
|\ \ \