summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-09-16net/qlcnic: Convert to SPDX license identifiersThomas Gleixner20-40/+20
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds20-151/+234
2020-09-03tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan1-4/+13
2020-09-03nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens1-0/+2
2020-09-03net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter1-17/+17
2020-09-02net: bcmgenet: fix mask check in bcmgenet_validate_flow()Denis Efremov1-1/+1
2020-09-02amd-xgbe: Add support for new port modeShyam Sundar S K1-0/+13
2020-09-01net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu1-1/+1
2020-08-31net: ethernet: ti: am65-cpsw: fix rmii 100Mbit link modeGrygorii Strashko1-0/+2
2020-08-31cxgb4: fix thermal zone device registrationPotnuri Bharat Teja1-2/+6
2020-08-31ionic: fix txrx work accountingShannon Nelson1-10/+3
2020-08-27net: ethernet: ti: cpsw_new: fix error handling in cpsw_ndo_vlan_rx_kill_vid()Murali Karicheri1-6/+21
2020-08-27bnxt: don't enable NAPI until rings are readyJakub Kicinski1-8/+4
2020-08-26net: hns3: Fix for geneve tx checksum bugYi Li1-2/+4
2020-08-26bnxt_en: Setup default RSS map in all scenarios.Michael Chan1-9/+30
2020-08-26bnxt_en: init RSS table for Minimal-Static VF reservationEdwin Peer1-8/+7
2020-08-26bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer1-4/+7
2020-08-26bnxt_en: Fix possible crash in bnxt_fw_reset_task().Michael Chan1-2/+8
2020-08-26bnxt_en: Fix PCI AER error recovery flowVasundhara Volam1-0/+3
2020-08-26bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.Michael Chan1-9/+2
2020-08-26bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam1-0/+3
2020-08-26bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi1-1/+1
2020-08-26ibmvnic fix NULL tx_pools and rx_tools issue at do_resetMingming Cao1-1/+14
2020-08-25net: ethernet: ti: cpsw_new: fix clean up of vlan mc entries for host portMurali Karicheri1-1/+1
2020-08-25net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host portMurali Karicheri1-1/+1
2020-08-25sfc: fix boolreturn.cocci warning and rename functionEdward Cree1-4/+4
2020-08-25net: arc_emac: Fix memleak in arc_mdio_probeDinghao Liu1-0/+1
2020-08-25ravb: Fixed to be able to unload modulesYuusuke Ashizuka1-55/+55
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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva115-305/+300
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