summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-15/+13
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-6/+10
2025-04-14bna: bnad_dim_timeout: Rename del_timer_sync in commentWangYuli-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-22/+22
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin-0/+1
2024-10-30bna: Remove field bnad_dentry_files[] in struct bnadZhen Lei-16/+5
2024-10-30bna: Remove error checking for debugfs create APIsZhen Lei-11/+0
2024-07-12bna: adjust 'name' buf size of bna_tcb and bna_ccb structuresAlexey Kodanev-6/+7
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-04-25bna: ensure the copied buf is NUL terminatedBui Quang Minh-2/+2
2024-02-14bnad: fix work_queue type mismatchArnd Bergmann-7/+5
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com-1/+1
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2023-10-11bna: replace deprecated strncpy with strscpy_padJustin Stitt-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel-1/+0
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+0
2023-07-18net: bna: Remove unnecessary (void*) conversionsWu Yunchuan-7/+6
2023-07-14bna: Remove error checking for debugfs_create_dir()Wang Ming-5/+0
2022-11-21bna: Avoid clashing function prototypesGustavo A. R. Silva-43/+82
2022-10-25bna: remove variable num_entriesColin Ian King-2/+0
2022-09-30net: bna: Fix spelling mistake "muliple" -> "multiple"Colin Ian King-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-3/+3
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet-4/+2
2022-04-30eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski-2/+1
2022-01-09bna: Simplify DMA settingChristophe JAILLET-24/+10
2021-12-10net: bna: Update supported link modesErik Ekman-11/+11
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-2/+6
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-1/+0
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-2/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-4/+8
2021-05-17net: brocade: bna: Fix wrong function name in commentsYang Shen-1/+1
2021-05-05Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau-1/+1
2021-03-17bna: Update driver to use ethtool_sprintfAlexander Duyck-161/+105
2020-12-04net: bna: remove trailing semicolon in macro definitionTom Rix-9/+9
2020-10-03net: bna: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+3
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg-10/+18
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg-5/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-5/+5
2020-07-22bna: bfi.h: Avoid the use of one-element arrayGustavo A. R. Silva-1/+1
2020-07-17net: bna: Remove unused variable 't'Zhang Changzhong-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-03-10net: bna: reject unsupported coalescing paramsJakub Kicinski-0/+3
2020-03-03net/brocade: Delete driver versionLeon Romanovsky-7/+0
2020-03-02bna: bnad: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-19bna: use new helper tcp_v6_gso_csum_prepHeiner Kallweit-6/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-2/+1