summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: bcmgenet: Poll internal PHY for GENETv5Florian Fainelli2018-11-041-3/+6
* net/mlx5e: fix csum adjustments caused by RXFCSEric Dumazet2018-11-041-36/+9
* net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault typeHuy Nguyen2018-11-041-1/+1
* r8169: fix NAPI handling under high loadHeiner Kallweit2018-11-041-5/+3
* net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel2018-11-041-1/+1
* net: fec: don't dump RX FIFO register when not availableFugang Duan2018-11-042-4/+16
* net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski2018-11-041-2/+7
* net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski2018-11-041-8/+1
* net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann2018-11-041-2/+2
* enic: do not overwrite error codeGovindarajulu Varadarajan2018-11-041-5/+4
* net/mlx5e: Refine ets validation functionShay Agroskin2018-11-041-9/+8
* net: cxgb3_main: fix a missing-check bugWenwen Wang2018-11-041-0/+17
* be2net: don't flip hw_features when VXLANs are added/deletedDavide Caratti2018-11-041-4/+1
* net: qualcomm: rmnet: Skip processing loopback packetsSean Tranchetti2018-11-041-0/+3
* declance: Fix continuation with the adapter identification messageMaciej W. Rozycki2018-11-041-4/+6
* net: fec: fix rare tx timeoutRickard x Andersson2018-11-041-4/+4
* qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pktNathan Chancellor2018-11-041-2/+2
* qed: Avoid constant logical operation warning in qed_vf_pf_acquireNathan Chancellor2018-11-041-1/+0
* qed: Avoid implicit enum conversion in qed_roce_mode_to_flavorNathan Chancellor2018-11-041-11/+4
* qed: Fix mask parameter in qed_vf_prep_tunn_req_tlvNathan Chancellor2018-11-041-2/+2
* qed: Avoid implicit enum conversion in qed_set_tunn_cls_infoNathan Chancellor2018-11-041-1/+1
* net: macb: Clean 64b dma addresses if they are not detectedMichal Simek2018-11-041-0/+1
* net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor2018-10-201-1/+2
* ravb: do not write 1 to reserved bitsKazuya Mizuguchi2018-10-203-6/+12
* net: emac: fix fixed-link setup for the RTL8363SB switchChristian Lamparter2018-10-201-5/+10
* net: macb: disable scatter-gather for macb on sama5d3Nicolas Ferre2018-10-181-0/+8
* stmmac: fix valid numbers of unicast filter entriesJongsung Kim2018-10-181-3/+2
* bnxt_en: don't try to offload VLAN 'modify' actionDavide Caratti2018-10-181-6/+14
* nfp: avoid soft lockups under control message stormJakub Kicinski2018-10-181-5/+12
* net/mlx5: E-Switch, Fix out of bound access when setting vport rateEran Ben Elisha2018-10-181-2/+2
* net: aquantia: memory corruption on jumbo framesFriedemann Gerold2018-10-181-14/+18
* net/mlx5e: Set vlan masks for all offloaded TC rulesJianbo Liu2018-10-181-0/+3
* net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu2018-10-181-3/+5
* 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/+6
* 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 driver when PAGE_SIZE == 64kBNetanel Belgazal2018-10-102-5/+16
* net/mlx5: Consider PCI domain in search for next devDaniel Jurgens2018-10-101-3/+4
* net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai2018-10-101-1/+1
* 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
* 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