summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* iavf: Fix VLAN feature flags after VFRBrett Creeley2021-11-193-23/+56
* iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski2021-11-194-0/+25
* iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski2021-11-191-2/+5
* iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh2021-11-191-4/+26
* stmmac_pci: Fix underflow size in stmmac_rxZekun Shen2021-11-191-4/+5
* atlantic: fix double-free in aq_ring_tx_cleanZekun Shen2021-11-191-1/+2
* net: marvell: prestera: fix double free issue on err pathVolodymyr Mytnyk2021-11-191-4/+2
* net: marvell: prestera: fix brige port operationVolodymyr Mytnyk2021-11-191-1/+1
* Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-1846-319/+488
|\
| * ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter2021-11-181-4/+5
| * net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi2021-11-181-0/+4
| * net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue2021-11-181-13/+17
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller2021-11-183-136/+147
| |\
| | * i40e: Fix display error code in dmesgGrzegorz Szczurek2021-11-171-3/+2
| | * i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski2021-11-171-40/+19
| | * i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek2021-11-171-32/+21
| | * i40e: Fix ping is lost after configuring ADq on VFEryk Rybak2021-11-173-8/+74
| | * i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak2021-11-171-12/+23
| | * i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2021-11-172-2/+4
| | * i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak2021-11-171-44/+9
| * | e100: fix device suspend/resumeJesse Brandeburg2021-11-181-5/+13
| * | ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi2021-11-181-0/+4
| * | octeontx2-af: debugfs: don't corrupt user memoryDan Carpenter2021-11-171-7/+10
| |/
| * net: ax88796c: use bit numbers insetad of bit masksƁukasz Stelmach2021-11-171-3/+3
| * net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin2021-11-171-2/+2
| * net: usb: r8152: Add MAC passthrough support for more Lenovo DocksAaron Ma2021-11-171-6/+3
| * Merge tag 'mlx5-fixes-2021-11-16' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-11-1716-89/+122
| |\
| | * net/mlx5: E-Switch, return error if encap isn't supportedRaed Salem2021-11-161-1/+1
| | * net/mlx5: Lag, update tracker when state change event receivedMaher Sanalla2021-11-161-15/+13
| | * net/mlx5e: CT, Fix multiple allocations and memleak of mod actsRoi Dayan2021-11-163-11/+25
| | * net/mlx5: Fix flow counters SF bulk query lenAvihai Horon2021-11-161-1/+1
| | * net/mlx5: E-Switch, rebuild lag only when neededMark Bloch2021-11-161-2/+10
| | * net/mlx5: Update error handler for UCTX and UMEMNeta Ostrovsky2021-11-161-2/+2
| | * net/mlx5: DR, Fix check for unsupported fields in match paramYevgeny Kliteynik2021-11-161-5/+6
| | * net/mlx5: DR, Handle eswitch manager and uplink vports separatelyYevgeny Kliteynik2021-11-162-33/+24
| | * net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()Valentine Fatiev2021-11-162-3/+6
| | * net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdevPaul Blakey2021-11-162-9/+7
| | * net/mlx5e: Wait for concurrent flow deletion during neigh/fib eventsVlad Buslov2021-11-163-1/+10
| | * net/mlx5e: kTLS, Fix crash in RX resync flowTariq Toukan2021-11-161-6/+17
| * | net: stmmac: Fix signed/unsigned wreckageThomas Gleixner2021-11-161-13/+10
| * | amt: cancel delayed_work synchronously in amt_fini()Taehee Yoo2021-11-161-1/+1
| * | bnxt_en: Fix compile error regression when CONFIG_BNXT_SRIOV is not setMichael Chan2021-11-162-1/+11
| * | net: mvmdio: fix compilation warningMarcin Wojtas2021-11-161-0/+2
| |/
| * iavf: Restore VLAN filters after link downAkeem G Abodunrin2021-11-152-5/+31
| * iavf: Fix for setting queues to 0Grzegorz Szczurek2021-11-151-1/+1
| * iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob2021-11-151-1/+1
| * iavf: validate pointersMitch Williams2021-11-151-7/+6
| * iavf: prevent accidental free of filter structureJacob Keller2021-11-151-2/+2
| * iavf: Fix failure to exit out from last all-multicast modePiotr Marczak2021-11-151-2/+1
| * iavf: don't clear a lock we don't holdNicholas Nunley2021-11-151-2/+4