summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2018-05-122-5/+12
|\
| * Merge branch 'thermal-soc' into nextZhang Rui2018-05-111-3/+11
| |\
| | * thermal: exynos: Propagate error value from tmu_read()Marek Szyprowski2018-04-271-2/+7
| | * thermal: exynos: Reading temperature makes sense only when TMU is turned onMarek Szyprowski2018-04-271-1/+4
| * | thermal: int3403_thermal: Fix NULL pointer deref on module load / probeHans de Goede2018-04-241-2/+1
| |/
* | Merge tag 'for-linus-20180511' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-123-2/+23
|\ \
| * | nvme: add quirk to force medium priority for SQ creationJens Axboe2018-05-112-1/+16
| * | nvme: Fix sync controller reset returnCharles Machalow2018-05-111-1/+2
| * | nvme: fix use-after-free in nvme_free_ns_headJianchao Wang2018-05-071-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-1144-104/+226
|\ \ \
| * | | ixgbe: fix memory leak on ipsec allocationColin Ian King2018-05-111-1/+1
| * | | ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck2018-05-111-1/+1
| * | | ixgbe: return error on unsupported SFP module when resettingEmil Tantilov2018-05-111-0/+3
| * | | ice: Set rq_last_status when cleaning rqJeff Shaw2018-05-111-1/+1
| * | | Merge tag 'mlx5-fixes-2018-05-10' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-05-115-1/+52
| |\ \ \
| | * | | net/mlx5e: Err if asked to offload TC match on frag being firstRoi Dayan2018-05-101-0/+4
| | * | | net/mlx5: E-Switch, Include VF RDMA stats in vport statisticsAdi Nissim2018-05-101-1/+10
| | * | | net/mlx5: Free IRQs in shutdown pathDaniel Jurgens2018-05-103-0/+38
| * | | | mlxsw: core: Fix an error handling path in 'mlxsw_core_bus_device_register()'Christophe JAILLET2018-05-111-2/+2
| * | | | bonding: send learning packets for vlans on slaveDebabrata Banerjee2018-05-112-5/+10
| * | | | bonding: do not allow rlb updates to invalid macDebabrata Banerjee2018-05-111-1/+1
| |/ / /
| * | | Merge tag 'linux-can-fixes-for-4.17-20180510' of ssh://gitolite.kernel.org/pu...David S. Miller2018-05-101-4/+7
| |\ \ \
| | * | | can: hi311x: Work around TX complete interrupt erratumLukas Wunner2018-05-101-4/+5
| | * | | can: hi311x: Acquire SPI lock on ->do_get_berr_counterLukas Wunner2018-05-101-0/+2
| * | | | qed: fix spelling mistake: "taskelt" -> "tasklet"Colin Ian King2018-05-101-1/+1
| * | | | net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'Christophe JAILLET2018-05-101-7/+1
| * | | | hv_netvsc: set master deviceStephen Hemminger2018-05-101-1/+2
| * | | | Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-05-101-0/+1
| |\ \ \ \
| | * | | | mac80211_hwsim: fix a possible memory leak in hwsim_new_radio_nl()YueHaibing2018-05-071-0/+1
| * | | | | net/mlx4_en: Verify coalescing parameters are in rangeMoshe Shemesh2018-05-102-2/+21
| * | | | | cxgb4: copy mbox log size to PF0-3 adap instancesGanesh Goudar2018-05-101-2/+1
| * | | | | cxgb4: zero the HMA memoryGanesh Goudar2018-05-101-2/+2
| * | | | | hv_netvsc: Fix net device attach on older Windows hostsMohammed Gamal2018-05-101-1/+1
| * | | | | nfp: flower: remove headroom from max MTU calculationPieter Jansen van Vuuren2018-05-101-19/+0
| * | | | | firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King2018-05-101-1/+1
| * | | | | qede: Fix gfp flags sent to rdma event node allocationMichal Kalderon2018-05-101-1/+1
| * | | | | qed: Fix l2 initializations over iWARP personalityMichal Kalderon2018-05-101-4/+2
| | |/ / / | |/| | |
| * | | | r8169: fix powering up RTL8168hHeiner Kallweit2018-05-081-0/+3
| * | | | Merge tag 'linux-can-fixes-for-4.17-20180508' of ssh://gitolite.kernel.org/pu...David S. Miller2018-05-083-14/+16
| |\ \ \ \
| | * | | | can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()Jimmy Assarsson2018-05-081-1/+1
| | * | | | can: flexcan: fix endianess detectionUwe Kleine-König2018-05-081-12/+14
| | * | | | can: dev: increase bus-off message severityJakob Unterwurzacher2018-05-081-1/+1
| * | | | | Merge branch 'ieee802154-for-davem-2018-05-08' of git://git.kernel.org/pub/sc...David S. Miller2018-05-082-6/+11
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | net: ieee802154: mcr20a: do not leak resources on error pathStefan Schmidt2018-04-231-2/+4
| | * | | | net: ieee802154: atusb: Replace GFP_ATOMIC with GFP_KERNEL in atusb_probeJia-Ju Bai2018-04-231-1/+1
| | * | | | ieee802154: mcr20a: Fix memory leak in mcr20a_probeGustavo A. R. Silva2018-04-231-3/+6
| * | | | | net: aquantia: Limit number of vectors to actually allocated irqsIgor Russkikh2018-05-083-10/+12
| * | | | | net: aquantia: driver should correctly declare vlan_features bitsIgor Russkikh2018-05-081-0/+2
| * | | | | net: dsa: mv88e6xxx: Fix PHY interrupts by parameterising PHY base addressAndrew Lunn2018-05-073-1/+28
| * | | | | net: nixge: Address compiler warnings about signednessMoritz Fischer2018-05-071-1/+1