aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-24net: phylink: Force link down and retrigger resolve on interface changeRussell King (Oracle)1-1/+12
2021-11-24lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit1-9/+3
2021-11-23net: marvell: mvpp2: increase MTU limit when XDP enabledMarek Behún1-6/+8
2021-11-23net: ipa: kill ipa_cmd_pipeline_clear()Alex Elder3-24/+0
2021-11-23net: usb: Correct PHY handling of smsc95xxMartyn Welch1-29/+26
2021-11-23net: chelsio: cxgb4vf: Fix an error code in cxgb4vf_pci_probe()Zheyu Ma1-0/+1
2021-11-23r8169: fix incorrect mac address assignmentHeiner Kallweit1-2/+3
2021-11-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueDavid S. Miller2-3/+24
2021-11-23net: ipa: separate disabling setup from modem stopAlex Elder4-8/+13
2021-11-23net: ipa: directly disable ipa-setup-ready interruptAlex Elder1-10/+9
2021-11-23mlxsw: spectrum: Protect driver from buggy firmwareAmit Cohen1-1/+1
2021-11-23mlxsw: spectrum: Allow driver to load with old firmware versionsDanielle Ratson1-4/+4
2021-11-23slip: fix macro redefine warningHuang Pei1-0/+2
2021-11-23hamradio: fix macro redefine warningHuang Pei1-0/+2
2021-11-22ice: avoid bpf_prog refcount underflowMarta Plantykow1-1/+17
2021-11-22ice: fix vsi->txq_map sizingMaciej Fijalkowski1-2/+7
2021-11-22nixge: fix mac address error handling againArnd Bergmann1-2/+2
2021-11-22net: ax88796c: do not receive data in pointerNicolas Iooss1-1/+1
2021-11-22net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctlsHolger Assmann3-47/+81
2021-11-22nfp: checking parameter process for rx-usecs/tx-usecs is invalidDiana Wang2-4/+1
2021-11-22net: dsa: qca8k: fix MTU calculationRobert Marko1-1/+5
2021-11-22net: dsa: qca8k: fix internal delay applied to the wrong PAD configAnsuel Smith1-6/+6
2021-11-19iavf: Fix VLAN feature flags after VFRBrett Creeley3-23/+56
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski4-0/+25
2021-11-19iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski1-2/+5
2021-11-19iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh1-4/+26
2021-11-19stmmac_pci: Fix underflow size in stmmac_rxZekun Shen1-4/+5
2021-11-19atlantic: fix double-free in aq_ring_tx_cleanZekun Shen1-1/+2
2021-11-19net: marvell: prestera: fix double free issue on err pathVolodymyr Mytnyk1-4/+2
2021-11-19net: marvell: prestera: fix brige port operationVolodymyr Mytnyk1-1/+1
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds46-319/+488
2021-11-18Merge tag 'for-5.16/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-6/+6
2021-11-18ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter1-4/+5
2021-11-18net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()Teng Qi1-0/+4
2021-11-18net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of boundzhangyue1-13/+17
2021-11-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller3-136/+147
2021-11-18e100: fix device suspend/resumeJesse Brandeburg1-5/+13
2021-11-18ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port()Teng Qi1-0/+4
2021-11-17octeontx2-af: debugfs: don't corrupt user memoryDan Carpenter1-7/+10
2021-11-17i40e: Fix display error code in dmesgGrzegorz Szczurek1-3/+2
2021-11-17i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski1-40/+19
2021-11-17i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek1-32/+21
2021-11-17i40e: Fix ping is lost after configuring ADq on VFEryk Rybak3-8/+74
2021-11-17i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-17i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2-2/+4
2021-11-17i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak1-44/+9
2021-11-17net: ax88796c: use bit numbers insetad of bit masksŁukasz Stelmach1-3/+3
2021-11-17net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin1-2/+2
2021-11-17net: usb: r8152: Add MAC passthrough support for more Lenovo DocksAaron Ma1-6/+3
2021-11-17Merge tag 'mlx5-fixes-2021-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller16-89/+122