summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-10-25can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error pathDongliang Mu1-1/+4
2022-10-25can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error pathDongliang Mu1-3/+5
2022-10-25net: lan966x: Stop replacing tx dcbs and dcbs_buf when changing MTUHoratiu Vultur1-21/+3
2022-10-24net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSYZhang Changzhong1-1/+0
2022-10-24net: fman: Use physical address for userspace interfacesSean Anderson4-10/+10
2022-10-24net/mlx5e: Cleanup MACsec uninitialization routineLeon Romanovsky1-10/+1
2022-10-24atlantic: fix deadlock at aq_nic_stopÍñigo Huguet2-24/+74
2022-10-22nfp: only clean `sp_indiff` when application firmware is unloadedYinjun Zhang1-23/+15
2022-10-22amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju1-1/+8
2022-10-22amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju1-4/+4
2022-10-22amd-xgbe: enable PLL_CTL for fixed PHY modes onlyRaju Rangoju1-2/+8
2022-10-22amd-xgbe: use enums for mailbox cmd and sub_cmdsRaju Rangoju2-13/+41
2022-10-22amd-xgbe: Yellow carp devices do not need rrcRaju Rangoju3-1/+7
2022-10-21net: macb: Specify PHY PM management done by MACSergiu Moga1-0/+1
2022-10-21net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao1-1/+0
2022-10-21net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao1-1/+1
2022-10-21net: hinic: fix memory leak when reading function tableZhengchao Shao1-6/+12
2022-10-21net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()Zhengchao Shao1-1/+1
2022-10-21net: lan966x: Fix the rx drop counterHoratiu Vultur1-1/+9
2022-10-21net: netsec: fix error handling in netsec_register_mdio()Yang Yingliang1-0/+2
2022-10-21Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds25-128/+223
2022-10-20net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann1-2/+1
2022-10-20net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-10-20wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang1-1/+1
2022-10-20sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2-7/+7
2022-10-19ethernet: marvell: octeontx2 Fix resource not freed after mallocManank Patel1-0/+2
2022-10-19ionic: catch NULL pointer issue on reconfigBrett Creeley1-4/+8
2022-10-19bnxt_en: fix memory leak in bnxt_nvm_test()Vikas Gupta1-5/+6
2022-10-17net: ethernet: mediatek: ppe: Remove the unused function mtk_foe_entry_usable()Jiapeng Chong1-6/+0
2022-10-17net: ethernet: mtk_eth_wed: add missing of_node_put()Yang Yingliang1-1/+4
2022-10-17net: ethernet: mtk_eth_wed: add missing put_device() in mtk_wed_add_hw()Yang Yingliang1-2/+8
2022-10-17net: ethernet: mtk_eth_soc: fix possible memory leak in mtk_probe()Yang Yingliang1-5/+12
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-34/+33
2022-10-15net: stmmac: Enable mac_managed_pm phylink configShenwei Wang1-0/+1
2022-10-15net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang1-0/+3
2022-10-15sunhme: Uninitialized variable in happy_meal_init()Dan Carpenter1-1/+1
2022-10-15net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam1-0/+8
2022-10-15net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filterCezar Bulinaru1-2/+4
2022-10-15sfc: Change VF mac via PF as first preference if available.Jonathan Cooper1-34/+24
2022-10-14net: macvlan: change schedule system_wq to system_unbound_wqzhangxiangqian1-1/+1
2022-10-14i40e: Fix DMA mappings leakJan Sokolowski6-28/+74
2022-10-14net: dsa: qca8k: fix ethtool autocast mib for big-endian systemsChristian Marangi1-12/+8
2022-10-14net: dsa: qca8k: fix inband mgmt for big-endian systemsChristian Marangi1-16/+47
2022-10-13Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds37-71/+199
2022-10-13sunhme: fix an IS_ERR() vs NULL check in probeDan Carpenter1-2/+2
2022-10-13net: marvell: prestera: fix a couple NULL vs IS_ERR() checksDan Carpenter1-3/+3
2022-10-13Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni1-0/+2
2022-10-13Merge branch 'cve-fixes-2022-10-13'Johannes Berg14-23/+49
2022-10-13net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera1-4/+5
2022-10-12net/mlx5: Make ASO poll CQ usable in atomic contextLeon Romanovsky4-13/+11