summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()Linus Torvalds2017-01-291-0/+3
* Merge branch 'parisc-4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-01-291-4/+4
|\
| * parisc, parport_gsc: Fixes for printk continuation linesHelge Deller2017-01-281-4/+4
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-282-4/+24
|\ \ | |/ |/|
| * i2c: imx-lpi2c: add VLLS mode supportGao Pan2017-01-261-0/+20
| * i2c: i2c-cadence: Initialize configuration before probing devicesMike Looijmans2017-01-251-4/+4
* | Merge tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-01-284-45/+194
|\ \
| * | md/r5cache: disable write back for degraded arraySong Liu2017-01-243-7/+56
| * | md/r5cache: shift complex rmw from read path to write pathSong Liu2017-01-241-4/+45
| * | md/r5cache: flush data only stripes in r5l_recovery_log()Song Liu2017-01-242-16/+45
| * | md/raid5: move comment of fetch_block to right locationSong Liu2017-01-241-7/+6
| * | md/r5cache: read data into orig_page for prexor of cached dataSong Liu2017-01-243-9/+42
| * | md/raid5-cache: delete meaningless codeShaohua Li2017-01-241-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-2740-217/+388
|\ \ \
| * | | ISDN: eicon: silence misleading array-bounds warningArnd Bergmann2017-01-271-1/+2
| * | | net: phy: micrel: add support for KSZ8795Sean Nyekjaer2017-01-271-0/+14
| * | | gtp: fix cross netns recv on gtp socketAndreas Schultz2017-01-271-6/+4
| * | | gtp: clear DF bit on GTP packet txAndreas Schultz2017-01-271-1/+1
| * | | gtp: add genl family modules aliasAndreas Schultz2017-01-271-0/+1
| * | | ravb: unmap descriptors when freeing ringsKazuya Mizuguchi2017-01-261-48/+64
| * | | virtio_net: reject XDP programs using header adjustmentJakub Kicinski2017-01-251-0/+5
| * | | virtio_net: use dev_kfree_skb for small buffer XDP receiveJohn Fastabend2017-01-251-2/+6
| * | | r8152: check rx after napi is enabledhayeswang2017-01-251-1/+6
| * | | r8152: re-schedule napi for txhayeswang2017-01-251-0/+3
| * | | r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang2017-01-251-2/+6
| * | | r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang2017-01-251-3/+9
| * | | net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven2017-01-252-0/+2
| * | | net: phy: leds: Clear phy_num_led_triggers on failure to avoid crashGeert Uytterhoeven2017-01-251-2/+6
| * | | net-next: ethernet: mediatek: change the compatible stringJohn Crispin2017-01-251-1/+1
| * | | bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan2017-01-251-3/+6
| * | | bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan2017-01-251-19/+18
| * | | bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan2017-01-251-13/+25
| * | | alx: work around hardware bug in interrupt fallback pathTobias Regnery2017-01-241-2/+6
| * | | alx: fix fallback to msi or legacy interruptsTobias Regnery2017-01-241-0/+1
| * | | alx: fix wrong condition to free descriptor memoryTobias Regnery2017-01-241-1/+1
| * | | qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN cardBjørn Mork2017-01-242-0/+15
| * | | ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth2017-01-241-2/+5
| * | | vxlan: do not age static remote mac entriesBalakrishnan Raman2017-01-241-1/+1
| * | | vxlan: don't flush static fdb entries on admin downRoopa Prabhu2017-01-241-2/+6
| * | | virtio_net: fix PAGE_SIZE > 64kMichael S. Tsirkin2017-01-241-1/+9
| * | | mlxsw: spectrum_router: Correctly reallocate adjacency entriesIdo Schimmel2017-01-241-4/+6
| * | | r8152: don't execute runtime suspend if the tx is not emptyhayeswang2017-01-241-1/+3
| * | | net: phy: marvell: Add Wake from LAN support for 88E1510 PHYJingju Hou2017-01-241-0/+2
| * | | net: phy: Avoid deadlock during phy_error()Florian Fainelli2017-01-231-5/+9
| * | | amd-xgbe: Check xgbe_init() return codeLendacky, Thomas2017-01-222-2/+6
| * | | amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas2017-01-224-3/+20
| * | | xen-netfront: Fix Rx stall during network stress and OOMVineeth Remanan Pillai2017-01-201-1/+1
| * | | net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet2017-01-201-0/+3
| * | | bcm63xx_enet: avoid uninitialized variable warningArnd Bergmann2017-01-201-2/+4
| * | | qed: avoid possible stack overflow in qed_ll2_acquire_connectionArnd Bergmann2017-01-203-61/+53