summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-09net: stmmac: platform: fix build warning when with !CONFIG_PM_SLEEPJoakim Zhang1-2/+2
2021-09-09net: macb: fix use after free on rmmodTong Zhang1-1/+1
2021-09-09ibmvnic: check failover_pending in login responseSukadev Bhattiprolu1-0/+8
2021-09-08net: stmmac: fix system hang caused by eee_ctrl_timer during suspend/resumeJoakim Zhang2-14/+44
2021-09-08net: ipa: initialize all filter table slotsAlex Elder1-1/+2
2021-09-08net: phylink: Update SFP selected interface on advertising changesNathan Rossi1-1/+29
2021-09-08ne2000: fix unused function warningArnd Bergmann1-15/+7
2021-09-08Merge tag 'mlx5-fixes-2021-09-07' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller9-22/+26
2021-09-08ibmvnic: check failover_pending in login responseSukadev Bhattiprolu1-0/+8
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-401/+141
2021-09-08net/mlx5e: Fix condition when retrieving PTP-rqnAya Levin1-1/+1
2021-09-08net/mlx5e: Fix mutual exclusion between CQE compression and HW TSAya Levin3-8/+9
2021-09-08net/mlx5: Fix potential sleeping in atomic contextMaor Gottlieb1-3/+2
2021-09-08net/mlx5: FWTrace, cancel work on alloc pd error flowSaeed Mahameed1-1/+2
2021-09-08net/mlx5: Lag, don't update lag if lag isn't supportedMark Bloch1-2/+8
2021-09-08net/mlx5: Fix rdma aux device on devlink reloadParav Pandit1-5/+2
2021-09-08net/mlx5: Bridge, fix uninitialized variable usageVlad Buslov1-2/+2
2021-09-08Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds46-202/+397
2021-09-07net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang1-18/+18
2021-09-07net: phylink: add suspend/resume supportRussell King (Oracle)1-0/+82
2021-09-07net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda1-0/+1
2021-09-07bonding: 3ad: pass parameter bond_params by referenceColin Ian King1-4/+4
2021-09-07Merge tag 'linux-can-fixes-for-5.15-20210907' of git://git.kernel.org/pub/scm...David S. Miller2-4/+2
2021-09-07Merge tag 'wireless-drivers-2021-09-07' of git://git.kernel.org/pub/scm/linux...David S. Miller4-4/+9
2021-09-07cxgb3: fix oops on module removalHeiner Kallweit1-0/+3
2021-09-07can: c_can: fix null-ptr-deref on ioctl()Tong Zhang1-3/+1
2021-09-07can: rcar_canfd: add __maybe_unused annotation to silence warningMarc Kleine-Budde1-1/+1
2021-09-06iwl: fix debug printf format stringsLinus Torvalds1-2/+2
2021-09-06net: wwan: iosm: Unify IO accessors used in the driverAndy Shevchenko1-10/+12
2021-09-06net: wwan: iosm: Replace io.*64_lo_hi() with regular accessorsAndy Shevchenko1-4/+4
2021-09-06net: qcom/emac: Replace strlcpy with strscpyJason Wang1-1/+1
2021-09-06net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 staticchongjiapeng2-2/+2
2021-09-06bonding: Fix negative jump label count on nested bondingJussi Maki1-6/+5
2021-09-06stmmac: dwmac-loongson:Fix missing return valuezhaoxiao1-1/+3
2021-09-06iwlwifi: fix printk format warnings in uefi.cRandy Dunlap1-2/+2
2021-09-05bnxt_en: Fix possible unintended driver initiated error recoveryMichael Chan1-7/+18
2021-09-05bnxt_en: Fix UDP tunnel logicMichael Chan1-11/+17
2021-09-05bnxt_en: Fix asic.rev in devlink dev info commandMichael Chan1-1/+1
2021-09-05bnxt_en: fix read of stored FW_PSID version on P5 devicesEdwin Peer2-15/+34
2021-09-05bnxt_en: fix stored FW_PSID version masksEdwin Peer1-2/+2
2021-09-05net: dsa: b53: Fix IMP port setup on BCM5301xRafał Miłecki2-3/+26
2021-09-05bonding: complain about missing route only once for A/B ARP probesDavid Decotigny1-3/+3
2021-09-05net: stmmac: Fix overall budget calculation for rxtx_napiSong Yoong Siang1-4/+6
2021-09-05iwlwifi: pnvm: Fix a memory leak in 'iwl_pnvm_get_from_fs()'Christophe JAILLET1-1/+5
2021-09-04octeontx2-af: Fix some memory leaks in the error handling path of 'cgx_lmac_i...Christophe JAILLET1-3/+5
2021-09-04octeontx2-af: Add a 'rvu_free_bitmap()' functionChristophe JAILLET2-0/+6
2021-09-04ethtool: Fix an error code in cxgb2.cYang Li1-0/+1
2021-09-04qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu1-1/+0
2021-09-04ionic: fix a sleeping in atomic bugDan Carpenter1-1/+1
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+0