Age | Commit message (Expand) | Author | Files | Lines |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2 | -2/+2 |
2020-03-10 | net: bna: reject unsupported coalescing params | Jakub Kicinski | 1 | -0/+3 |
2020-03-03 | net/brocade: Delete driver version | Leon Romanovsky | 3 | -7/+0 |
2020-03-02 | bna: bnad: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-19 | bna: use new helper tcp_v6_gso_csum_prep | Heiner Kallweit | 1 | -6/+1 |
2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -2/+1 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -1/+1 |
2020-01-03 | bna: remove set but not used variable 'pgoff' | yu kuai | 1 | -2/+1 |
2019-07-22 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292 | Thomas Gleixner | 27 | -243/+27 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 4 | -0/+4 |
2019-02-02 | bna: fix indentation issue on call to bfa_ioc_pf_failed | Colin Ian King | 1 | -1/+1 |
2019-01-23 | bna: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -6/+3 |
2018-09-21 | bna: Remove unnecessary self assignment | Nathan Chancellor | 1 | -2/+2 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
2018-03-26 | ethernet: Use octal not symbolic permissions | Joe Perches | 2 | -6/+6 |
2017-10-18 | bna: Convert timers to use timer_setup() | Kees Cook | 1 | -24/+19 |
2017-05-08 | bna: ethtool: Avoid reading past end of buffer | Kees Cook | 1 | -2/+2 |
2017-05-08 | bna: Avoid reading past end of buffer | Kees Cook | 1 | -1/+1 |
2017-03-24 | bna: avoid writing uninitialized data into hw registers | Arnd Bergmann | 1 | -3/+7 |
2017-03-21 | bna: integer overflow bug in debugfs | Dan Carpenter | 1 | -1/+1 |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 1 | -1/+1 |
2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -4/+2 |
2016-12-17 | bna: use designated initializers | Kees Cook | 1 | -4/+4 |
2016-11-30 | net: brocade: bna: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -24/+30 |
2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2016-11-09 | bna: Add synchronization for tx ring. | Benjamin Poirier | 1 | -2/+2 |
2016-10-18 | ethernet: use core min/max MTU checking | Jarod Wilson | 1 | -3/+4 |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -28/+29 |
2016-09-17 | bna: fix crash in bnad_get_strings() | Ivan Vecera | 1 | -27/+23 |
2016-09-17 | bna: add missing per queue ethtool stat | Ivan Vecera | 1 | -1/+6 |
2016-08-08 | bna: remove global bnad_list_mutex | Ivan Vecera | 1 | -20/+0 |
2016-08-08 | bna: change type of bna_id to atomic_t | Ivan Vecera | 1 | -2/+2 |
2016-08-08 | bna: remove useless linked list | Ivan Vecera | 2 | -4/+0 |
2016-08-01 | net: bna: use correct type specifier (2) | xypron.glpk@gmx.de | 1 | -1/+2 |
2016-08-01 | net: bna: use correct type specifications | xypron.glpk@gmx.de | 1 | -1/+2 |
2016-03-01 | bna: fix list corruption | Ivan Vecera | 1 | -1/+1 |
2016-01-15 | bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096 | Ivan Vecera | 1 | -13/+24 |
2015-09-29 | bna: fix error handling | Andrzej Hajda | 1 | -6/+7 |
2015-09-20 | bna: check for dma mapping errors | Ivan Vecera | 5 | -1/+37 |
2015-08-10 | bna: fix interrupts storm caused by erroneous packets | Ivan Vecera | 1 | -1/+1 |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 1 | -3/+1 |
2015-06-21 | bna: remove superfluous parentheses | Ivan Vecera | 6 | -66/+66 |
2015-06-21 | bna: make pointers to read-only inputs const | Ivan Vecera | 4 | -21/+20 |
2015-06-21 | bna: remove unnecessary cast of BIT value | Ivan Vecera | 2 | -4/+3 |
2015-06-11 | bna: use netdev_* and dev_* instead of printk and pr_* | Ivan Vecera | 4 | -55/+36 |
2015-06-11 | bna: fix timeout API argument type | Ivan Vecera | 3 | -19/+13 |
2015-06-11 | bna: use list_for_each_entry where appropriate | Ivan Vecera | 4 | -149/+37 |
2015-06-11 | bna: get rid of private macros for manipulation with lists | Ivan Vecera | 7 | -308/+130 |
2015-06-11 | bna: remove useless pointer assignment | Ivan Vecera | 1 | -1/+0 |