summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-30igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-03-30net: usb: qmi_wwan: add Telit 0x1080 compositionEnrico Sau1-0/+1
2023-03-30net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990Enrico Sau1-0/+5
2023-03-30cpumask: fix incorrect cpumask scanning result checksLinus Torvalds1-1/+1
2023-03-30ca8210: fix mac_len negative array accessAlexander Aring1-0/+2
2023-03-30net: mdio: thunder: Add missing fwnode_handle_put()Liang He1-0/+1
2023-03-30net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII caseArınç ÜNAL1-5/+4
2023-03-30net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()Arınç ÜNAL1-11/+11
2023-03-30net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()Arınç ÜNAL1-6/+12
2023-03-30net: asix: fix modprobe "sysfs: cannot create duplicate filename"Grant Grundler1-5/+27
2023-03-30gve: Cache link_speed value from deviceJoshua Washington1-1/+4
2023-03-30mlxsw: spectrum_fid: Fix incorrect local port typeIdo Schimmel1-2/+2
2023-03-30net/sonic: use dma_mapping_error() for error checkZhang Changzhong1-2/+2
2023-03-30net: mscc: ocelot: fix stats region batchingVladimir Oltean1-1/+2
2023-03-30net/mlx5: E-Switch, Fix an Oops in error handling codeDan Carpenter1-2/+1
2023-03-30net/mlx5: Read the TC mapping of all priorities on ETS queryMaher Sanalla1-2/+4
2023-03-30net/mlx5e: Overcome slow response for first macsec ASO WQEEmeel Hakim1-1/+8
2023-03-30net/mlx5: Fix steering rules cleanupLama Kayal1-0/+1
2023-03-30net/mlx5e: Block entering switchdev mode with ns inconsistencyGavin Li1-0/+19
2023-03-30net/mlx5e: Set uplink rep as NETNS_LOCALGavin Li1-1/+5
2023-03-30i40e: fix flow director packet filter programmingRadoslaw Tyl1-4/+4
2023-03-30iavf: fix hang on reboot with iceStefan Assmann1-0/+5
2023-03-30ice: check if VF exists before mode checkMichal Swiatkowski1-4/+4
2023-03-30octeontx2-vf: Add missing free for alloc_percpuJiasheng Jiang1-0/+2
2023-03-30net/ps3_gelic_net: Use dma_mapping_errorGeoff Levand1-11/+13
2023-03-30net/ps3_gelic_net: Fix RX sk_buff lengthGeoff Levand2-11/+13
2023-03-30net: usb: lan78xx: Limit packet length to skb->lenSzymon Heidrich1-1/+17
2023-03-30net: qcom/emac: Fix use after free bug in emac_remove due to race conditionZheng Wang1-0/+6
2023-03-30mlxsw: core_thermal: Fix fan speed in maximum cooling stateIdo Schimmel1-6/+1
2023-03-30thermal/drivers/mellanox: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-161/+48
2023-03-30net: stmmac: Fix for mismatched host/device DMA address widthJochen Henneberg5-18/+21
2023-03-30net: mdio: fix owner field for mdio buses registered using ACPIFlorian Fainelli1-4/+6
2023-03-30net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon2-10/+13
2023-03-30net: phy: Ensure state transitions are processed from phy_stop()Florian Fainelli1-7/+16
2023-03-30xirc2ps_cs: Fix use after free bug in xirc2ps_detachZheng Wang1-0/+5
2023-03-30qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin1-1/+4
2023-03-30net: usb: smsc95xx: Limit packet length to skb->lenSzymon Heidrich1-0/+6
2023-03-30net: dsa: b53: mmap: fix device tree supportÁlvaro Fernández Rojas1-1/+1
2023-03-30igc: fix the validation logic for taprio's gate listAKASHI Takahiro1-10/+10
2023-03-30igbvf: Regard vf reset nack as successAkihiko Odaki1-3/+10
2023-03-30intel/igbvf: free irq on the error path in igbvf_request_msix()Gaosheng Cui1-2/+6
2023-03-30iavf: do not track VLAN 0 filtersAhmed Zaki2-2/+8
2023-03-30iavf: fix non-tunneled IPv6 UDP packet type and hashingAlexander Lobakin1-1/+1
2023-03-30iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin1-1/+1
2023-03-30wifi: mt76: connac: do not check WED status for non-mmio devicesLorenzo Bianconi1-0/+3
2023-03-30wifi: mt76: do not run mt76_unregister_device() on unregistered hwLorenzo Bianconi2-0/+9
2023-03-22net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bitRadu Pirea (OSS)1-1/+1
2023-03-22ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman2-20/+13
2023-03-22bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov1-3/+1
2023-03-22bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov1-4/+15