summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai2018-10-101-1/+1
* ibmvnic: Include missing return code checks in reset functionThomas Falcon2018-10-101-3/+9
* net: mvpp2: initialize port of_node pointerBaruch Siach2018-10-101-0/+1
* sh_eth: Add R7S9210 supportChris Brandt2018-10-101-0/+36
* net: hns: add netif_carrier_off before change speed and duplexPeng Li2018-10-101-0/+2
* net: hns: add the code for cleaning pkt in chipPeng Li2018-10-1013-4/+255
* mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_customJinbum Park2018-10-101-0/+4
* cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-10-101-45/+5
* mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-10-101-3/+0
* mac80211_hwsim: require at least one channelJohannes Berg2018-10-101-0/+5
* i40e: fix condition of WARN_ONCE for stat stringsJacob Keller2018-10-031-1/+1
* i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar2018-10-031-7/+8
* ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2018-10-032-0/+27
* e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen2018-10-031-2/+2
* e1000: check on netif_running() before calling e1000_up()Bo Chen2018-10-031-1/+2
* ice: Fix potential return of uninitialized valueJesse Brandeburg2018-10-031-2/+2
* ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan2018-10-032-8/+11
* ice: Set VLAN flags correctlyBrett Creeley2018-10-032-25/+30
* ice: Use order_base_2 to calculate higher power of 2Jacob Keller2018-10-031-5/+2
* ice: Fix bugs in control queue processingAnirudh Venkataramanan2018-10-032-5/+26
* ice: Clean control queues only when they are initializedPreethi Banala2018-10-031-8/+16
* ice: Report stats for allocated queues via ethtool statsJacob Keller2018-10-032-13/+46
* ice: Fix multiple static analyser warningsAnirudh Venkataramanan2018-10-034-24/+25
* net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan2018-10-031-3/+3
* net: hns: fix skb->truesize underestimationHuazhong Tan2018-10-031-1/+1
* net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan2018-10-031-3/+3
* qed: Avoid sending mailbox commands when MFW is not responsiveTomer Tayar2018-10-033-3/+56
* qed: Prevent a possible deadlock during driver load and unloadTomer Tayar2018-10-032-20/+44
* qed: Wait for MCP halt and resume commands to take placeTomer Tayar2018-10-032-8/+39
* qed: Wait for ready indication before rereading the shmemTomer Tayar2018-10-031-9/+41
* ath10k: fix memory leak of tpc_statsColin Ian King2018-10-031-4/+4
* ath10k: snoc: use correct bus-specific pointer in RX retryBrian Norris2018-10-031-1/+1
* ath10k: fix incorrect size of dma_free_coherent in ath10k_ce_alloc_src_ring_64YueHaibing2018-10-031-1/+1
* wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()Tony Lindgren2018-10-031-0/+6
* brcmsmac: fix wrap around in conversion from constant to s16Stefan Agner2018-10-031-1/+1
* rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()Dan Carpenter2018-10-031-0/+2
* mt76x2: fix mrr idx/count estimation in mt76x2_mac_fill_tx_status()Lorenzo Bianconi2018-10-031-4/+2
* ath10k: transmit queued frames after processing rx packetsNiklas Cassel2018-10-032-0/+4
* net: phy: xgmiitorgmii: Check phy_driver ready before accessingBrandon Maier2018-10-031-0/+5
* ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lockBen Greear2018-10-031-1/+4
* net: phy: xgmiitorgmii: Check read_status resultsBrandon Maier2018-10-031-1/+4
* ath10k: use locked skb_dequeue for rx completionsBob Copeland2018-10-031-4/+4
* ath10k: sdio: set skb len for all rx packetsAlagu Sankar2018-10-031-0/+1
* ath10k: sdio: use same endpoint id for all packets in a bundleAlagu Sankar2018-10-031-1/+4
* cxgb4: Fix the condition to check if the card is T5Ganesh Goudar2018-10-031-1/+1
* net: hns3: Fix get_vector ops in hclgevf_main moduleYunsheng Lin2018-10-031-1/+10
* net: hns3: Fix warning bug when doing lp selftestYunsheng Lin2018-10-031-0/+2
* net: hns3: Fix for mac pause not disable in pfc modeYunsheng Lin2018-10-031-2/+7
* net: hns3: Fix for mailbox message truncated problemFuyun Liang2018-10-031-1/+2
* xen/netfront: don't bug in case of too many fragsJuergen Gross2018-09-291-1/+7