summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-01-13ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler1-1/+5
2018-12-17rocker: fix rocker_tlv_put_* functions for KASANArnd Bergmann1-6/+18
2018-12-17net: hisilicon: remove unexpected free_netdevPan Bian1-3/+1
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-12-17net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi1-0/+3
2018-12-17net: 8139cp: fix a BUG triggered by changing mtu with network trafficSu Yanjun1-0/+5
2018-12-13net: amd: add missing of_node_put()Yangtao Li1-1/+3
2018-12-13net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...Vincent Chen1-4/+3
2018-12-13net/mlx4: Fix UBSAN warning of signed integer overflowAya Levin1-2/+2
2018-12-13net/mlx4_core: Fix uninitialized variable compilation warningTariq Toukan1-1/+1
2018-12-13net/mlx4_core: Zero out lkey field in SW2HW_MPT fw commandJack Morgenstein1-0/+1
2018-12-13qed: Fix reading wrong value in loop conditionDenis Bolotin1-0/+2
2018-12-13qed: Fix PTT leak in qed_drain()Denis Bolotin1-1/+1
2018-12-13bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2-0/+8
2018-12-01net: bcmgenet: fix OF child-node lookupJohan Hovold1-1/+1
2018-11-27tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam1-2/+16
2018-11-21bna: ethtool: Avoid reading past end of bufferKees Cook1-2/+2
2018-11-21e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione1-2/+9
2018-11-21e1000: avoid null pointer dereference on invalid stat typeColin Ian King1-5/+4
2018-11-21net: qla3xxx: Remove overflowing shift statementNathan Chancellor1-2/+0
2018-11-10r8169: fix NAPI handling under high loadHeiner Kallweit1-5/+3
2018-11-10net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel1-1/+1
2018-11-10igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke1-11/+0
2018-11-10ixgbe: Correct X550EM_x revision checkMark Rustad2-7/+4
2018-11-10ixgbe: fix RSS limit for X550Emil Tantilov1-1/+1
2018-11-10net/mlx5e: Correctly handle RSS indirection table when changing number of cha...Tariq Toukan3-4/+15
2018-11-10net/mlx5e: Fix LRO modifyTariq Toukan1-4/+11
2018-11-10ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy1-0/+2
2018-11-10net/mlx4_en: Resolve dividing by zero in 32-bit systemEugenia Emantayev1-1/+4
2018-11-10net: cxgb3_main: fix a missing-check bugWenwen Wang1-0/+17
2018-10-20net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor1-1/+2
2018-10-20net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli1-11/+11
2018-10-20net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier1-4/+6
2018-10-20qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh5-12/+17
2018-10-20bnxt_en: Fix TX timeout during netpoll.Michael Chan1-3/+10
2018-10-20net: macb: disable scatter-gather for macb on sama5d3Nicolas Ferre1-0/+8
2018-10-20stmmac: fix valid numbers of unicast filter entriesJongsung Kim1-3/+2
2018-10-10r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLEDKai-Heng Feng1-3/+6
2018-10-10net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai1-1/+1
2018-10-10e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen1-2/+2
2018-10-10e1000: check on netif_running() before calling e1000_up()Bo Chen1-1/+2
2018-10-10net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan1-3/+3
2018-09-29net: hp100: fix always-true check for link up stateColin Ian King1-1/+1
2018-09-26drivers: net: cpsw: fix segfault in case of bad phy-handleDavid Rivshin1-14/+23
2018-09-19ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...Peter Chen1-0/+1
2018-09-19net: ethernet: ti: cpsw: fix mdio device reference leakJohan Hovold1-0/+1
2018-09-19drivers: net: cpsw: fix parsing of phy-handle DT property in dual_emac configDavid Rivshin2-7/+7
2018-09-19net: mvneta: fix mtu change on port without linkYelena Krivosheev1-1/+0
2018-09-15enic: do not call enic_change_mtu in enic_probeGovindarajulu Varadarajan1-1/+1
2018-09-15qlge: Fix netdev features configuration.Manish Chopra1-15/+8