aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-05-08mac80211: properly remove RX_ENC_FLAG_40MHZGravatar Johannes Berg 5-6/+16
2017-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 17-253/+476
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 107-2717/+4272
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 48-611/+1657
2017-05-04Merge tag 'platform-drivers-x86-v4.12-1' of git://git.infradead.org/linux-pla...Gravatar Linus Torvalds 31-1293/+1584
2017-05-04Merge tag 'vfio-v4.12-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-86/+77
2017-05-04Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-33/+64
2017-05-04qede: Fix possible misconfiguration of advertised autoneg value.Gravatar sudarsana.kalluru@cavium.com 1-0/+5
2017-05-04qed: Fix overriding of supported autoneg value.Gravatar sudarsana.kalluru@cavium.com 3-1/+9
2017-05-04qed*: Fix possible overflow for status block id field.Gravatar sudarsana.kalluru@cavium.com 4-10/+9
2017-05-04netvsc: make sure napi enabled before vmbus_openGravatar stephen hemminger 2-4/+6
2017-05-04aquantia: Fix driver name reported by ethtoolGravatar Pavel Belous 1-1/+1
2017-05-04forcedeth: remove unnecessary carrier status checkGravatar Zhu Yanjun 1-4/+2
2017-05-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-298/+287
2017-05-03zram: reduce load operation in page_same_filledGravatar Sangwoo Park 1-3/+5
2017-05-03zram: use zram_free_page instead of open-codedGravatar Minchan Kim 1-14/+3
2017-05-03zram: introduce zram data accessorGravatar Minchan Kim 1-11/+22
2017-05-03zram: remove zram_meta structureGravatar Minchan Kim 2-117/+78
2017-05-03zram: use zram_slot_lock instead of raw bit_spin_lock opGravatar Minchan Kim 1-14/+27
2017-05-03zram: partial IO refactoringGravatar Minchan Kim 1-153/+184
2017-05-03zram: handle multiple pages attached bio's bvecGravatar Minchan Kim 1-29/+11
2017-05-03oom: improve oom disable handlingGravatar Michal Hocko 1-1/+1
2017-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 215-5381/+13159
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 65-1492/+2613
2017-05-03Merge tag 'spi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Linus Torvalds 26-400/+790
2017-05-03Merge tag 'regulator-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 26-166/+1363
2017-05-03Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 26-259/+592
2017-05-03Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 57-2383/+4373
2017-05-03Merge tag 'backlight-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-0/+427
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 955-25161/+449265
2017-05-03Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 3-48/+37
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 41-2983/+7330
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Gravatar Linus Torvalds 18-1418/+3434
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 22-433/+1549
2017-05-03ibmvnic: Move queue restarting in ibmvnic_tx_completeGravatar Nathan Fontenot 1-12/+10
2017-05-03ibmvnic: Record SKB RX queue during pollGravatar Thomas Falcon 1-0/+1
2017-05-03ibmvnic: Continue skb processing after skb completion errorGravatar Nathan Fontenot 1-1/+1
2017-05-03ibmvnic: Check for driver reset first in ibmvnic_xmitGravatar Nathan Fontenot 1-6/+6
2017-05-03ibmvnic: Wait for any pending scrqs entries at driver closeGravatar Nathan Fontenot 1-20/+27
2017-05-03ibmvnic: Clean up tx pools when closingGravatar Nathan Fontenot 1-0/+30
2017-05-03ibmvnic: Whitespace correction in release_rx_poolsGravatar Nathan Fontenot 1-1/+1
2017-05-03ibmvnic: Delete napi's when releasing driver resourcesGravatar Nathan Fontenot 1-0/+9
2017-05-03ibmvnic: Updated reset handlingGravatar Nathan Fontenot 2-157/+275
2017-05-03ibmvnic: Replace is_closed with state fieldGravatar Nathan Fontenot 2-9/+23
2017-05-03ibmvnic: Move resource initialization to its own routineGravatar Nathan Fontenot 1-32/+39
2017-05-03net: usb: qmi_wwan: add Telit ME910 supportGravatar Daniele Palmas 1-0/+1
2017-05-03tg3: don't clear stats while tg3_closeGravatar YueHaibing 1-4/+0
2017-05-03xdp: use common helper for netlink extended ack reportingGravatar Daniel Borkmann 2-6/+6
2017-05-03smsc911x: Adding support for Micochip LAN9250 Ethernet controllerGravatar David Cai 2-19/+49
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 18-20/+19