summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-09-03net: usb: qmi_wwan: add Telit 0x1060 compositionCarlo Lobrano1-0/+1
2021-09-03drivers: net: smc911x: clean up inconsistent indentingColin Ian King1-6/+6
2021-09-03net: 3com: 3c59x: clean up inconsistent indentingColin Ian King1-1/+1
2021-09-03ionic: fix double use of queue-lockShannon Nelson2-4/+13
2021-09-02net: dsa: b53: Set correct number of ports in the DSA structRafał Miłecki1-1/+2
2021-09-02net: dsa: b53: Fix calculating number of switch portsRafał Miłecki1-2/+1
2021-09-02net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas1-0/+5
2021-09-02net: hso: add failure handler for add_net_deviceZiyang Xuan1-3/+8
2021-09-02net: dsa: lantiq_gswip: fix maximum frame lengthJan Hoffmann1-1/+2
2021-09-02net/sun3_82586: Fix return value of sun3_82586_probe()Geert Uytterhoeven1-1/+1
2021-09-02bnxt_en: fix kernel doc warnings in bnxt_hwrm.cEdwin Peer1-7/+7
2021-09-01octeontx2-pf: cn10K: Reserve LMTST lines per coreGeetha sowjanya6-52/+41
2021-09-01octeontx2-af: Add additional register check to rvu_poll_reg()Smadar Fuks1-1/+11
2021-09-01net: ixp46x: Remove duplicate include of module.hWan Jiabing1-1/+0
2021-09-01bnxt_en: Fix 64-bit doorbell operation on 32-bit kernelsMichael Chan2-18/+33
2021-09-01Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1027-27470/+38670
2021-09-01Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-33/+25
2021-09-01Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds37-194/+1493
2021-09-01Merge tag 'leds-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds26-192/+367
2021-09-01Merge tag 'hwmon-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-1175/+2025
2021-09-01Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds25-730/+400
2021-09-01Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds34-278/+540
2021-08-31Merge tag 'devprop-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+21
2021-08-31Merge tag 'acpi-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds21-164/+220
2021-08-31Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds13-64/+138
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-20/+108
2021-08-31net: Add depends on OF_NET for LiteX's LiteETHSlark Xiao1-0/+1
2021-08-31net: hns3: remove unnecessary spacesHao Chen2-2/+2
2021-08-31net: hns3: add some required spacesHao Chen5-25/+25
2021-08-31net: hns3: clean up a type mismatch warningGuojia Liao1-1/+8
2021-08-31net: hns3: refine function hns3_set_default_feature()Jian Shen1-46/+16
2021-08-31net: w5100: check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2021-08-31net/mlxbf_gige: Make use of devm_platform_ioremap_resourcexxx()Cai Huoqing4-36/+9
2021-08-31net: mdio: mscc-miim: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing1-8/+4
2021-08-31net: mdio-ipq4019: Make use of devm_platform_ioremap_resource()Cai Huoqing1-4/+1
2021-08-31octeontx2-af: Set proper errorcode for IPv4 checksum errorsSunil Goutham1-3/+4
2021-08-31octeontx2-af: Fix static code analyzer reported issuesSubbaraya Sundeep1-3/+3
2021-08-31octeontx2-af: Fix mailbox errors in nix_rss_flowkey_cfgSubbaraya Sundeep1-3/+3
2021-08-31octeontx2-af: Fix loop in free and unmap counterSubbaraya Sundeep1-1/+2
2021-08-31dpaa2-eth: Replace strlcpy with strscpyJason Wang1-4/+4
2021-08-31octeontx2-af: Use NDC TX for transmit packet dataGeetha sowjanya2-0/+4
2021-08-31net: qualcomm: fix QCA7000 checksum handlingStefan Wahren2-2/+2
2021-08-31net: pasemi: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-16/+16
2021-08-31Merge tag 'for-5.15/libata-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds5-210/+197
2021-08-31Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds43-12955/+442
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds41-312/+269
2021-08-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-8/+8
2021-08-31sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy3-13/+9
2021-08-31Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-39/+60
2021-08-31Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds99-1471/+1488