summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-03-16Merge tag 'mlx5-fixes-2023-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-03-16qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin
2023-03-16i825xx: sni_82596: use eth_hw_addr_set()Thomas Bogendoerfer
2023-03-16net: atlantic: Fix crash when XDP is enabled but no program is loadedToke Høiland-Jørgensen
2023-03-16net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich
2023-03-16sh_eth: avoid PHY being resumed when interface is not upWolfram Sang
2023-03-16ravb: avoid PHY being resumed when interface is not upWolfram Sang
2023-03-16virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() failsXuan Zhuo
2023-03-16virtio_net: fix page_to_skb() miss headroomXuan Zhuo
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-16net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290Vladimir Oltean
2023-03-16ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski
2023-03-15net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean
2023-03-15veth: Fix use after free in XDP_REDIRECTShawn Bohrer
2023-03-15net/mlx5e: TC, Remove error message log printOz Shlomo
2023-03-15net/mlx5e: TC, fix cloned flow attributeOz Shlomo
2023-03-15net/mlx5e: TC, fix missing error codeOz Shlomo
2023-03-15net/sched: TC, fix raw counter initializationOz Shlomo
2023-03-15net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisitesAdham Faris
2023-03-15net/mlx5: Set BREAK_FW_WAIT flag first when removing driverShay Drory
2023-03-15net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher typeGal Pressman
2023-03-15net/mlx5e: Fix cleanup null-ptr deref on encap lockPaul Blakey
2023-03-15net/mlx5: E-switch, Fix missing set of split_count when forward to ovs intern...Maor Dickman
2023-03-15net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rulesMaor Dickman
2023-03-15net/mlx5: Disable eswitch before waiting for VF pagesDaniel Jurgens
2023-03-15net/mlx5: Fix setting ec_function bit in MANAGE_PAGESParav Pandit
2023-03-15net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit
2023-03-15net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim
2023-03-15net: ethernet: mtk_eth_soc: only write values if neededDaniel Golle
2023-03-15net: ethernet: mtk_eth_soc: reset PCS stateDaniel Golle
2023-03-15net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich
2023-03-15mlxsw: spectrum: Fix incorrect parsing depth after reloadIdo Schimmel
2023-03-15veth: rely on rtnl_dereference() instead of on rcu_dereference() in veth_set_...Lorenzo Bianconi
2023-03-15nfc: st-nci: Fix use after free bug in ndlc_remove due to race conditionZheng Wang
2023-03-15net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit
2023-03-15ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman
2023-03-13net: ipa: fix a surprising number of bad offsetsAlex Elder
2023-03-13net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is usedArınç ÜNAL
2023-03-13net: dsa: mt7530: remove now incorrect comment regarding port 5Arınç ÜNAL
2023-03-13qed/qed_dev: guard against a possible division by zeroDaniil Tatianin
2023-03-13bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko
2023-03-10mvpp2: take care of xdp_features when reconfiguring queuesMatteo Croce
2023-03-10net/mlx5e: take into account device reconfiguration for xdp_features flagLorenzo Bianconi
2023-03-10veth: take into account device reconfiguration for xdp_features flagLorenzo Bianconi
2023-03-10net: ena: take into account xdp_features setting tx/rx queuesLorenzo Bianconi
2023-03-10net: thunderx: take into account xdp_features setting tx/rx queuesLorenzo Bianconi
2023-03-10i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera
2023-03-10ipvlan: Make skb->skb_iif track skb->dev for l3s modeJianguo Wu
2023-03-10net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bitRadu Pirea (OSS)
2023-03-10virtio_net: add checking sq is full inside xdp xmitXuan Zhuo