aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | qed: avoid defines prefixed with CONFIGLukas Bulwahn2022-11-251-12/+12
* | | | qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou2022-11-251-2/+2
* | | | Merge tag 'linux-can-fixes-for-6.1-20221124' of git://git.kernel.org/pub/scm/...David S. Miller2022-11-257-17/+33
|\ \ \ \
| * | | | can: mcba_usb: Fix termination command argumentYasushi SHOJI2022-11-241-3/+7
| * | | | can: m_can: Add check for devm_clk_getJiasheng Jiang2022-11-241-1/+1
| * | | | can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methodsZhang Changzhong2022-11-241-3/+6
| * | | | can: etas_es58x: es58x_init_netdev(): free netdev when register_candev()Zhang Changzhong2022-11-241-1/+4
| * | | | can: cc770: cc770_isa_probe(): add missing free_cc770dev()Zhang Changzhong2022-11-241-4/+6
| * | | | can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong2022-11-241-4/+6
| * | | | can: can327: can327_feed_frame_to_netdev(): fix potential skb leak when netde...Ziyang Xuan2022-11-241-1/+3
* | | | | net: thunderx: Fix the ACPI memory leakYu Liao2022-11-241-1/+3
|/ / / /
* | | | octeontx2-af: Fix reference count issue in rvu_sdp_init()Xiongfeng Wang2022-11-241-2/+5
* | | | net: altera_tse: release phylink resources in tse_shutdown()Liu Jian2022-11-241-0/+1
* | | | virtio_net: Fix probe failed when modprobe virtio_netLi Zetao2022-11-241-2/+1
* | | | net: wwan: t7xx: Fix the ACPI memory leakHanjun Guo2022-11-241-0/+2
| |/ / |/| |
* | | octeontx2-pf: Add check for devm_kcallocJiasheng Jiang2022-11-241-0/+2
* | | net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean2022-11-233-11/+19
* | | net: marvell: prestera: add missing unregister_netdev() in prestera_port_crea...Zhang Changzhong2022-11-231-0/+1
|/ /
* | net/cdc_ncm: Fix multicast RX support for CDC NCM devices with ZLPSantiago Ruano Rincón2022-11-231-0/+1
* | net: usb: qmi_wwan: add u-blox 0x1342 compositionDavide Tronchin2022-11-231-0/+1
* | net: dm9051: Fix missing dev_kfree_skb() in dm9051_loop_rx()Yuan Can2022-11-231-1/+3
* | arcnet: fix potential memory leak in com20020_probe()Wang Hai2022-11-231-2/+9
* | Merge tag 'mlx5-fixes-2022-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-11-2217-118/+280
|\ \
| * | net/mlx5e: Fix possible race condition in macsec extended packet number updat...Emeel Hakim2022-11-211-0/+3
| * | net/mlx5e: Fix MACsec update SecYEmeel Hakim2022-11-211-1/+1
| * | net/mlx5e: Fix MACsec SA initialization routineEmeel Hakim2022-11-211-7/+7
| * | net/mlx5e: Remove leftovers from old XSK queues enumerationTariq Toukan2022-11-211-18/+0
| * | net/mlx5e: Offload rule only when all encaps are validChris Mi2022-11-213-17/+9
| * | net/mlx5e: Fix missing alignment in size of MTT/KLM entriesTariq Toukan2022-11-211-2/+3
| * | net/mlx5: Fix sync reset event handler error flowMoshe Shemesh2022-11-211-2/+7
| * | net/mlx5: E-Switch, Set correctly vport destinationRoi Dayan2022-11-212-5/+7
| * | net/mlx5: Lag, avoid lockdep warningsEli Cohen2022-11-214-40/+78
| * | net/mlx5: Fix handling of entry refcount when command is not issued to FWMoshe Shemesh2022-11-211-3/+3
| * | net/mlx5: cmdif, Print info on any firmware cmd failure to tracepointMoshe Shemesh2022-11-212-19/+67
| * | net/mlx5: SF: Fix probing active SFs during driver probe phaseShay Drory2022-11-211-0/+88
| * | net/mlx5: Fix FW tracer timestamp calculationMoshe Shemesh2022-11-211-1/+1
| * | net/mlx5: Do not query pci info while pci disabledRoy Novich2022-11-211-3/+6
* | | net: ethernet: mtk_eth_soc: fix memory leak in error pathYan Cangang2022-11-223-6/+23
* | | net: ethernet: mtk_eth_soc: fix resource leak in error pathYan Cangang2022-11-221-2/+2
* | | net: ethernet: mtk_eth_soc: fix potential memory leak in mtk_rx_alloc()Ziyang Xuan2022-11-221-1/+3
* | | tsnep: Fix rotten packetsGerhard Engleder2022-11-221-1/+56
* | | octeontx2-pf: Remove duplicate MACSEC settingZheng Bin2022-11-221-1/+0
* | | bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()Yang Yingliang2022-11-221-4/+8
* | | 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