summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-0320-151/+234
|\
| * tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan2020-09-031-4/+13
| * nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens2020-09-021-0/+2
| * net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter2020-09-021-17/+17
| * net: bcmgenet: fix mask check in bcmgenet_validate_flow()Denis Efremov2020-09-021-1/+1
| * amd-xgbe: Add support for new port modeShyam Sundar S K2020-09-021-0/+13
| * net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu2020-09-011-1/+1
| * net: ethernet: ti: am65-cpsw: fix rmii 100Mbit link modeGrygorii Strashko2020-08-311-0/+2
| * cxgb4: fix thermal zone device registrationPotnuri Bharat Teja2020-08-311-2/+6
| * ionic: fix txrx work accountingShannon Nelson2020-08-311-10/+3
| * net: ethernet: ti: cpsw_new: fix error handling in cpsw_ndo_vlan_rx_kill_vid()Murali Karicheri2020-08-271-6/+21
| * bnxt: don't enable NAPI until rings are readyJakub Kicinski2020-08-261-8/+4
| * net: hns3: Fix for geneve tx checksum bugYi Li2020-08-261-2/+4
| * bnxt_en: Setup default RSS map in all scenarios.Michael Chan2020-08-261-9/+30
| * bnxt_en: init RSS table for Minimal-Static VF reservationEdwin Peer2020-08-261-8/+7
| * bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer2020-08-261-4/+7
| * bnxt_en: Fix possible crash in bnxt_fw_reset_task().Michael Chan2020-08-261-2/+8
| * bnxt_en: Fix PCI AER error recovery flowVasundhara Volam2020-08-261-0/+3
| * bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.Michael Chan2020-08-261-9/+2
| * bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam2020-08-261-0/+3
| * bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi2020-08-261-1/+1
| * ibmvnic fix NULL tx_pools and rx_tools issue at do_resetMingming Cao2020-08-251-1/+14
| * net: ethernet: ti: cpsw_new: fix clean up of vlan mc entries for host portMurali Karicheri2020-08-251-1/+1
| * net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host portMurali Karicheri2020-08-251-1/+1
| * sfc: fix boolreturn.cocci warning and rename functionEdward Cree2020-08-241-4/+4
| * net: arc_emac: Fix memleak in arc_mdio_probeDinghao Liu2020-08-241-0/+1
| * ravb: Fixed to be able to unload modulesYuusuke Ashizuka2020-08-241-55/+55
| * net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu2020-08-241-2/+4
| * net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu2020-08-241-3/+6
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-23115-305/+300
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-2310-34/+48
|\
| * sfc: fix build warnings on 32-bitEdward Cree2020-08-201-4/+4
| * net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...Wang Hai2020-08-191-3/+1
| * net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior2020-08-191-2/+2
| * net: ena: Make missed_tx stat incrementalShay Agroskin2020-08-191-1/+4
| * net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin2020-08-191-7/+4
| * net: ena: Prevent reset after device destructionShay Agroskin2020-08-191-9/+10
| * net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini2020-08-181-1/+3
| * cxgb4: Fix race between loopback and normal Tx pathGanji Aravind2020-08-181-1/+5
| * cxgb4: Fix work request size calculation for loopback testGanji Aravind2020-08-181-2/+2
| * sfc: don't free_irq()s if they were never requestedEdward Cree2020-08-182-0/+6
| * sfc: null out channel->rps_flow_id after freeing itEdward Cree2020-08-181-0/+1
| * sfc: take correct lock in ef100_reset()Edward Cree2020-08-181-4/+4
| * sfc: really check hash is valid before using itEdward Cree2020-08-181-0/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-08-221-1/+1
|\ \ | |/ |/|
| * scsi: fcoe: Fix I/O path allocationMike Christie2020-08-171-1/+1
* | otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang2020-08-171-2/+2
* | net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'Lee Jones2020-08-141-0/+1
* | net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones2020-08-141-3/+3
* | net: fec: correct the error path for regulator disable in probeFugang Duan2020-08-141-2/+2