summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner2019-06-0527-243/+27Star
* 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-031-1/+1
* bna: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-6/+3Star
* bna: Remove unnecessary self assignmentNathan Chancellor2018-09-221-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-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/+19Star
* 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-221-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/+2Star
* 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/+23Star
| * bna: add missing per queue ethtool statIvan Vecera2016-09-171-1/+6
* | bna: remove global bnad_list_mutexIvan Vecera2016-08-091-20/+0Star
* | bna: change type of bna_id to atomic_tIvan Vecera2016-08-091-2/+2
* | bna: remove useless linked listIvan Vecera2016-08-092-4/+0Star
|/
* 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
* bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera2016-01-161-13/+24
* bna: fix error handlingAndrzej Hajda2015-09-291-6/+7
* bna: check for dma mapping errorsIvan Vecera2015-09-215-1/+37
* bna: fix interrupts storm caused by erroneous packetsIvan Vecera2015-08-101-1/+1
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1Star
* bna: remove superfluous parenthesesIvan Vecera2015-06-216-66/+66
* bna: make pointers to read-only inputs constIvan Vecera2015-06-214-21/+20Star
* bna: remove unnecessary cast of BIT valueIvan Vecera2015-06-212-4/+3Star
* bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera2015-06-124-55/+36Star
* bna: fix timeout API argument typeIvan Vecera2015-06-123-19/+13Star
* bna: use list_for_each_entry where appropriateIvan Vecera2015-06-124-149/+37Star
* bna: get rid of private macros for manipulation with listsIvan Vecera2015-06-127-308/+130Star
* bna: remove useless pointer assignmentIvan Vecera2015-06-121-1/+0Star
* bna: use memdup_user to copy userspace buffersIvan Vecera2015-06-121-19/+8Star
* bna: correct comparisons/assignments to boolIvan Vecera2015-06-121-4/+4
* bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2015-06-122-19/+4Star
* bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2015-06-122-41/+1Star
* bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2015-06-122-77/+0Star
* bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera2015-06-122-16/+0Star
* bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera2015-06-123-25/+0Star
* bna: remove pause_cbfn from struct bna_enetIvan Vecera2015-06-122-18/+0Star
* bna: remove unused cbfn parameterIvan Vecera2015-06-125-59/+25Star