summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2019-09-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller-26/+57
2019-09-13brcmsmac: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang-7/+7
2019-09-13rtlwifi: rtl8821ae: make array static const and remove redundant assignmentColin Ian King-2/+2
2019-09-13brcmfmac: don't realloc wiphy during PCIe resetRafał Miłecki-4/+4
2019-09-13brcmfmac: split brcmf_attach() and brcmf_detach() functionsRafał Miłecki-19/+80
2019-09-13brcmfmac: move "cfg80211_ops" pointer to another structRafał Miłecki-5/+7
2019-09-12ice: Bump versionTony Nguyen-2/+2
2019-09-12ice: Enable DDP package downloadTony Nguyen-195/+679
2019-09-12ice: Initialize DDP package structuresTony Nguyen-2/+953
2019-09-12ice: Implement Dynamic Device Personalization (DDP) downloadTony Nguyen-1/+1137
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik-29/+53
2019-09-12ice: send driver version to firmwarePaul M Stillwell Jr-1/+97
2019-09-12wil6210: ignore reset errors for FW during probeLior David-3/+1
2019-09-12wil6210: fix RX short frame checkLior David-2/+2
2019-09-12wil6210: use writel_relaxed in wil_debugfs_iomem_x32_setLior David-1/+2
2019-09-12wil6210: report boottime_ns in scan resultsMaya Erez-4/+17
2019-09-12wil6210: properly initialize discovery_expired_workDedy Lansky-0/+1
2019-09-12wil6210: verify cid value is validAlexei Avshalom Lazar-0/+6
2019-09-12wil6210: make sure DR bit is read before rest of the status messageDedy Lansky-18/+18
2019-09-12wil6210: fix PTK re-key raceAhmad Masri-3/+276
2019-09-12wil6210: add debugfs to show PMC ring contentDedy Lansky-0/+40
2019-09-12wil6210: add wil_netif_rx() helper functionDedy Lansky-24/+38
2019-09-12ath10k: fix channel info parsing for non tlv targetRakesh Pillai-9/+17
2019-09-12ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat-8/+21
2019-09-12ath10k: free beacon buf later in vdev teardownBen Greear-4/+5
2019-09-12cxgb4: Fix spelling typosArkadiusz Drabczyk-15/+15
2019-09-12ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert-1/+2
2019-09-12net: dsa: microchip: add ksz9567 to ksz9477 driverGeorge McCollister-0/+11
2019-09-12net: dsa: microchip: add KSZ9477 I2C driverTristram Ha-0/+110
2019-09-12tun: fix use-after-free when register netdev failedYang Yingliang-5/+11
2019-09-12nfp: read chip model from the PluDevice registerDirk van der Merwe-10/+6
2019-09-11net: stmmac: pci: Add HAPS support using GMAC5Jose Abreu-0/+71
2019-09-11net: phy: dp83867: Add SGMII mode type switchingVitaly Gaiduk-0/+19
2019-09-11ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets-18/+11
2019-09-11ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck-1/+3
2019-09-11i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson-0/+5
2019-09-11net/ixgbevf: make array api static const, makes object smallerColin Ian King-6/+8
2019-09-11iavf: fix MAC address setting for VFs when filter is rejectedStefan Assmann-1/+7
2019-09-11i40e: clear __I40E_VIRTCHNL_OP_PENDING on invalid min Tx rateStefan Assmann-1/+2
2019-09-11i40e: use BIT macro to specify the cloud filter field flagsJacob Keller-5/+5
2019-09-11i40e: Fix message for other card without FEC.Czeslaw Zagorski-3/+7
2019-09-11i40e: fix missed "Negotiated" string in i40e_print_link_message()Aleksandr Loktionov-9/+10
2019-09-11i40e: mark additional missing bits as reservedJacob Keller-0/+3
2019-09-11i40e: remove I40E_AQC_ADD_CLOUD_FILTER_OIPJacob Keller-1/+1
2019-09-11i40e: use ktime_get_real_ts64 instead of ktime_to_timespec64Jacob Keller-1/+1
2019-09-11ixgbe: use skb_get_queue_mapping in tx pathTonghao Zhang-1/+1
2019-09-11i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann-0/+5
2019-09-11ixgbe: fix memory leaksWenwen Wang-0/+4
2019-09-11net: stmmac: implement support for passive mode converters via dtAlexandru Ardelean-2/+34
2019-09-11mlx4: fix spelling mistake "veify" -> "verify"Colin Ian King-1/+1