summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-01nfp: checking parameter process for rx-usecs/tx-usecs is invalidDiana Wang2-4/+1
2021-12-01iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh1-4/+26
2021-12-01net: marvell: prestera: fix double free issue on err pathVolodymyr Mytnyk1-4/+2
2021-12-01mdio: aspeed: Fix "Link is Down" issueDylan Hung1-0/+7
2021-11-26ice: Delete always true check of PF pointerLeon Romanovsky1-3/+0
2021-11-26net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 platformMeng Li1-2/+22
2021-11-26tun: fix bonding active backup with arp monitoringNicolas Dichtel1-0/+5
2021-11-26net: stmmac: dwmac-rk: Fix ethernet on rk3399 based devicesPunit Agrawal1-0/+5
2021-11-26e100: fix device suspend/resumeJesse Brandeburg1-5/+13
2021-11-26i40e: Fix display error code in dmesgGrzegorz Szczurek1-3/+2
2021-11-26i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski1-40/+19
2021-11-26i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek1-32/+21
2021-11-26i40e: Fix ping is lost after configuring ADq on VFEryk Rybak3-8/+74
2021-11-26i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-26i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2-2/+4
2021-11-26i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak1-44/+9
2021-11-26net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin1-2/+2
2021-11-26net/mlx5: E-Switch, return error if encap isn't supportedRaed Salem1-1/+1
2021-11-26net/mlx5: E-Switch, Change mode lock from mutex to rw semaphoreRoi Dayan3-20/+19
2021-11-26net/mlx5: Lag, update tracker when state change event receivedMaher Sanalla1-15/+13
2021-11-26net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()Valentine Fatiev2-3/+6
2021-11-26iavf: Fix for setting queues to 0Grzegorz Szczurek1-1/+1
2021-11-26iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob1-1/+1
2021-11-26iavf: validate pointersMitch Williams1-7/+6
2021-11-26iavf: prevent accidental free of filter structureJacob Keller1-2/+2
2021-11-26iavf: Fix failure to exit out from last all-multicast modePiotr Marczak1-2/+1
2021-11-26iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley1-1/+1
2021-11-26iavf: check for null in iavf_fix_featuresNicholas Nunley1-1/+2
2021-11-26iavf: Fix return of set the new channel countMateusz Palczewski1-0/+15
2021-11-26bnxt_en: reject indirect blk offload when hw-tc-offload is offSriharsha Basavapatna1-1/+1
2021-11-26net: bnx2x: fix variable dereferenced before checkPavel Skripkin1-1/+3
2021-11-26net: ipa: disable HOLB drop when updating timerAlex Elder1-0/+2
2021-11-21net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warningsMichael Riesch1-9/+0
2021-11-21net: stmmac: fix issue where clk is being unprepared twiceWong Vee Khee1-1/+0
2021-11-21net: stmmac: fix system hang if change mac address after interface ifdownJoakim Zhang1-1/+10
2021-11-21net: stmmac: fix missing unlock on error in stmmac_suspend()Yang Yingliang1-1/+3
2021-11-21net: stmmac: platform: fix build error with !CONFIG_PM_SLEEPWei Yongjun1-6/+4
2021-11-21net: stmmac: add clocks management for gmac driverJoakim Zhang4-37/+174
2021-11-18ath10k: fix invalid dma_addr_t token assignmentArnd Bergmann1-1/+9
2021-11-18cxgb4: fix eeprom len when diagnostics not implementedRahul Lakkireddy2-2/+7
2021-11-18net: stmmac: allow a tc-taprio base-time of zeroVladimir Oltean1-2/+0
2021-11-18net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang2-9/+2
2021-11-18net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo2-0/+7
2021-11-18gve: Fix off by one in gve_tx_timeout()Dan Carpenter1-1/+1
2021-11-18can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip...Marc Kleine-Budde1-1/+1
2021-11-18bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin1-25/+11
2021-11-18net: phy: fix duplex out of sync problem while changing settingsHeiner Kallweit1-1/+6
2021-11-18ice: Fix not stopping Tx queues for VFsBrett Creeley2-5/+3
2021-11-18ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch1-5/+9
2021-11-18net: davinci_emac: Fix interrupt pacing disableMaxim Kiselev1-2/+14