aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+8
2021-05-17net: brocade: bna: Fix wrong function name in commentsYang Shen1-1/+1
2021-05-05Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau1-1/+1
2021-03-17bna: Update driver to use ethtool_sprintfAlexander Duyck1-161/+105
2020-12-04net: bna: remove trailing semicolon in macro definitionTom Rix1-9/+9
2020-10-03net: bna: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+3
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2-10/+18
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-5/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-07-22bna: bfi.h: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-17net: bna: Remove unused variable 't'Zhang Changzhong1-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-2/+2
2020-03-10net: bna: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-03net/brocade: Delete driver versionLeon Romanovsky3-7/+0
2020-03-02bna: bnad: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-19bna: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-6/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-03bna: remove set but not used variable 'pgoff'yu kuai1-2/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner27-243/+27
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-02-02bna: fix indentation issue on call to bfa_ioc_pf_failedColin Ian King1-1/+1
2019-01-23bna: Mark expected switch fall-throughsGustavo A. R. Silva1-6/+3
2018-09-21bna: Remove unnecessary self assignmentNathan Chancellor1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches2-6/+6
2017-10-18bna: Convert timers to use timer_setup()Kees Cook1-24/+19
2017-05-08bna: ethtool: Avoid reading past end of bufferKees Cook1-2/+2
2017-05-08bna: Avoid reading past end of bufferKees Cook1-1/+1
2017-03-24bna: avoid writing uninitialized data into hw registersArnd Bergmann1-3/+7
2017-03-21bna: integer overflow bug in debugfsDan Carpenter1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-12-17bna: use designated initializersKees Cook1-4/+4
2016-11-30net: brocade: bna: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+30
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-11-09bna: Add synchronization for tx ring.Benjamin Poirier1-2/+2
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-3/+4
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-28/+29
2016-09-17bna: fix crash in bnad_get_strings()Ivan Vecera1-27/+23
2016-09-17bna: add missing per queue ethtool statIvan Vecera1-1/+6
2016-08-08bna: remove global bnad_list_mutexIvan Vecera1-20/+0
2016-08-08bna: change type of bna_id to atomic_tIvan Vecera1-2/+2
2016-08-08bna: remove useless linked listIvan Vecera2-4/+0
2016-08-01net: bna: use correct type specifier (2)xypron.glpk@gmx.de1-1/+2
2016-08-01net: bna: use correct type specificationsxypron.glpk@gmx.de1-1/+2
2016-03-01bna: fix list corruptionIvan Vecera1-1/+1
2016-01-15bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera1-13/+24
2015-09-29bna: fix error handlingAndrzej Hajda1-6/+7