summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-0746-202/+397
|\
| * net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang2021-09-071-18/+18
| * net: phylink: add suspend/resume supportRussell King (Oracle)2021-09-071-0/+82
| * net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda2021-09-071-0/+1
| * bonding: 3ad: pass parameter bond_params by referenceColin Ian King2021-09-071-4/+4
| * Merge tag 'linux-can-fixes-for-5.15-20210907' of git://git.kernel.org/pub/scm...David S. Miller2021-09-072-4/+2
| |\
| | * can: c_can: fix null-ptr-deref on ioctl()Tong Zhang2021-09-071-3/+1
| | * can: rcar_canfd: add __maybe_unused annotation to silence warningMarc Kleine-Budde2021-09-071-1/+1
| * | Merge tag 'wireless-drivers-2021-09-07' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-09-074-4/+9
| |\ \
| | * | iwlwifi: fix printk format warnings in uefi.cRandy Dunlap2021-09-061-2/+2
| | * | iwlwifi: pnvm: Fix a memory leak in 'iwl_pnvm_get_from_fs()'Christophe JAILLET2021-09-051-1/+5
| | * | iwlwifi: bump FW API to 66 for AX devicesLuca Coelho2021-09-021-1/+1
| | * | iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 AlphaJustin M. Forbes2021-09-021-0/+1
| * | | cxgb3: fix oops on module removalHeiner Kallweit2021-09-071-0/+3
| | |/ | |/|
| * | net: wwan: iosm: Unify IO accessors used in the driverAndy Shevchenko2021-09-061-10/+12
| * | net: wwan: iosm: Replace io.*64_lo_hi() with regular accessorsAndy Shevchenko2021-09-061-4/+4
| * | net: qcom/emac: Replace strlcpy with strscpyJason Wang2021-09-061-1/+1
| * | net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 staticchongjiapeng2021-09-062-2/+2
| * | bonding: Fix negative jump label count on nested bondingJussi Maki2021-09-061-6/+5
| * | stmmac: dwmac-loongson:Fix missing return valuezhaoxiao2021-09-061-1/+3
| * | bnxt_en: Fix possible unintended driver initiated error recoveryMichael Chan2021-09-051-7/+18
| * | bnxt_en: Fix UDP tunnel logicMichael Chan2021-09-051-11/+17
| * | bnxt_en: Fix asic.rev in devlink dev info commandMichael Chan2021-09-051-1/+1
| * | bnxt_en: fix read of stored FW_PSID version on P5 devicesEdwin Peer2021-09-052-15/+34
| * | bnxt_en: fix stored FW_PSID version masksEdwin Peer2021-09-051-2/+2
| * | net: dsa: b53: Fix IMP port setup on BCM5301xRafał Miłecki2021-09-052-3/+26
| * | bonding: complain about missing route only once for A/B ARP probesDavid Decotigny2021-09-051-3/+3
| * | net: stmmac: Fix overall budget calculation for rxtx_napiSong Yoong Siang2021-09-051-4/+6
| * | octeontx2-af: Fix some memory leaks in the error handling path of 'cgx_lmac_i...Christophe JAILLET2021-09-041-3/+5
| * | octeontx2-af: Add a 'rvu_free_bitmap()' functionChristophe JAILLET2021-09-042-0/+6
| * | ethtool: Fix an error code in cxgb2.cYang Li2021-09-041-0/+1
| * | qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu2021-09-041-1/+0
| * | ionic: fix a sleeping in atomic bugDan Carpenter2021-09-031-1/+1
| * | net: cs89x0: disable compile testing on powerpcArnd Bergmann2021-09-031-1/+1
| * | net: usb: qmi_wwan: add Telit 0x1060 compositionCarlo Lobrano2021-09-031-0/+1
| * | drivers: net: smc911x: clean up inconsistent indentingColin Ian King2021-09-031-6/+6
| * | net: 3com: 3c59x: clean up inconsistent indentingColin Ian King2021-09-031-1/+1
| * | ionic: fix double use of queue-lockShannon Nelson2021-09-032-4/+13
| * | net: dsa: b53: Set correct number of ports in the DSA structRafał Miłecki2021-09-021-1/+2
| * | net: dsa: b53: Fix calculating number of switch portsRafał Miłecki2021-09-021-2/+1
| * | net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas2021-09-021-0/+5
| * | net: hso: add failure handler for add_net_deviceZiyang Xuan2021-09-021-3/+8
| * | net: dsa: lantiq_gswip: fix maximum frame lengthJan Hoffmann2021-09-021-1/+2
| * | net/sun3_82586: Fix return value of sun3_82586_probe()Geert Uytterhoeven2021-09-021-1/+1
| |/
| * bnxt_en: fix kernel doc warnings in bnxt_hwrm.cEdwin Peer2021-09-011-7/+7
| * octeontx2-pf: cn10K: Reserve LMTST lines per coreGeetha sowjanya2021-09-016-52/+41
| * octeontx2-af: Add additional register check to rvu_poll_reg()Smadar Fuks2021-09-011-1/+11
| * net: ixp46x: Remove duplicate include of module.hWan Jiabing2021-09-011-1/+0
| * bnxt_en: Fix 64-bit doorbell operation on 32-bit kernelsMichael Chan2021-09-012-18/+33
* | Merge tag 'linux-watchdog-5.15-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2021-09-0713-318/+129
|\ \