summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ionic: replay filters after fw upgradeShannon Nelson2020-04-083-15/+51
* Documentation: mdio_bus.c - fix warningsLothar Rubusch2020-04-071-1/+1
* net: ethernet: mediatek: move mt7623 settings out off the mt7530René van Dorst2020-04-072-1/+31
* net: dsa: mt7530: move mt7623 settings out off the mt7530René van Dorst2020-04-072-95/+0
* net: fec: set GPR bit on suspend by DT configuration.Martin Fuzzey2020-04-072-29/+127
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-077-162/+255
|\
| * drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook2020-04-073-0/+81
| * mm/memory_hotplug: allow to specify a default online_typeDavid Hildenbrand2020-04-071-6/+5
| * mm/memory_hotplug: convert memhp_auto_online to store an online_typeDavid Hildenbrand2020-04-071-6/+4
| * hv_balloon: don't check for memhp_auto_online manuallyDavid Hildenbrand2020-04-071-15/+10
| * drivers/base/memory: store mapping between MMOP_* and string in an arrayDavid Hildenbrand2020-04-071-15/+23
| * drivers/base/memory: map MMOP_OFFLINE to 0David Hildenbrand2020-04-071-7/+4
| * drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINEDavid Hildenbrand2020-04-071-4/+5
| * drivers/base/memory.c: drop pages_correctly_probed()David Hildenbrand2020-04-071-42/+0
| * drivers/base/memory.c: drop section_countDavid Hildenbrand2020-04-071-14/+3
| * virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand2020-04-071-56/+47
| * virtio-balloon: add support for providing free page reports to hostAlexander Duyck2020-04-072-0/+65
| * virtio-balloon: pull page poisoning config out of free page hintingAlexander Duyck2020-04-071-6/+17
* | Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-073-4/+16
|\ \
| * | ubi: ubi-media.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-301-1/+1
| * | ubi: fastmap: Only produce the initial anchor PEB when fastmap is usedHou Tao2020-03-301-1/+2
| * | ubi: fastmap: Free unused fastmap anchor peb during detachHou Tao2020-03-301-2/+13
* | | Merge branch 'parisc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-071-6/+2
|\ \ \
| * | | parisc: Replace setup_irq() by request_irq()afzal mohammed2020-04-051-6/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2020-04-071-5/+3
|\ \ \ \
| * | | | drivers/ide: Fix build regression.David S. Miller2020-04-041-1/+1
| * | | | drivers/ide: convert to list_for_each_entry_safe()chenqiwu2020-04-021-5/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-0725-94/+142
|\ \ \ \ \
| * | | | | macsec: fix NULL dereference in macsec_upd_offload()Davide Caratti2020-04-061-0/+3
| * | | | | net: dsa: bcm_sf2: Ensure correct sub-node is parsedFlorian Fainelli2020-04-061-1/+6
| * | | | | qed: remove redundant assignment to variable 'rc'Colin Ian King2020-04-061-1/+1
| * | | | | wimax: remove some redundant assignments to variable resultColin Ian King2020-04-061-5/+2
| * | | | | mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLEPetr Machata2020-04-061-3/+6
| * | | | | mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_PRIORITYPetr Machata2020-04-061-3/+6
| * | | | | r8169: change back SG and TSO to be disabled by defaultHeiner Kallweit2020-04-061-15/+14
| * | | | | net: dsa: bcm_sf2: Do not register slave MDIO bus with OFFlorian Fainelli2020-04-061-1/+1
| * | | | | tun: Don't put_page() for all negative return values from XDP programWill Deacon2020-04-061-4/+6
| * | | | | net: dsa: mt7530: fix null pointer dereferencing in port5 setupChuanhong Guo2020-04-031-0/+3
| * | | | | net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel2020-04-031-0/+7
| * | | | | net: stmmac: dwmac1000: fix out-of-bounds mac address reg settingJisheng Zhang2020-04-031-1/+1
| * | | | | mlxsw: spectrum_trap: fix unintention integer overflow on left shiftColin Ian King2020-04-021-1/+1
| * | | | | pegasus: Remove pegasus' own workqueuePetko Manolov2020-04-021-32/+6
| * | | | | net: stmmac: xgmac: Fix VLAN register handlingJose Abreu2020-04-021-0/+11
| * | | | | net: cavium: Fix build errors due to 'imply CAVIUM_PTP'YueHaibing2020-04-021-1/+1
| * | | | | crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing2020-04-021-0/+1
| * | | | | net: atlantic: fix missing | operator when assigning rec->llcColin Ian King2020-04-021-1/+1
| * | | | | net: qualcomm: rmnet: Allow configuration updates to existing devicesSubash Abhinov Kasiviswanathan2020-04-021-12/+19
| * | | | | net: stmmac: Fix VLAN filtering when HW does not support itJose Abreu2020-04-011-5/+12
| * | | | | bnx2x: correct a comment mistake in grammarHu Haowen2020-04-011-1/+2
| * | | | | net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.cHu Haowen2020-04-011-1/+1