summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-2756-414/+572
|\
| * qed: fix spelling mistake "comparsion" -> "comparison"Colin Ian King2018-08-251-1/+1
| * vhost: correctly check the iova range when waking virtqueueJason Wang2018-08-251-1/+1
| * qlge: Fix netdev features configuration.Manish Chopra2018-08-251-15/+8
| * net: macb: do not disable MDIO bus at open/close timeAnssi Hannula2018-08-251-3/+6
| * Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"Geert Uytterhoeven2018-08-251-5/+5
| * net: macb: Fix regression breaking non-MDIO fixed-link PHYsAhmad Fatoum2018-08-251-10/+17
| * mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridgeIdo Schimmel2018-08-253-0/+33
| * i40e: fix condition of WARN_ONCE for stat stringsJacob Keller2018-08-241-1/+1
| * i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar2018-08-241-7/+8
| * ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2018-08-242-0/+27
| * ixgbe: Prevent unsupported configurations with XDPTony Nguyen2018-08-242-2/+31
| * ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-242-3/+3
| * igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai2018-08-241-1/+1
| * igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai2018-08-241-2/+2
| * igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia2018-08-241-1/+2
| * e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen2018-08-241-2/+2
| * e1000: check on netif_running() before calling e1000_up()Bo Chen2018-08-241-1/+2
| * ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-08-241-3/+2
| * ice: Trivial formatting fixesAnirudh Venkataramanan2018-08-233-6/+8
| * ice: Change struct members from bool to u8Bruce Allan2018-08-234-16/+16
| * ice: Fix potential return of uninitialized valueJesse Brandeburg2018-08-231-2/+2
| * ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan2018-08-232-8/+11
| * ice: Update to interrupts enabled in OICRBruce Allan2018-08-232-14/+3
| * ice: Set VLAN flags correctlyBrett Creeley2018-08-232-25/+30
| * ice: Use order_base_2 to calculate higher power of 2Jacob Keller2018-08-231-5/+2
| * ice: Fix bugs in control queue processingAnirudh Venkataramanan2018-08-232-5/+26
| * ice: Clean control queues only when they are initializedPreethi Banala2018-08-231-8/+16
| * ice: Report stats for allocated queues via ethtool statsJacob Keller2018-08-232-13/+46
| * ice: Cleanup magic numberAnirudh Venkataramanan2018-08-232-1/+2
| * ice: Remove unnecessary node owner checkBruce Allan2018-08-231-2/+1
| * ice: Fix multiple static analyser warningsAnirudh Venkataramanan2018-08-234-24/+25
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-08-222-3/+6
| |\
| | * Bluetooth: mediatek: Fix memory leakGustavo A. R. Silva2018-08-211-3/+5
| | * Bluetooth: Make BT_HCIUART_RTL configuration option depend on ACPIHans de Goede2018-08-211-0/+1
| * | net: hns3: modify variable type in hns3_nic_reuse_pageHuazhong Tan2018-08-221-1/+2
| * | net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan2018-08-221-3/+3
| * | net: hns: use eth_get_headlen interface instead of hns_nic_get_headlenHuazhong Tan2018-08-221-102/+1
| * | net: hns: fix skb->truesize underestimationHuazhong Tan2018-08-221-1/+1
| * | net: hns: modify variable type in hns_nic_reuse_pageHuazhong Tan2018-08-221-1/+2
| * | net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan2018-08-221-3/+3
| * | net: ethernet: renesas: use SPDX identifier for Renesas driversWolfram Sang2018-08-224-32/+4
| * | net_sched: remove list_head from tc_actionCong Wang2018-08-2110-44/+28
| * | hv_netvsc: ignore devices that are not PCIStephen Hemminger2018-08-211-0/+5
| |/
| * r8152: disable RX aggregation on new Dell TB16 dockKai-Heng Feng2018-08-201-2/+2
| * qed: Avoid sending mailbox commands when MFW is not responsiveTomer Tayar2018-08-203-3/+56
| * qed: Prevent a possible deadlock during driver load and unloadTomer Tayar2018-08-202-20/+44
| * qed: Wait for MCP halt and resume commands to take placeTomer Tayar2018-08-202-8/+39
| * qed: Wait for ready indication before rereading the shmemTomer Tayar2018-08-201-9/+41
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2611-179/+72
|\ \