summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-066-0/+6
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-063-0/+3
* acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supportedOscar Salvador2021-05-051-1/+4
* mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador2021-05-051-6/+66
* drivers/base/memory: introduce memory_block_{online,offline}Oscar Salvador2021-05-051-12/+21
* mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin2021-04-301-1/+1
* i915: fix remap_io_sg to verify the pgprotChristoph Hellwig2021-04-301-50/+23
* i915: use io_mapping_map_userChristoph Hellwig2021-04-304-52/+5
* RDMA/umem: batch page unpin in __ib_umem_release()Joao Martins2021-04-301-6/+6
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291109-22591/+82624
|\
| * net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-282-2/+2
| * net: tun: Remove redundant assignment to retYang Li2021-04-281-1/+0
| * net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov2021-04-281-0/+2
| * net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King2021-04-281-1/+1
| * sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin2021-04-271-0/+2
| * net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik2021-04-273-1/+223
| * net: phy: Add support for microchip SMI0 MDIO busAndrew Lunn2021-04-272-2/+14
| * net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik2021-04-271-12/+32
| * net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel2021-04-273-71/+281
| * net: dsa: microchip: ksz8795: move register offsets and shifts to separate st...Michael Grzeschik2021-04-273-160/+281
| * net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik2021-04-271-42/+50
| * net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik2021-04-273-117/+111
| * net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-272-4/+57
| * net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2021-04-273-22/+35
| * net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-275-8/+8
| * net: dsa: no longer clone skb in core driverYangbo Lu2021-04-277-36/+54
| * net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-277-10/+18
| * net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-273-9/+1
| * fddi/skfp: fix typoqhjindev2021-04-271-1/+1
| * net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODETobias Waldekranz2021-04-271-3/+3
| * net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov2021-04-271-2/+0
| * macvlan: Use 'hash' iterators to simplify codeChristophe JAILLET2021-04-271-27/+18
| * net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong2021-04-261-1/+3
| * net: hso: fix NULL-deref on disconnect regressionJohan Hovold2021-04-261-1/+1
| * Merge tag 'linux-can-next-for-5.13-20210426' of git://git.kernel.org/pub/scm/...David S. Miller2021-04-262-3/+3
| |\
| | * can: etas_es58x: Fix a couple of spelling mistakesColin Ian King2021-04-241-2/+2
| | * can: etas_es58x: Fix missing null check on netdev pointerColin Ian King2021-04-241-1/+1
| * | net: davicom: Remove redundant assignment to retJiapeng Chong2021-04-261-1/+0
| * | pcnet32: Remove redundant variable prev_link and curr_linkJiapeng Chong2021-04-261-2/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-2614-71/+109
| |\ \
| | * | bnxt_en: Fix RX consumer index logic in the error path.Michael Chan2021-04-251-2/+4
| | * | net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skbPhillip Potter2021-04-231-2/+2
| | * | bnxt_en: fix ternary sign extension bug in bnxt_show_temp()Dan Carpenter2021-04-221-1/+3
| | * | net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov2021-04-221-10/+16
| | * | net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov2021-04-221-10/+16
| | * | bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma...jinyiting2021-04-211-3/+4
| | * | net: phy: intel-xway: enable integrated led functionsMartin Schiller2021-04-211-0/+21
| | * | net: renesas: ravb: Fix a stuck issue when a lot of frames are receivedYoshihiro Shimoda2021-04-211-23/+12
| | * | net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong2021-04-211-3/+9
| | * | nfp: devlink: initialize the devlink port attribute "lanes"Yinjun Zhang2021-04-211-0/+1