summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)Author
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-18net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qed...Pavel Zhigulin
2025-11-17qede: convert to use ndo_hwtstamp callbacksVadim Fedorenko
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-26net: qed: Remove redundant NULL checks after list_first_entry()Zhen Ni
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-14qed: Don't collect too many protection override GRC elementsJamie Bainbridge
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit
2025-08-13PCI/ERR: Update device error_state already after resetLukas Wunner
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-25net: Fix typosBjorn Helgaas
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-23net: qed: reduce stack usage for TLV processingArnd Bergmann
2025-06-21eth: qede: migrate to new RXFH callbacksJakub Kicinski
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-13qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd()Abdun Nihaal
2025-05-08net: qede: Initialize qede_ll_ops with designated initializerNathan Chancellor
2025-04-15qed: Remove unused qed_db_recovery_dpDr. David Alan Gilbert
2025-04-15qed: Remove unused qed_print_mcp_trace_*Dr. David Alan Gilbert
2025-04-15qed: Remove unused qed_ptt_invalidateDr. David Alan Gilbert
2025-04-15qed: Remove unused qed_calc_*_ctx_validation functionsDr. David Alan Gilbert
2025-04-15qed: Remove unused qed_memset_*ctx functionsDr. David Alan Gilbert
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-18qed: remove cast to pointers passed to kfreeChen Ni
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-11qlcnic: fix memory leak issues in qlcnic_sriov_common.cHaoxiang Li
2025-02-04net: qed: fix typosAndrew Kreimer
2024-12-20qlcnic: use const 'struct bin_attribute' callbacksThomas Weißschuh
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-17netxen_nic: constify 'struct bin_attribute'Thomas Weißschuh
2024-12-17qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()Gianfranco Trad
2024-12-03net/qed: allow old cards not supporting "num_images" to workLouis Leseur
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-10-29net: qlogic: use ethtool string helpersRosen Penev
2024-10-04qed: put cond_resched() in qed_dmae_operation_wait()Michal Schmidt
2024-10-04qed: allow the callee of qed_mcp_nvm_read() to sleepMichal Schmidt
2024-10-04qed: put cond_resched() in qed_grc_dump_ctx_data()Michal Schmidt
2024-10-04qed: make 'ethtool -d' 10 times fasterMichal Schmidt
2024-09-11qlcnic: make read-only const array key staticColin Ian King