summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311027-27470/+38670
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-3112-20/+108
| |\
| | * atlantic: Fix driver resume flow.Sudarsana Reddy Kalluru2021-08-291-0/+3
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-08-282-16/+63
| | |\
| | | * ice: Only lock to update netdev dev_addrBrett Creeley2021-08-271-4/+9
| | | * ice: restart periodic outputs around time changesJacob Keller2021-08-271-0/+49
| | | * ice: add lock around Tx timestamp tracker flushJacob Keller2021-08-271-0/+4
| | | * ice: remove dead code for allocating pin_configJacob Keller2021-08-271-11/+0
| | | * ice: fix Tx queue iteration for Tx timestamp enablementJacob Keller2021-08-271-1/+1
| | * | net: phy: marvell10g: fix broken PHY interrupts for anyone after us in the dr...Vladimir Oltean2021-08-271-0/+8
| | |/
| | * net/mlx5: DR, fix a potential use-after-free bugWentao_Liang2021-08-261-1/+1
| | * net/mlx5e: Use correct eswitch for stack devices with lagDmytro Linkin2021-08-261-0/+18
| | * net/mlx5: E-Switch, Set vhca id valid flag when creating indir fwd groupMaor Dickman2021-08-261-0/+1
| | * net/mlx5e: Fix possible use-after-free deleting fdb ruleRoi Dayan2021-08-261-2/+2
| | * net/mlx5: Remove all auxiliary devices at the unregister eventLeon Romanovsky2021-08-261-1/+1
| | * net/mlx5: Lag, fix multipath lag activationDima Chumak2021-08-263-0/+11
| * | net: Add depends on OF_NET for LiteX's LiteETHSlark Xiao2021-08-311-0/+1
| * | net: hns3: remove unnecessary spacesHao Chen2021-08-312-2/+2
| * | net: hns3: add some required spacesHao Chen2021-08-315-25/+25
| * | net: hns3: clean up a type mismatch warningGuojia Liao2021-08-311-1/+8
| * | net: hns3: refine function hns3_set_default_feature()Jian Shen2021-08-311-46/+16
| * | net: w5100: check return value after calling platform_get_resource()Yang Yingliang2021-08-311-0/+2
| * | net/mlxbf_gige: Make use of devm_platform_ioremap_resourcexxx()Cai Huoqing2021-08-314-36/+9
| * | net: mdio: mscc-miim: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing2021-08-311-8/+4
| * | net: mdio-ipq4019: Make use of devm_platform_ioremap_resource()Cai Huoqing2021-08-311-4/+1
| * | octeontx2-af: Set proper errorcode for IPv4 checksum errorsSunil Goutham2021-08-311-3/+4
| * | octeontx2-af: Fix static code analyzer reported issuesSubbaraya Sundeep2021-08-311-3/+3
| * | octeontx2-af: Fix mailbox errors in nix_rss_flowkey_cfgSubbaraya Sundeep2021-08-311-3/+3
| * | octeontx2-af: Fix loop in free and unmap counterSubbaraya Sundeep2021-08-311-1/+2
| * | dpaa2-eth: Replace strlcpy with strscpyJason Wang2021-08-311-4/+4
| * | octeontx2-af: Use NDC TX for transmit packet dataGeetha sowjanya2021-08-312-0/+4
| * | net: qualcomm: fix QCA7000 checksum handlingStefan Wahren2021-08-312-2/+2
| * | net: pasemi: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2021-08-301-16/+16
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-303-8/+8
| |\ \
| | * | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-2/+2
| | * | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-173-6/+6
| * | | sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy2021-08-303-13/+9
| * | | ixp4xx_eth: Probe the PTP module from the device treeLinus Walleij2021-08-301-2/+13
| * | | ixp4xx_eth: Stop referring to GPIOsLinus Walleij2021-08-301-56/+28
| * | | ixp4xx_eth: fix compile-testingArnd Bergmann2021-08-301-4/+3
| * | | ixp4xx_eth: make ptp support a platform driverArnd Bergmann2021-08-305-34/+78
| * | | net: hns3: uniform parameter name of hclge_ptp_clean_tx_hwts()Hao Chen2021-08-301-1/+1
| * | | net: hnss3: use max() to simplify codeHao Chen2021-08-301-2/+1
| * | | net: hns3: modify a print format of hns3_dbg_queue_map()Hao Chen2021-08-301-1/+1
| * | | net: hns3: refine function hclge_dbg_dump_tm_pri()Guangbin Huang2021-08-301-28/+42
| * | | net: hns3: reconstruct function hclge_ets_validate()Guangbin Huang2021-08-301-12/+35
| * | | net: hns3: reconstruct function hns3_self_testPeng Li2021-08-301-37/+64
| * | | net: hns3: initialize each member of structure array on a separate lineJiaran Zhang2021-08-301-549/+1116
| * | | bnxt_en: support multiple HWRM commands in flightEdwin Peer2021-08-304-39/+113
| * | | bnxt_en: remove legacy HWRM interfaceEdwin Peer2021-08-304-106/+1