| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling error from "eleminate" to "eliminate" | Sean Gloumeau | 2021-05-05 | 1 | -1/+1 |
* | bna: Update driver to use ethtool_sprintf | Alexander Duyck | 2021-03-17 | 1 | -161/+105 |
* | net: bna: remove trailing semicolon in macro definition | Tom Rix | 2020-12-04 | 1 | -9/+9 |
* | net: bna: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-10-03 | 1 | -2/+3 |
* | drivers/net/ethernet: clean up mis-targeted comments | Jesse Brandeburg | 2020-09-25 | 2 | -10/+18 |
* | drivers/net/ethernet: clean up unused assignments | Jesse Brandeburg | 2020-09-25 | 1 | -5/+2 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 3 | -5/+5 |
* | bna: bfi.h: Avoid the use of one-element array | Gustavo A. R. Silva | 2020-07-22 | 1 | -1/+1 |
* | net: bna: Remove unused variable 't' | Zhang Changzhong | 2020-07-17 | 1 | -2/+1 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 2 | -2/+2 |
* | net: bna: reject unsupported coalescing params | Jakub Kicinski | 2020-03-10 | 1 | -0/+3 |
* | net/brocade: Delete driver version | Leon Romanovsky | 2020-03-03 | 3 | -7/+0 |
* | bna: bnad: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-02 | 1 | -1/+1 |
* | bna: use new helper tcp_v6_gso_csum_prep | Heiner Kallweit | 2020-02-19 | 1 | -6/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-01-28 | 1 | -2/+1 |
|\ |
|
| * | bna: remove set but not used variable 'pgoff' | yu kuai | 2020-01-03 | 1 | -2/+1 |
* | | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 1 | -1/+1 |
|/ |
|
* | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 2019-07-22 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292 | Thomas Gleixner | 2019-06-05 | 27 | -243/+27 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 4 | -0/+4 |
* | bna: fix indentation issue on call to bfa_ioc_pf_failed | Colin Ian King | 2019-02-02 | 1 | -1/+1 |
* | bna: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-01-23 | 1 | -6/+3 |
* | bna: Remove unnecessary self assignment | Nathan Chancellor | 2018-09-21 | 1 | -2/+2 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -2/+2 |
* | ethernet: Use octal not symbolic permissions | Joe Perches | 2018-03-26 | 2 | -6/+6 |
* | bna: Convert timers to use timer_setup() | Kees Cook | 2017-10-18 | 1 | -24/+19 |
* | bna: ethtool: Avoid reading past end of buffer | Kees Cook | 2017-05-08 | 1 | -2/+2 |
* | bna: Avoid reading past end of buffer | Kees Cook | 2017-05-08 | 1 | -1/+1 |
* | bna: avoid writing uninitialized data into hw registers | Arnd Bergmann | 2017-03-24 | 1 | -3/+7 |
* | bna: integer overflow bug in debugfs | Dan Carpenter | 2017-03-21 | 1 | -1/+1 |
* | drivers: net: generalize napi_complete_done() | Eric Dumazet | 2017-01-30 | 1 | -1/+1 |
* | net: make ndo_get_stats64 a void function | stephen hemminger | 2017-01-08 | 1 | -4/+2 |
* | bna: use designated initializers | Kees Cook | 2016-12-17 | 1 | -4/+4 |
* | net: brocade: bna: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 2016-11-30 | 1 | -24/+30 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-15 | 1 | -2/+2 |
|\ |
|
| * | bna: Add synchronization for tx ring. | Benjamin Poirier | 2016-11-09 | 1 | -2/+2 |
* | | ethernet: use core min/max MTU checking | Jarod Wilson | 2016-10-18 | 1 | -3/+4 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-23 | 1 | -28/+29 |
|\ |
|
| * | bna: fix crash in bnad_get_strings() | Ivan Vecera | 2016-09-17 | 1 | -27/+23 |
| * | bna: add missing per queue ethtool stat | Ivan Vecera | 2016-09-17 | 1 | -1/+6 |
* | | bna: remove global bnad_list_mutex | Ivan Vecera | 2016-08-08 | 1 | -20/+0 |
* | | bna: change type of bna_id to atomic_t | Ivan Vecera | 2016-08-08 | 1 | -2/+2 |
* | | bna: remove useless linked list | Ivan Vecera | 2016-08-08 | 2 | -4/+0 |
|/ |
|
* | net: bna: use correct type specifier (2) | xypron.glpk@gmx.de | 2016-08-01 | 1 | -1/+2 |
* | net: bna: use correct type specifications | xypron.glpk@gmx.de | 2016-08-01 | 1 | -1/+2 |
* | bna: fix list corruption | Ivan Vecera | 2016-03-01 | 1 | -1/+1 |
* | bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096 | Ivan Vecera | 2016-01-15 | 1 | -13/+24 |
* | bna: fix error handling | Andrzej Hajda | 2015-09-29 | 1 | -6/+7 |
* | bna: check for dma mapping errors | Ivan Vecera | 2015-09-20 | 5 | -1/+37 |
* | bna: fix interrupts storm caused by erroneous packets | Ivan Vecera | 2015-08-10 | 1 | -1/+1 |