summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
Commit message (Expand)AuthorAgeFilesLines
* 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-142-2/+2
* 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-214-0/+4
* 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
* bna: ethtool: Avoid reading past end of bufferKees Cook2017-05-081-2/+2
* bna: Avoid reading past end of bufferKees Cook2017-05-081-1/+1
* bna: avoid writing uninitialized data into hw registersArnd Bergmann2017-03-241-3/+7
* bna: integer overflow bug in debugfsDan Carpenter2017-03-211-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* bna: use designated initializersKees Cook2016-12-171-4/+4
* net: brocade: bna: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-301-24/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+2
|\
| * bna: Add synchronization for tx ring.Benjamin Poirier2016-11-091-2/+2
* | ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-28/+29
|\
| * bna: fix crash in bnad_get_strings()Ivan Vecera2016-09-171-27/+23
| * bna: add missing per queue ethtool statIvan Vecera2016-09-171-1/+6
* | bna: remove global bnad_list_mutexIvan Vecera2016-08-081-20/+0
* | bna: change type of bna_id to atomic_tIvan Vecera2016-08-081-2/+2
* | bna: remove useless linked listIvan Vecera2016-08-082-4/+0
|/
* net: bna: use correct type specifier (2)xypron.glpk@gmx.de2016-08-011-1/+2
* net: bna: use correct type specificationsxypron.glpk@gmx.de2016-08-011-1/+2
* bna: fix list corruptionIvan Vecera2016-03-011-1/+1