summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/brocade
AgeCommit message (Expand)Author
2024-02-14bnad: fix work_queue type mismatchArnd Bergmann
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-11bna: replace deprecated strncpy with strscpy_padJustin Stitt
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-18net: bna: Remove unnecessary (void*) conversionsWu Yunchuan
2023-07-14bna: Remove error checking for debugfs_create_dir()Wang Ming
2022-11-21bna: Avoid clashing function prototypesGustavo A. R. Silva
2022-10-25bna: remove variable num_entriesColin Ian King
2022-09-30net: bna: Fix spelling mistake "muliple" -> "multiple"Colin Ian King
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-04-30eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-01-09bna: Simplify DMA settingChristophe JAILLET
2021-12-10net: bna: Update supported link modesErik Ekman
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-05-17net: brocade: bna: Fix wrong function name in commentsYang Shen
2021-05-05Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau
2021-03-17bna: Update driver to use ethtool_sprintfAlexander Duyck
2020-12-04net: bna: remove trailing semicolon in macro definitionTom Rix
2020-10-03net: bna: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-22bna: bfi.h: Avoid the use of one-element arrayGustavo A. R. Silva
2020-07-17net: bna: Remove unused variable 't'Zhang Changzhong
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-03-10net: bna: reject unsupported coalescing paramsJakub Kicinski
2020-03-03net/brocade: Delete driver versionLeon Romanovsky
2020-03-02bna: bnad: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-19bna: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2020-01-03bna: remove set but not used variable 'pgoff'yu kuai
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-02bna: fix indentation issue on call to bfa_ioc_pf_failedColin Ian King
2019-01-23bna: Mark expected switch fall-throughsGustavo A. R. Silva
2018-09-21bna: Remove unnecessary self assignmentNathan Chancellor
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2017-10-18bna: Convert timers to use timer_setup()Kees Cook
2017-05-08bna: ethtool: Avoid reading past end of bufferKees Cook
2017-05-08bna: Avoid reading past end of bufferKees Cook