summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-02iwlwifi: mvm: add rtnl_lock() in iwl_mvm_start_get_nvm()Luca Coelho
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-31net: Add depends on OF_NET for LiteX's LiteETHSlark Xiao
2021-08-31net: hns3: remove unnecessary spacesHao Chen
2021-08-31net: hns3: add some required spacesHao Chen
2021-08-31net: hns3: clean up a type mismatch warningGuojia Liao
2021-08-31net: hns3: refine function hns3_set_default_feature()Jian Shen
2021-08-31net: w5100: check return value after calling platform_get_resource()Yang Yingliang
2021-08-31net/mlxbf_gige: Make use of devm_platform_ioremap_resourcexxx()Cai Huoqing
2021-08-31net: mdio: mscc-miim: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing
2021-08-31net: mdio-ipq4019: Make use of devm_platform_ioremap_resource()Cai Huoqing
2021-08-31octeontx2-af: Set proper errorcode for IPv4 checksum errorsSunil Goutham
2021-08-31octeontx2-af: Fix static code analyzer reported issuesSubbaraya Sundeep
2021-08-31octeontx2-af: Fix mailbox errors in nix_rss_flowkey_cfgSubbaraya Sundeep
2021-08-31octeontx2-af: Fix loop in free and unmap counterSubbaraya Sundeep
2021-08-31dpaa2-eth: Replace strlcpy with strscpyJason Wang
2021-08-31octeontx2-af: Use NDC TX for transmit packet dataGeetha sowjanya
2021-08-31net: qualcomm: fix QCA7000 checksum handlingStefan Wahren
2021-08-30net: pasemi: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy
2021-08-30ixp4xx_eth: Probe the PTP module from the device treeLinus Walleij
2021-08-30ixp4xx_eth: Stop referring to GPIOsLinus Walleij
2021-08-30ixp4xx_eth: fix compile-testingArnd Bergmann
2021-08-30ixp4xx_eth: make ptp support a platform driverArnd Bergmann
2021-08-30net: hns3: uniform parameter name of hclge_ptp_clean_tx_hwts()Hao Chen
2021-08-30net: hnss3: use max() to simplify codeHao Chen
2021-08-30net: hns3: modify a print format of hns3_dbg_queue_map()Hao Chen
2021-08-30net: hns3: refine function hclge_dbg_dump_tm_pri()Guangbin Huang
2021-08-30net: hns3: reconstruct function hclge_ets_validate()Guangbin Huang
2021-08-30net: hns3: reconstruct function hns3_self_testPeng Li
2021-08-30net: hns3: initialize each member of structure array on a separate lineJiaran Zhang
2021-08-30bnxt_en: support multiple HWRM commands in flightEdwin Peer
2021-08-30bnxt_en: remove legacy HWRM interfaceEdwin Peer
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer
2021-08-30bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_infoEdwin Peer
2021-08-30bnxt_en: add support for HWRM request slicesEdwin Peer
2021-08-30bnxt_en: add HWRM request assignment APIEdwin Peer
2021-08-30bnxt_en: discard out of sequence HWRM responsesEdwin Peer
2021-08-30bnxt_en: introduce new firmware message API based on DMA poolsEdwin Peer
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer
2021-08-30bnxt_en: Refactor the HWRM_VER_GET firmware callsEdwin Peer
2021-08-30bnxt_en: remove DMA mapping for KONG responseEdwin Peer
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König
2021-08-29Merge tag 'wireless-drivers-next-2021-08-29' of git://git.kernel.org/pub/scm/...David S. Miller