aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03ionic: fix a sleeping in atomic bugDan Carpenter1-1/+1
2021-09-03net: cs89x0: disable compile testing on powerpcArnd Bergmann1-1/+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/sun3_82586: Fix return value of sun3_82586_probe()Geert Uytterhoeven1-1/+1
2021-09-01bnxt_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-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-20/+100
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-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-30net: pasemi: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-16/+16
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy3-13/+9
2021-08-30ixp4xx_eth: Probe the PTP module from the device treeLinus Walleij1-2/+13
2021-08-30ixp4xx_eth: Stop referring to GPIOsLinus Walleij1-56/+28
2021-08-30ixp4xx_eth: fix compile-testingArnd Bergmann1-4/+3
2021-08-30ixp4xx_eth: make ptp support a platform driverArnd Bergmann5-34/+78
2021-08-30net: hns3: uniform parameter name of hclge_ptp_clean_tx_hwts()Hao Chen1-1/+1
2021-08-30net: hnss3: use max() to simplify codeHao Chen1-2/+1
2021-08-30net: hns3: modify a print format of hns3_dbg_queue_map()Hao Chen1-1/+1
2021-08-30net: hns3: refine function hclge_dbg_dump_tm_pri()Guangbin Huang1-28/+42
2021-08-30net: hns3: reconstruct function hclge_ets_validate()Guangbin Huang1-12/+35
2021-08-30net: hns3: reconstruct function hns3_self_testPeng Li1-37/+64
2021-08-30net: hns3: initialize each member of structure array on a separate lineJiaran Zhang1-549/+1116
2021-08-30bnxt_en: support multiple HWRM commands in flightEdwin Peer4-39/+113
2021-08-30bnxt_en: remove legacy HWRM interfaceEdwin Peer4-106/+1
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer9-1538/+1953
2021-08-30bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_infoEdwin Peer2-2/+7
2021-08-30bnxt_en: add support for HWRM request slicesEdwin Peer2-2/+120
2021-08-30bnxt_en: add HWRM request assignment APIEdwin Peer2-0/+56
2021-08-30bnxt_en: discard out of sequence HWRM responsesEdwin Peer1-4/+17
2021-08-30bnxt_en: introduce new firmware message API based on DMA poolsEdwin Peer4-121/+442
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer13-357/+407
2021-08-30bnxt_en: Refactor the HWRM_VER_GET firmware callsEdwin Peer1-6/+11
2021-08-30bnxt_en: remove DMA mapping for KONG responseEdwin Peer2-51/+7