summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade/bna
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* bna: ensure the copied buf is NUL terminatedBui Quang Minh2024-04-251-2/+2
* bnad: fix work_queue type mismatchArnd Bergmann2024-02-141-7/+5
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-1/+1
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+0
|\
| * arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+0
* | bna: replace deprecated strncpy with strscpy_padJustin Stitt2023-10-111-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-201-5/+0
|\
| * bna: Remove error checking for debugfs_create_dir()Wang Ming2023-07-141-5/+0
* | net: bna: Remove unnecessary (void*) conversionsWu Yunchuan2023-07-181-7/+6
|/
* bna: Avoid clashing function prototypesGustavo A. R. Silva2022-11-217-43/+82
* bna: remove variable num_entriesColin Ian King2022-10-251-2/+0
* net: bna: Fix spelling mistake "muliple" -> "multiple"Colin Ian King2022-09-301-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-4/+2
* eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-301-2/+1
* bna: Simplify DMA settingChristophe JAILLET2022-01-091-24/+10
* net: bna: Update supported link modesErik Ekman2021-12-101-11/+11
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-1/+0
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+2
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-4/+8
* net: brocade: bna: Fix wrong function name in commentsYang Shen2021-05-171-1/+1
* Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau2021-05-051-1/+1
* bna: Update driver to use ethtool_sprintfAlexander Duyck2021-03-171-161/+105
* net: bna: remove trailing semicolon in macro definitionTom Rix2020-12-041-9/+9
* net: bna: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-031-2/+3
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-252-10/+18
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-251-5/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-5/+5
* bna: bfi.h: Avoid the use of one-element arrayGustavo A. R. Silva2020-07-221-1/+1
* net: bna: Remove unused variable 't'Zhang Changzhong2020-07-171-2/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* net: bna: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+3
* net/brocade: Delete driver versionLeon Romanovsky2020-03-033-7/+0
* bna: bnad: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-1/+1
* bna: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-2/+1
|\
| * bna: remove set but not used variable 'pgoff'yu kuai2020-01-031-2/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner2019-06-0527-243/+27
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* bna: fix indentation issue on call to bfa_ioc_pf_failedColin Ian King2019-02-021-1/+1
* bna: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-6/+3
* bna: Remove unnecessary self assignmentNathan Chancellor2018-09-211-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-262-6/+6
* bna: Convert timers to use timer_setup()Kees Cook2017-10-181-24/+19