aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-23net: qed: reduce stack usage for TLV processingArnd Bergmann1-4/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+6
2025-05-13qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd()Abdun Nihaal1-2/+5
2025-05-08net: qede: Initialize qede_ll_ops with designated initializerNathan Chancellor1-1/+1
2025-04-15qed: Remove unused qed_db_recovery_dpDr. David Alan Gilbert2-20/+0
2025-04-15qed: Remove unused qed_print_mcp_trace_*Dr. David Alan Gilbert2-56/+0
2025-04-15qed: Remove unused qed_ptt_invalidateDr. David Alan Gilbert2-20/+0
2025-04-15qed: Remove unused qed_calc_*_ctx_validation functionsDr. David Alan Gilbert2-128/+0
2025-04-15qed: Remove unused qed_memset_*ctx functionsDr. David Alan Gilbert2-62/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-18qed: remove cast to pointers passed to kfreeChen Ni1-1/+1
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+6
2025-03-11qlcnic: fix memory leak issues in qlcnic_sriov_common.cHaoxiang Li1-2/+6
2025-02-04net: qed: fix typosAndrew Kreimer1-4/+4
2024-12-20qlcnic: use const 'struct bin_attribute' callbacksThomas Weißschuh1-35/+34
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-12-17netxen_nic: constify 'struct bin_attribute'Thomas Weißschuh1-10/+10
2024-12-17qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()Gianfranco Trad1-0/+1
2024-12-03net/qed: allow old cards not supporting "num_images" to workLouis Leseur1-1/+3
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warnings"Kees Cook1-2/+2
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata1-1/+1
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+1
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+2
2024-10-29net: qlogic: use ethtool string helpersRosen Penev3-58/+50
2024-10-04qed: put cond_resched() in qed_dmae_operation_wait()Michal Schmidt1-0/+1
2024-10-04qed: allow the callee of qed_mcp_nvm_read() to sleepMichal Schmidt1-8/+1
2024-10-04qed: put cond_resched() in qed_grc_dump_ctx_data()Michal Schmidt1-0/+1
2024-10-04qed: make 'ethtool -d' 10 times fasterMichal Schmidt1-21/+15
2024-09-11qlcnic: make read-only const array key staticColin Ian King1-5/+7
2024-09-09qede: Remove setting of RX software timestampGal Pressman1-8/+1
2024-09-03qlcnic: Remove unused declarationsYue Haibing2-11/+0
2024-08-15ipv4: Remove redundant !ifa->ifa_dev check.Kuniyuki Iwashima2-4/+3
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski3-3/+3
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent3-3/+3
2024-07-09netxen_nic: Use {low,upp}er_32_bits() helpersGeert Uytterhoeven1-5/+2
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds7-70/+91
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2024-05-13net: qede: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
2024-05-10net: qede: use extack in qede_parse_actions()Asbjørn Sloth Tønnesen1-2/+3
2024-05-10net: qede: propagate extack through qede_flow_spec_validate()Asbjørn Sloth Tønnesen1-3/+4
2024-05-10net: qede: use faked extack in qede_flow_spec_to_rule()Asbjørn Sloth Tønnesen1-1/+4
2024-05-10net: qede: use extack in qede_parse_flow_attr()Asbjørn Sloth Tønnesen1-12/+14
2024-05-10net: qede: add extack in qede_add_tc_flower_fltr()Asbjørn Sloth Tønnesen1-1/+2
2024-05-10net: qede: use extack in qede_flow_parse_udp_v4()Asbjørn Sloth Tønnesen1-4/+4
2024-05-10net: qede: use extack in qede_flow_parse_udp_v6()Asbjørn Sloth Tønnesen1-4/+4
2024-05-10net: qede: use extack in qede_flow_parse_tcp_v4()Asbjørn Sloth Tønnesen1-4/+4
2024-05-10net: qede: use extack in qede_flow_parse_tcp_v6()Asbjørn Sloth Tønnesen1-4/+4
2024-05-10net: qede: use extack in qede_flow_parse_v4_common()Asbjørn Sloth Tønnesen1-7/+9
2024-05-10net: qede: use extack in qede_flow_parse_v6_common()Asbjørn Sloth Tønnesen1-8/+9