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