aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-18net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end()Pavel Zhigulin1-2/+3
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds2-3/+0
2025-09-26net: qed: Remove redundant NULL checks after list_first_entry()Zhen Ni1-9/+0
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2025-09-14qed: Don't collect too many protection override GRC elementsJamie Bainbridge1-3/+4
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit1-4/+5
2025-08-13PCI/ERR: Update device error_state already after resetLukas Wunner2-3/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds7-17/+17
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds2-22/+22
2025-07-25net: Fix typosBjorn Helgaas4-4/+4
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2025-06-23net: qed: reduce stack usage for TLV processingArnd Bergmann1-4/+4
2025-06-21eth: qede: migrate to new RXFH callbacksJakub Kicinski1-9/+13
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev2-4/+0
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh2-22/+22
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