aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
AgeCommit message (Expand)Author
2020-03-10net: bna: reject unsupported coalescing paramsJakub Kicinski
2020-03-03net/brocade: Delete driver versionLeon Romanovsky
2020-03-02bna: bnad: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-19bna: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2020-01-03bna: remove set but not used variable 'pgoff'yu kuai
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-02bna: fix indentation issue on call to bfa_ioc_pf_failedColin Ian King
2019-01-23bna: Mark expected switch fall-throughsGustavo A. R. Silva
2018-09-21bna: Remove unnecessary self assignmentNathan Chancellor
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2017-10-18bna: Convert timers to use timer_setup()Kees Cook
2017-05-08bna: ethtool: Avoid reading past end of bufferKees Cook
2017-05-08bna: Avoid reading past end of bufferKees Cook
2017-03-24bna: avoid writing uninitialized data into hw registersArnd Bergmann
2017-03-21bna: integer overflow bug in debugfsDan Carpenter
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-17bna: use designated initializersKees Cook
2016-11-30net: brocade: bna: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-09bna: Add synchronization for tx ring.Benjamin Poirier
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-17bna: fix crash in bnad_get_strings()Ivan Vecera
2016-09-17bna: add missing per queue ethtool statIvan Vecera
2016-08-08bna: remove global bnad_list_mutexIvan Vecera
2016-08-08bna: change type of bna_id to atomic_tIvan Vecera
2016-08-08bna: remove useless linked listIvan Vecera
2016-08-01net: bna: use correct type specifier (2)xypron.glpk@gmx.de
2016-08-01net: bna: use correct type specificationsxypron.glpk@gmx.de
2016-03-01bna: fix list corruptionIvan Vecera
2016-01-15bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera
2015-09-29bna: fix error handlingAndrzej Hajda
2015-09-20bna: check for dma mapping errorsIvan Vecera
2015-08-10bna: fix interrupts storm caused by erroneous packetsIvan Vecera
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-06-21bna: remove superfluous parenthesesIvan Vecera
2015-06-21bna: make pointers to read-only inputs constIvan Vecera
2015-06-21bna: remove unnecessary cast of BIT valueIvan Vecera
2015-06-11bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera
2015-06-11bna: fix timeout API argument typeIvan Vecera
2015-06-11bna: use list_for_each_entry where appropriateIvan Vecera
2015-06-11bna: get rid of private macros for manipulation with listsIvan Vecera
2015-06-11bna: remove useless pointer assignmentIvan Vecera
2015-06-11bna: use memdup_user to copy userspace buffersIvan Vecera