aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-19net/ibmnvic: Fix deadlock problem in resetJuliet Kim2-39/+22
2018-11-19qed: Fix QM getters to always return a valid pqDenis Bolotin1-4/+20
2018-11-19qed: Fix bitmap_weight() checkDenis Bolotin1-1/+4
2018-11-19net: ena: update driver version from 2.0.1 to 2.0.2Arthur Kiyanovski1-1/+1
2018-11-19net: ena: fix crash during ena_remove()Arthur Kiyanovski1-11/+10
2018-11-19net: ena: fix crash during failed resume from hibernationArthur Kiyanovski1-1/+1
2018-11-16net: lantiq: Fix returned value in case of error in 'xrx200_probe()'Christophe JAILLET1-2/+3
2018-11-16net: mvneta: Don't advertise 2.5G modesMaxime Chevallier1-9/+3
2018-11-15drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typoAndrew Morton1-1/+1
2018-11-15net/mlx4: Fix UBSAN warning of signed integer overflowAya Levin1-2/+2
2018-11-15net/mlx4_core: Fix uninitialized variable compilation warningTariq Toukan1-1/+1
2018-11-15net/mlx4_core: Zero out lkey field in SW2HW_MPT fw commandJack Morgenstein1-0/+1
2018-11-15cxgb4: fix thermal zone build errorGanesh Goudar3-6/+3
2018-11-15bnxt_en: Fix filling time in bnxt_fill_coredump_record()Vasundhara Volam1-2/+2
2018-11-15bnxt_en: Add software "missed_irqs" counter.Michael Chan3-1/+6
2018-11-15bnxt_en: Workaround occasional TX timeout on 57500 A0.Michael Chan2-0/+68
2018-11-15bnxt_en: Disable RDMA support on the 57500 chips.Michael Chan1-0/+3
2018-11-15bnxt_en: Fix rx_l4_csum_errors counter on 57500 devices.Michael Chan1-1/+1
2018-11-15bnxt_en: Fix RSS context allocation.Michael Chan1-1/+1
2018-11-13qed: Fix reading wrong value in loop conditionDenis Bolotin1-0/+2
2018-11-13qed: Fix rdma_info structure allocationMichal Kalderon3-25/+45
2018-11-13qed: Fix overriding offload_tc by protocols without APP TLVDenis Bolotin1-7/+7
2018-11-13qed: Fix PTT leak in qed_drain()Denis Bolotin1-1/+1
2018-11-12bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2-0/+8
2018-11-09net: mvneta: correct typoAlexandre Belloni1-2/+2
2018-11-09net: qualcomm: rmnet: Fix incorrect assignment of real_devSubash Abhinov Kasiviswanathan1-3/+3
2018-11-09net: aquantia: allow rx checksum offload configurationDmitry Bogdanov5-6/+18
2018-11-09net: aquantia: invalid checksumm offload implementationDmitry Bogdanov2-30/+41
2018-11-09net: aquantia: fixed enable unicast on 32 macvlanIgor Russkikh1-1/+1
2018-11-09net: aquantia: fix potential IOMMU fault after driver unbindDmitry Bogdanov4-0/+35
2018-11-09net: aquantia: synchronized flow control between mac/phyIgor Russkikh5-8/+50
2018-11-08net: stmmac: Fix RX packet size > 8191Thor Thayer4-4/+5
2018-11-08qed: Fix potential memory corruptionSagiv Ozeri1-7/+5
2018-11-08qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin8-15/+45
2018-11-08qed: Fix blocking/unlimited SPQ entries leakDenis Bolotin2-27/+33
2018-11-08qed: Fix memory/entry leak in qed_init_sp_request()Denis Bolotin1-2/+14
2018-11-08net: hns3: bugfix for not checking return valueHuazhong Tan1-1/+2
2018-11-07qlcnic: remove assumption that vlan_tci != 0Michał Mirosław1-3/+5
2018-11-07ibmvnic: fix accelerated VLAN handlingMichał Mirosław1-1/+1
2018-11-07i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver loadJacob Keller1-3/+3
2018-11-07i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller1-0/+2
2018-11-07ice: Change req_speeds to be u16Chinh T Cao1-1/+1
2018-11-06igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-5/+7
2018-11-06ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley1-1/+1
2018-11-06ice: Fix tx_timeout in PF driverBrett Creeley4-6/+40
2018-11-06ice: Fix napi delete calls for removeDave Ertman3-1/+3
2018-11-06ice: Fix typo in error messageAnirudh Venkataramanan1-1/+1
2018-11-06ice: Fix flags for port VLANMd Fahad Iqbal Polash1-1/+1
2018-11-06ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan3-39/+6
2018-11-06ice: Free VSI contexts during for unloadVictor Raj3-0/+17