summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-08-24net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu1-2/+4
2020-08-24net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu1-3/+6
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-34/+48
2020-08-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2020-08-20sfc: fix build warnings on 32-bitEdward Cree1-4/+4
2020-08-20net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...Wang Hai1-3/+1
2020-08-20net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior1-2/+2
2020-08-20net: ena: Make missed_tx stat incrementalShay Agroskin1-1/+4
2020-08-20net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin1-7/+4
2020-08-20net: ena: Prevent reset after device destructionShay Agroskin1-9/+10
2020-08-18net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini1-1/+3
2020-08-18cxgb4: Fix race between loopback and normal Tx pathGanji Aravind1-1/+5
2020-08-18cxgb4: Fix work request size calculation for loopback testGanji Aravind1-2/+2
2020-08-18sfc: don't free_irq()s if they were never requestedEdward Cree2-0/+6
2020-08-18sfc: null out channel->rps_flow_id after freeing itEdward Cree1-0/+1
2020-08-18sfc: take correct lock in ef100_reset()Edward Cree1-4/+4
2020-08-18sfc: really check hash is valid before using itEdward Cree1-0/+2
2020-08-18scsi: fcoe: Fix I/O path allocationMike Christie1-1/+1
2020-08-18otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang1-2/+2
2020-08-15net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'Lee Jones1-0/+1
2020-08-15net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones1-3/+3
2020-08-15net: fec: correct the error path for regulator disable in probeFugang Duan1-2/+2
2020-08-15Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller5-14/+33
2020-08-15i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-08-15i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2-9/+28
2020-08-15sfc: check hash is valid before using itEdward Cree5-1/+18
2020-08-14igc: Fix PTP initializationVinicius Costa Gomes2-5/+2
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-29/+35
2020-08-12net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell1-0/+1
2020-08-12net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell1-0/+3
2020-08-12sfc: fix ef100 design-param checkingEdward Cree1-1/+2
2020-08-11net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai1-3/+14
2020-08-11ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang1-2/+2
2020-08-11hinic: fix strncpy output truncated compile warningsLuo bin2-22/+12
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-7/+6
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2-4/+4
2020-08-07Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-74/+25
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-2/+20
2020-08-06net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King1-1/+1
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds653-25465/+50945
2020-08-06net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson1-1/+3
2020-08-06Merge branch 'pci/misc'Bjorn Helgaas1-1/+0
2020-08-05dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing1-3/+3
2020-08-05net: macb: Properly handle phylink on at91sam9xStefan Roese1-4/+7
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-10/+10
2020-08-04net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long1-2/+2
2020-08-04via-velocity: Use more typical logging stylesJoe Perches2-122/+85
2020-08-04hinic: add check for mailbox msg from VFLuo bin4-2/+255
2020-08-04hinic: add generating mailbox random index supportLuo bin5-0/+167