summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-1931-144/+325
|\
| * tuntap: fix multiqueue rxMatthew Cover2018-11-191-1/+6
| * net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller2018-11-181-5/+5
| * Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs"David S. Miller2018-11-171-9/+5
| * net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller2018-11-171-5/+9
| * net: lantiq: Fix returned value in case of error in 'xrx200_probe()'Christophe JAILLET2018-11-171-2/+3
| * net: mvneta: Don't advertise 2.5G modesMaxime Chevallier2018-11-171-9/+3
| * drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typoAndrew Morton2018-11-161-1/+1
| * net/mlx4: Fix UBSAN warning of signed integer overflowAya Levin2018-11-161-2/+2
| * net/mlx4_core: Fix uninitialized variable compilation warningTariq Toukan2018-11-161-1/+1
| * net/mlx4_core: Zero out lkey field in SW2HW_MPT fw commandJack Morgenstein2018-11-161-0/+1
| * cxgb4: fix thermal zone build errorGanesh Goudar2018-11-153-6/+3
| * bnxt_en: Fix filling time in bnxt_fill_coredump_record()Vasundhara Volam2018-11-151-2/+2
| * bnxt_en: Add software "missed_irqs" counter.Michael Chan2018-11-153-1/+6
| * bnxt_en: Workaround occasional TX timeout on 57500 A0.Michael Chan2018-11-152-0/+68
| * bnxt_en: Disable RDMA support on the 57500 chips.Michael Chan2018-11-151-0/+3
| * bnxt_en: Fix rx_l4_csum_errors counter on 57500 devices.Michael Chan2018-11-151-1/+1
| * bnxt_en: Fix RSS context allocation.Michael Chan2018-11-151-1/+1
| * s390/ism: clear dmbe_mask bit before SMC IRQ handlingUrsula Braun2018-11-141-1/+1
| * qed: Fix reading wrong value in loop conditionDenis Bolotin2018-11-131-0/+2
| * qed: Fix rdma_info structure allocationMichal Kalderon2018-11-133-25/+45
| * qed: Fix overriding offload_tc by protocols without APP TLVDenis Bolotin2018-11-131-7/+7
| * qed: Fix PTT leak in qed_drain()Denis Bolotin2018-11-131-1/+1
| * Merge tag 'linux-can-fixes-for-4.20-20181109' of ssh://gitolite.kernel.org/pu...David S. Miller2018-11-138-79/+156
| |\
| | * can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()Oleksij Rempel2018-11-091-2/+10
| | * can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_...Oleksij Rempel2018-11-092-4/+5
| | * can: flexcan: handle tx-complete CAN frames via rx-offload infrastructureOleksij Rempel2018-11-091-1/+4
| | * can: rx-offload: introduce can_rx_offload_get_echo_skb() and can_rx_offload_q...Oleksij Rempel2018-11-091-0/+46
| | * can: dev: __can_get_echo_skb(): print error message, if trying to echo non ex...Marc Kleine-Budde2018-11-091-13/+14
| | * can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb ...Marc Kleine-Budde2018-11-091-1/+5
| | * can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to ac...Marc Kleine-Budde2018-11-091-3/+6
| | * can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_s...Marc Kleine-Budde2018-11-091-11/+25
| | * can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct flexcan...Marc Kleine-Budde2018-11-091-15/+12
| | * can: flexcan: Always use last mailbox for TXAlexander Stein2018-11-091-34/+33
| | * can: flexcan: Unlock the MB unconditionallyPankaj Bansal2018-11-091-1/+6
| | * can: hi311x: Use level-triggered interruptLukas Wunner2018-11-091-1/+1
| | * can: rcar_can: Fix erroneous registrationFabrizio Castro2018-11-091-1/+4
| | * can: ucan: remove duplicated include from ucan.cYueHaibing2018-11-091-4/+0
| | * can: ucan: remove set but not used variable 'udev'YueHaibing2018-11-091-3/+0
| | * can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()Jimmy Assarsson2018-11-091-2/+2
| | * can: kvaser_usb: Fix potential uninitialized variable useJimmy Assarsson2018-11-091-5/+5
| * | bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2018-11-122-0/+8
* | | Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-181-14/+5
|\ \ \
| * | | Revert "acpi, nfit: Further restrict userspace ARS start requests"Dan Williams2018-11-101-12/+3
| * | | acpi, nfit: Fix ARS overflow continuationDan Williams2018-11-101-2/+2
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-187-14/+39
|\ \ \ \
| * | | | efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel2018-11-151-12/+19
| * | | | efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2018-11-152-0/+7
| * | | | efi/arm/libstub: Pack FDT after populating itArd Biesheuvel2018-11-151-0/+4
| * | | | efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel2018-11-153-1/+8