aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: sparx5: fix error handling in sparx5_port_open()Liu Jian2022-11-221-2/+12
* sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong2022-11-221-0/+1
* net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()Wang ShaoBo2022-11-221-1/+1
* ice: fix handling of burst Tx timestampsJacob Keller2022-11-212-16/+16
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-11-212-19/+23
|\
| * iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba2022-11-181-9/+7
| * iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann2022-11-182-9/+0
| * iavf: Do not restart Tx queues after reset task failureIvan Vecera2022-11-181-1/+15
| * iavf: Fix a crash during reset taskIvan Vecera2022-11-181-0/+1
* | net: phy: at803x: fix error return code in at803x_probe()Wei Yongjun2022-11-211-1/+3
* | octeontx2-af: cn10k: mcs: Fix copy and paste bug in mcs_bbe_intr_handler()Dan Carpenter2022-11-211-1/+1
* | net: microchip: sparx5: Fix return value in sparx5_tc_setup_qdisc_ets()Lu Wei2022-11-211-5/+2
* | nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()Shang XiaoJing2022-11-211-0/+1
* | nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()Shang XiaoJing2022-11-211-2/+6
* | nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing2022-11-211-1/+3
* | macsec: Fix invalid error code setYueHaibing2022-11-181-1/+0
* | bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu2022-11-181-5/+12
* | nfp: add port from netdev validation for EEPROM accessJaco Coetzee2022-11-181-0/+3
* | nfp: fill splittable of devlink_port_attrs correctlyDiana Wang2022-11-181-1/+1
* | net: pch_gbe: fix pci device refcount leak while module exitingYang Yingliang2022-11-181-1/+4
* | octeontx2-af: debugsfs: fix pci device refcount leakYang Yingliang2022-11-181-0/+3
* | net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong2022-11-181-0/+1
* | net: mvpp2: fix possible invalid pointer dereferenceHui Tang2022-11-181-2/+6
* | net/mlx4: Check retval of mlx4_bitmap_initPeter Kosyh2022-11-181-1/+2
* | net: ethernet: mtk_eth_soc: fix error handling in mtk_open()Liu Jian2022-11-181-1/+3
|/
* net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()Wang Hai2022-11-181-0/+1
* net: dsa: sja1105: disallow C45 transactions on the BASE-TX MDIO busVladimir Oltean2022-11-181-0/+6
* ipvlan: hold lower dev to avoid possible use-after-freeMahesh Bandewar2022-11-182-0/+3
* net: liquidio: simplify if expressionLeon Romanovsky2022-11-181-2/+2
* Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-1731-156/+303
|\
| * net: usb: smsc95xx: fix external PHY resetAlexandru Tachici2022-11-171-4/+42
| * net: usb: qmi_wwan: add Telit 0x103a compositionEnrico Sau2022-11-171-0/+1
| * netdevsim: Fix memory leak of nsim_dev->fa_cookieWang Yufen2022-11-161-0/+1
| * net: thunderbolt: Fix error handling in tbnet_init()Yuan Can2022-11-161-5/+14
| * net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing2022-11-162-0/+6
| * net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()Shang XiaoJing2022-11-161-0/+3
| * net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian2022-11-151-1/+2
| * net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...Guangbin Huang2022-11-151-3/+7
| * net: hns3: fix return value check bug of rx copybreakJie Wang2022-11-151-2/+2
| * net: hns3: fix incorrect hw rss hash type of rx packetJian Shen2022-11-156-94/+94
| * net: phy: marvell: add sleep time after enabling the loopback bitAminuddin Jamaluddin2022-11-151-7/+9
| * net: ena: Fix error handling in ena_init()Yuan Can2022-11-151-1/+7
| * net: ionic: Fix error handling in ionic_init_module()Yuan Can2022-11-141-1/+7
| * mlxsw: Avoid warnings when not offloaded FDB entry with IPv6 is removedAmit Cohen2022-11-141-0/+2
| * net: mhi: Fix memory leak in mhi_net_dellink()Wei Yongjun2022-11-141-0/+2
| * octeon_ep: ensure get mac address successfully before eth_hw_addr_set()Ziyang Xuan2022-11-141-1/+5
| * octeon_ep: fix potential memory leak in octep_device_setup()Ziyang Xuan2022-11-141-1/+5
| * octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()Ziyang Xuan2022-11-141-1/+1
| * octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()Ziyang Xuan2022-11-141-2/+0
| * bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui2022-11-141-1/+9