summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
* qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh2018-10-185-12/+17
* net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli2018-10-181-11/+11
* net: mvpp2: fix a txq_done race conditionAntoine Tenart2018-10-181-4/+6
* net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier2018-10-181-4/+5
* net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2018-10-182-12/+20
* bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru2018-10-181-4/+6
* bnxt_en: Fix TX timeout during netpoll.Michael Chan2018-10-181-3/+10
* ixgbe: check return value of napi_complete_done()Song Liu2018-10-101-5/+7
* r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLEDKai-Heng Feng2018-10-101-3/+6
* net: ena: fix missing calls to READ_ONCENetanel Belgazal2018-10-101-4/+4
* net: ena: fix missing lock during device destructionNetanel Belgazal2018-10-101-13/+7
* net: ena: fix potential double ena_destroy_device()Netanel Belgazal2018-10-101-0/+5
* net: ena: fix device destruction to gracefully free resourcesNetanel Belgazal2018-10-101-6/+7
* net: ena: fix driver when PAGE_SIZE == 64kBNetanel Belgazal2018-10-102-5/+16
* net: ena: fix surprise unplug NULL dereference kernel crashNetanel Belgazal2018-10-101-2/+2
* r8169: set TxConfig register after TX / RX is enabled, just like RxConfigMaciej S. Szmigiero2018-10-101-1/+1
* net/mlx5: Consider PCI domain in search for next devDaniel Jurgens2018-10-101-3/+4
* net/ibm/emac: wrong emac_calc_base call was used by typoIvan Mikhaylov2018-10-101-3/+3
* 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
* 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
* 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
* net: mvpp2: let phylink manage the carrier stateAntoine Tenart2018-09-291-15/+6