summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan
2020-09-02nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens
2020-09-02net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter
2020-09-02net: bcmgenet: fix mask check in bcmgenet_validate_flow()Denis Efremov
2020-09-02amd-xgbe: Add support for new port modeShyam Sundar S K
2020-09-01net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu
2020-08-31net: ethernet: ti: am65-cpsw: fix rmii 100Mbit link modeGrygorii Strashko
2020-08-31cxgb4: fix thermal zone device registrationPotnuri Bharat Teja
2020-08-31ionic: fix txrx work accountingShannon Nelson
2020-08-27net: ethernet: ti: cpsw_new: fix error handling in cpsw_ndo_vlan_rx_kill_vid()Murali Karicheri
2020-08-26bnxt: don't enable NAPI until rings are readyJakub Kicinski
2020-08-26net: hns3: Fix for geneve tx checksum bugYi Li
2020-08-26bnxt_en: Setup default RSS map in all scenarios.Michael Chan
2020-08-26bnxt_en: init RSS table for Minimal-Static VF reservationEdwin Peer
2020-08-26bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer
2020-08-26bnxt_en: Fix possible crash in bnxt_fw_reset_task().Michael Chan
2020-08-26bnxt_en: Fix PCI AER error recovery flowVasundhara Volam
2020-08-26bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.Michael Chan
2020-08-26bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam
2020-08-26bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi
2020-08-25ibmvnic fix NULL tx_pools and rx_tools issue at do_resetMingming Cao
2020-08-25net: ethernet: ti: cpsw_new: fix clean up of vlan mc entries for host portMurali Karicheri
2020-08-25net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host portMurali Karicheri
2020-08-24sfc: fix boolreturn.cocci warning and rename functionEdward Cree
2020-08-24net: arc_emac: Fix memleak in arc_mdio_probeDinghao Liu
2020-08-24ravb: Fixed to be able to unload modulesYuusuke Ashizuka
2020-08-24net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu
2020-08-24net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-08-20sfc: fix build warnings on 32-bitEdward Cree
2020-08-19net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...Wang Hai
2020-08-19net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior
2020-08-19net: ena: Make missed_tx stat incrementalShay Agroskin
2020-08-19net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin
2020-08-19net: ena: Prevent reset after device destructionShay Agroskin
2020-08-18net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini
2020-08-18cxgb4: Fix race between loopback and normal Tx pathGanji Aravind
2020-08-18cxgb4: Fix work request size calculation for loopback testGanji Aravind
2020-08-18sfc: don't free_irq()s if they were never requestedEdward Cree
2020-08-18sfc: null out channel->rps_flow_id after freeing itEdward Cree
2020-08-18sfc: take correct lock in ef100_reset()Edward Cree
2020-08-18sfc: really check hash is valid before using itEdward Cree
2020-08-17scsi: fcoe: Fix I/O path allocationMike Christie
2020-08-17otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang
2020-08-14net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'Lee Jones
2020-08-14net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones
2020-08-14net: fec: correct the error path for regulator disable in probeFugang Duan